| 1 | [ Apr 30 22:22:47 Enabled. ] | ||
| 2 | [ Apr 30 22:22:47 Rereading configuration. ] | ||
| 3 | [ Apr 30 22:22:48 Rereading configuration. ] | ||
| 4 | [ Apr 30 22:22:52 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 | [ Apr 30 22:22:52 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.04.30 22:22:53.210431 [ 1 ] {} <Information> Application: Will watch for the process with pid 25116 | ||
| 33 | 2024.04.30 22:22:53.211164 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.04.30 22:22:53.541108 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25116 | ||
| 35 | 2024.04.30 22:22:53.542247 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.04.30 22:22:53.543425 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.04.30 22:22:53.679333 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.04.30 22:22:53.736639 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.04.30 22:22:53.736711 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.04.30 22:22:53.736736 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.04.30 22:22:53.736832 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.04.30 22:22:53.737306 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.04.30 22:22:53.739619 [ 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.04.30 22:22:53.740397 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.04.30 22:22:53.741762 [ 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.04.30 22:22:53.741811 [ 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.04.30 22:22:53.741832 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.04.30 22:22:53.742115 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.04.30 22:22:53.743487 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.04.30 22:22:53.751420 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.04.30 22:22:53.752742 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.04.30 22:22:53.754790 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.04.30 22:22:53.754900 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.04.30 22:22:53.757349 [ 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.04.30 22:22:53.757782 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.04.30 22:22:53.764962 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.04.30 22:22:53.765983 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.04.30 22:22:53.768327 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.04.30 22:22:53.768982 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.04.30 22:22:53.769438 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.04.30 22:22:53.769969 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.04.30 22:22:53.772122 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.04.30 22:22:53.772169 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.04.30 22:22:53.772302 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.04.30 22:22:53.772463 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.04.30 22:22:53.794702 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.04.30 22:22:53.794794 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000354689 sec | ||
| 74 | 2024.04.30 22:22:53.794875 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.04.30 22:22:53.794903 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.04.30 22:22:53.796095 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.04.30 22:22:53.797099 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.04.30 22:22:53.797142 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.04.30 22:22:53.797194 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.04.30 22:22:53.797220 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.04.30 22:22:53.797239 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.04.30 22:22:53.797291 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.04.30 22:22:53.797310 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.04.30 22:22:53.797335 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.04.30 22:22:53.797384 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.04.30 22:22:53.797406 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.04.30 22:22:53.797428 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.04.30 22:22:53.797458 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.04.30 22:22:53.797513 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.04.30 22:22:53.797538 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.04.30 22:22:53.797566 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.04.30 22:22:53.797610 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.04.30 22:22:53.797634 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.04.30 22:22:53.859053 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.04.30 22:22:53.861319 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.04.30 22:22:53.861375 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.5132e-05 sec | ||
| 97 | 2024.04.30 22:22:53.861397 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.04.30 22:22:53.861425 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.04.30 22:22:53.861459 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.04.30 22:22:53.861719 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.04.30 22:22:53.861785 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.04.30 22:22:53.861805 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.04.30 22:22:53.861839 [ 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.04.30 22:22:53.861856 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.04.30 22:22:53.896282 [ 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.04.30 22:22:54.198727 [ 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.04.30 22:22:54.198809 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.04.30 22:22:54.277476 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.04.30 22:22:54.277734 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
| 110 | 2024.04.30 22:22:54.278821 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.9811e-05 sec. | ||
| 111 | 2024.04.30 22:22:54.279280 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.04.30 22:22:54.279408 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.04.30 22:22:54.279472 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.04.30 22:22:54.279500 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.04.30 22:22:54.389425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.04.30 22:22:54.389715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.04.30 22:22:54.389773 [ 3 ] {} <Debug> HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 118 | 2024.04.30 22:22:54.389815 [ 3 ] {} <Debug> HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.04.30 22:22:54.389845 [ 3 ] {} <Debug> HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.04.30 22:22:54.389962 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.04.30 22:22:54.390010 [ 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.04.30 22:22:54.390044 [ 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.04.30 22:22:54.390135 [ 3 ] {} <Trace> HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.04.30 22:22:54.391438 [ 3 ] {07ccafd8-ec15-4758-b62e-c9008e66d87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.04.30 22:22:54.422479 [ 3 ] {07ccafd8-ec15-4758-b62e-c9008e66d87d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41589) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.04.30 22:22:54.423298 [ 3 ] {07ccafd8-ec15-4758-b62e-c9008e66d87d} <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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.04.30 22:22:54.424974 [ 3 ] {} <Debug> HTTP-Session: ef0f5e4b-ab3e-414e-b922-6da6be29e5b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.04.30 22:22:54.425983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.04.30 22:22:54.426079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.04.30 22:22:54.426110 [ 3 ] {} <Debug> HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 179 | 2024.04.30 22:22:54.426142 [ 3 ] {} <Debug> HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.04.30 22:22:54.426157 [ 3 ] {} <Debug> HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.04.30 22:22:54.426212 [ 3 ] {} <Trace> HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.04.30 22:22:54.427474 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.04.30 22:22:54.427610 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.04.30 22:22:54.429899 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.04.30 22:22:54.432509 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.04.30 22:22:54.438573 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.04.30 22:22:54.438612 [ 3 ] {df4772f2-72b5-4843-be52-fcdeba96090a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.04.30 22:22:54.438635 [ 3 ] {} <Debug> HTTP-Session: ea58844d-1b8e-4e03-a904-9ee603941123 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.04.30 22:22:54.439906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.04.30 22:22:54.439970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.04.30 22:22:54.439998 [ 3 ] {} <Debug> HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 192 | 2024.04.30 22:22:54.440018 [ 3 ] {} <Debug> HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.04.30 22:22:54.440035 [ 3 ] {} <Debug> HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.04.30 22:22:54.440083 [ 3 ] {} <Trace> HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.04.30 22:22:54.440221 [ 3 ] {7c9a397d-aec4-48d5-8197-d2e8fcbd3f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.04.30 22:22:54.440519 [ 3 ] {7c9a397d-aec4-48d5-8197-d2e8fcbd3f11} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41589) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.04.30 22:22:54.440655 [ 3 ] {7c9a397d-aec4-48d5-8197-d2e8fcbd3f11} <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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.04.30 22:22:54.440851 [ 3 ] {} <Debug> HTTP-Session: 322af6c2-50d2-464d-b9b0-5904465dcd8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.04.30 22:22:54.441142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.04.30 22:22:54.441201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.04.30 22:22:54.441222 [ 3 ] {} <Debug> HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 250 | 2024.04.30 22:22:54.441244 [ 3 ] {} <Debug> HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.04.30 22:22:54.441263 [ 3 ] {} <Debug> HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.04.30 22:22:54.441297 [ 3 ] {} <Trace> HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.04.30 22:22:54.441496 [ 3 ] {3e7e7c3e-52de-4b2e-88ec-3d5a3c70bb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.04.30 22:22:54.441682 [ 3 ] {3e7e7c3e-52de-4b2e-88ec-3d5a3c70bb8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.04.30 22:22:54.441708 [ 3 ] {} <Debug> HTTP-Session: 9e835f6a-7c85-4528-8833-044749f12c23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.04.30 22:22:54.441841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.04.30 22:22:54.441893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.04.30 22:22:54.441919 [ 3 ] {} <Debug> HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 259 | 2024.04.30 22:22:54.441938 [ 3 ] {} <Debug> HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.04.30 22:22:54.441956 [ 3 ] {} <Debug> HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.04.30 22:22:54.441992 [ 3 ] {} <Trace> HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.04.30 22:22:54.442090 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.04.30 22:22:54.442154 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.04.30 22:22:54.444698 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.04.30 22:22:54.444742 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.1262e-05 sec | ||
| 266 | 2024.04.30 22:22:54.444761 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.04.30 22:22:54.444783 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.04.30 22:22:54.444812 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.04.30 22:22:54.444988 [ 3 ] {319b92a5-2a61-43c7-a33f-57928c83340e} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.04.30 22:22:54.445022 [ 3 ] {} <Debug> HTTP-Session: a1810cca-99ff-4973-acc7-b332c4acea2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.04.30 22:22:54.445174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.04.30 22:22:54.445244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.04.30 22:22:54.445273 [ 3 ] {} <Debug> HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 274 | 2024.04.30 22:22:54.445301 [ 3 ] {} <Debug> HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.04.30 22:22:54.445326 [ 3 ] {} <Debug> HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.04.30 22:22:54.445359 [ 3 ] {} <Trace> HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.04.30 22:22:54.445517 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) /* 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.04.30 22:22:54.445570 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.04.30 22:22:54.449894 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.04.30 22:22:54.451070 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} <Debug> oximeter.version (9b6955bc-de01-41ff-92d2-8996d11bb6b6): Loading data parts | ||
| 282 | 2024.04.30 22:22:54.451536 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} <Debug> oximeter.version (9b6955bc-de01-41ff-92d2-8996d11bb6b6): There are no data parts | ||
| 283 | 2024.04.30 22:22:54.457944 [ 3 ] {9067cbae-6224-48d1-89bd-472567c2fa23} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.04.30 22:22:54.457983 [ 3 ] {} <Debug> HTTP-Session: 3f0a3096-192a-4baa-b1d6-8feb76412b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.04.30 22:22:54.458198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.04.30 22:22:54.458273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.04.30 22:22:54.458305 [ 3 ] {} <Debug> HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 288 | 2024.04.30 22:22:54.458329 [ 3 ] {} <Debug> HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.04.30 22:22:54.458348 [ 3 ] {} <Debug> HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.04.30 22:22:54.458386 [ 3 ] {} <Trace> HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.04.30 22:22:54.458611 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) /* 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.04.30 22:22:54.458674 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.04.30 22:22:54.465994 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} <Debug> oximeter.measurements_bool (0ee7d268-64f0-4554-b347-e610310d2b9d): Loading data parts | ||
| 304 | 2024.04.30 22:22:54.466229 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} <Debug> oximeter.measurements_bool (0ee7d268-64f0-4554-b347-e610310d2b9d): There are no data parts | ||
| 305 | 2024.04.30 22:22:54.468765 [ 3 ] {b7cce5b3-a497-40a4-b33d-96c708e5e69a} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.04.30 22:22:54.468801 [ 3 ] {} <Debug> HTTP-Session: c3c5c453-d95f-4934-a0b6-a7402ed2b5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.04.30 22:22:54.468986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.04.30 22:22:54.469060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.04.30 22:22:54.469090 [ 3 ] {} <Debug> HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 310 | 2024.04.30 22:22:54.469116 [ 3 ] {} <Debug> HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.04.30 22:22:54.469142 [ 3 ] {} <Debug> HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.04.30 22:22:54.469189 [ 3 ] {} <Trace> HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.04.30 22:22:54.469418 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.469472 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.04.30 22:22:54.471210 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} <Debug> oximeter.measurements_i8 (66e8562d-239e-480d-91b8-d7c5fed7282e): Loading data parts | ||
| 316 | 2024.04.30 22:22:54.471411 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} <Debug> oximeter.measurements_i8 (66e8562d-239e-480d-91b8-d7c5fed7282e): There are no data parts | ||
| 317 | 2024.04.30 22:22:54.481679 [ 3 ] {c3dbe2c6-d69b-4330-a789-558c8f310ee7} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.04.30 22:22:54.481743 [ 3 ] {} <Debug> HTTP-Session: d277b89d-6504-4796-b2f4-ddd07231a503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.04.30 22:22:54.481917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.04.30 22:22:54.481991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.04.30 22:22:54.482025 [ 3 ] {} <Debug> HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 322 | 2024.04.30 22:22:54.482047 [ 3 ] {} <Debug> HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.04.30 22:22:54.482079 [ 3 ] {} <Debug> HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.04.30 22:22:54.482129 [ 3 ] {} <Trace> HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.04.30 22:22:54.482365 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.482424 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.04.30 22:22:54.484956 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} <Debug> oximeter.measurements_u8 (0b763224-7101-45d4-b6ec-31f92091bac7): Loading data parts | ||
| 328 | 2024.04.30 22:22:54.485227 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} <Debug> oximeter.measurements_u8 (0b763224-7101-45d4-b6ec-31f92091bac7): There are no data parts | ||
| 329 | 2024.04.30 22:22:54.492071 [ 3 ] {54a925a0-1a59-41d1-990d-e90bcacf6e72} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.04.30 22:22:54.492108 [ 3 ] {} <Debug> HTTP-Session: ef5f2b68-d6ab-443c-abc7-f6394cd55673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.04.30 22:22:54.492261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.04.30 22:22:54.492334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.04.30 22:22:54.492362 [ 3 ] {} <Debug> HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 334 | 2024.04.30 22:22:54.492381 [ 3 ] {} <Debug> HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.04.30 22:22:54.492400 [ 3 ] {} <Debug> HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.04.30 22:22:54.492437 [ 3 ] {} <Trace> HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.04.30 22:22:54.492638 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.492693 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.04.30 22:22:54.494905 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} <Debug> oximeter.measurements_i16 (e5023f4e-668d-45d7-8fbe-d6a649b18ec1): Loading data parts | ||
| 340 | 2024.04.30 22:22:54.495093 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} <Debug> oximeter.measurements_i16 (e5023f4e-668d-45d7-8fbe-d6a649b18ec1): There are no data parts | ||
| 341 | 2024.04.30 22:22:54.504603 [ 3 ] {d6a555a9-0df1-4fb3-967c-a8bcf11db0b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.04.30 22:22:54.504648 [ 3 ] {} <Debug> HTTP-Session: 8f79ae79-01fe-43d5-97f4-47b776b466b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.04.30 22:22:54.504814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.04.30 22:22:54.504886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.04.30 22:22:54.504921 [ 3 ] {} <Debug> HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 346 | 2024.04.30 22:22:54.504943 [ 3 ] {} <Debug> HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.04.30 22:22:54.504971 [ 3 ] {} <Debug> HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.04.30 22:22:54.505023 [ 3 ] {} <Trace> HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.04.30 22:22:54.505265 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.505336 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.04.30 22:22:54.507766 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} <Debug> oximeter.measurements_u16 (afb711a2-e1df-4885-b6d2-1d2848b682ae): Loading data parts | ||
| 352 | 2024.04.30 22:22:54.507942 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} <Debug> oximeter.measurements_u16 (afb711a2-e1df-4885-b6d2-1d2848b682ae): There are no data parts | ||
| 353 | 2024.04.30 22:22:54.515137 [ 3 ] {02cfaa72-bb51-47db-9a9a-5d0db26f7b49} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.04.30 22:22:54.515180 [ 3 ] {} <Debug> HTTP-Session: d6479e76-6f36-481c-be60-80918067ca87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.04.30 22:22:54.515320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.04.30 22:22:54.515381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.04.30 22:22:54.515407 [ 3 ] {} <Debug> HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 358 | 2024.04.30 22:22:54.515436 [ 3 ] {} <Debug> HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.04.30 22:22:54.515456 [ 3 ] {} <Debug> HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.04.30 22:22:54.515494 [ 3 ] {} <Trace> HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.04.30 22:22:54.515696 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.515751 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.04.30 22:22:54.518055 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} <Debug> oximeter.measurements_i32 (e23eccf9-45a5-4fa9-b1df-586788d8306f): Loading data parts | ||
| 364 | 2024.04.30 22:22:54.518336 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} <Debug> oximeter.measurements_i32 (e23eccf9-45a5-4fa9-b1df-586788d8306f): There are no data parts | ||
| 365 | 2024.04.30 22:22:54.527909 [ 3 ] {21d3e684-2224-4661-a190-ce02f9f5fa3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.04.30 22:22:54.527950 [ 3 ] {} <Debug> HTTP-Session: 15d79c71-9831-4929-8c9d-269a3c949d5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.04.30 22:22:54.528091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.04.30 22:22:54.528163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.04.30 22:22:54.528220 [ 3 ] {} <Debug> HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 370 | 2024.04.30 22:22:54.528242 [ 3 ] {} <Debug> HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.04.30 22:22:54.528266 [ 3 ] {} <Debug> HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.04.30 22:22:54.528320 [ 3 ] {} <Trace> HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.04.30 22:22:54.528517 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.528574 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.04.30 22:22:54.531013 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} <Debug> oximeter.measurements_u32 (4c832b50-2cbb-499f-8eb1-b434566b2cf8): Loading data parts | ||
| 376 | 2024.04.30 22:22:54.531301 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} <Debug> oximeter.measurements_u32 (4c832b50-2cbb-499f-8eb1-b434566b2cf8): There are no data parts | ||
| 377 | 2024.04.30 22:22:54.539195 [ 3 ] {4bd0bb90-2e54-40d8-bd91-91a83ab4ba58} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.04.30 22:22:54.539237 [ 3 ] {} <Debug> HTTP-Session: 4b2fb9ec-425c-49b0-81b5-da7a5632f019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.04.30 22:22:54.539375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.04.30 22:22:54.539433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.04.30 22:22:54.539463 [ 3 ] {} <Debug> HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 382 | 2024.04.30 22:22:54.539488 [ 3 ] {} <Debug> HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.04.30 22:22:54.539502 [ 3 ] {} <Debug> HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.04.30 22:22:54.539544 [ 3 ] {} <Trace> HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.04.30 22:22:54.539738 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.539798 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.04.30 22:22:54.542094 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} <Debug> oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Loading data parts | ||
| 388 | 2024.04.30 22:22:54.542285 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} <Debug> oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): There are no data parts | ||
| 389 | 2024.04.30 22:22:54.551884 [ 3 ] {c57b1495-0dee-4155-899c-28c77c8c849b} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.04.30 22:22:54.551928 [ 3 ] {} <Debug> HTTP-Session: 4f5734a3-e419-4fe4-9cb6-20572ff44aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.04.30 22:22:54.552114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.04.30 22:22:54.552194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.04.30 22:22:54.552223 [ 3 ] {} <Debug> HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 394 | 2024.04.30 22:22:54.552251 [ 3 ] {} <Debug> HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.04.30 22:22:54.552270 [ 3 ] {} <Debug> HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.04.30 22:22:54.552323 [ 3 ] {} <Trace> HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.04.30 22:22:54.552523 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.552581 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.04.30 22:22:54.555019 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} <Debug> oximeter.measurements_u64 (ceacbc37-22df-4fee-9f9e-bd7fb41dab62): Loading data parts | ||
| 400 | 2024.04.30 22:22:54.555205 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} <Debug> oximeter.measurements_u64 (ceacbc37-22df-4fee-9f9e-bd7fb41dab62): There are no data parts | ||
| 401 | 2024.04.30 22:22:54.562840 [ 3 ] {3cb4052d-5687-46c2-930d-15b777394899} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.04.30 22:22:54.562885 [ 3 ] {} <Debug> HTTP-Session: 44f630ae-868e-475e-a663-b4a37a77ee4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.04.30 22:22:54.563080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.04.30 22:22:54.563143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.04.30 22:22:54.563177 [ 3 ] {} <Debug> HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 406 | 2024.04.30 22:22:54.563209 [ 3 ] {} <Debug> HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.04.30 22:22:54.563227 [ 3 ] {} <Debug> HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.04.30 22:22:54.563273 [ 3 ] {} <Trace> HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.04.30 22:22:54.563485 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.563548 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.04.30 22:22:54.565802 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} <Debug> oximeter.measurements_f32 (af2129a2-0bae-47b5-876f-12198a19c8ff): Loading data parts | ||
| 412 | 2024.04.30 22:22:54.566004 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} <Debug> oximeter.measurements_f32 (af2129a2-0bae-47b5-876f-12198a19c8ff): There are no data parts | ||
| 413 | 2024.04.30 22:22:54.575608 [ 3 ] {1f427c9c-0832-44a4-a9c4-2b59033a9519} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.04.30 22:22:54.575644 [ 3 ] {} <Debug> HTTP-Session: 3de57010-796d-48ff-b9ed-561320853563 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.04.30 22:22:54.575814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.04.30 22:22:54.575895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.04.30 22:22:54.575922 [ 3 ] {} <Debug> HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 418 | 2024.04.30 22:22:54.575952 [ 3 ] {} <Debug> HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.04.30 22:22:54.575979 [ 3 ] {} <Debug> HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.04.30 22:22:54.576026 [ 3 ] {} <Trace> HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.04.30 22:22:54.576278 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.576351 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.04.30 22:22:54.578823 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} <Debug> oximeter.measurements_f64 (bee0b9c7-df65-4588-b46d-025233dfed1c): Loading data parts | ||
| 424 | 2024.04.30 22:22:54.579005 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} <Debug> oximeter.measurements_f64 (bee0b9c7-df65-4588-b46d-025233dfed1c): There are no data parts | ||
| 425 | 2024.04.30 22:22:54.586273 [ 3 ] {eb00b883-c56b-4853-86a5-1181000f16e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.04.30 22:22:54.586317 [ 3 ] {} <Debug> HTTP-Session: 459db67b-fbf5-4d5e-92f5-2412e87f4391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.04.30 22:22:54.586458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.04.30 22:22:54.586516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.04.30 22:22:54.586537 [ 3 ] {} <Debug> HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 430 | 2024.04.30 22:22:54.586563 [ 3 ] {} <Debug> HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.04.30 22:22:54.586577 [ 3 ] {} <Debug> HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.04.30 22:22:54.586620 [ 3 ] {} <Trace> HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.04.30 22:22:54.586815 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.586880 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.04.30 22:22:54.589117 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} <Debug> oximeter.measurements_string (b92a76d0-8d4e-4096-a198-8b0f910c2981): Loading data parts | ||
| 436 | 2024.04.30 22:22:54.589297 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} <Debug> oximeter.measurements_string (b92a76d0-8d4e-4096-a198-8b0f910c2981): There are no data parts | ||
| 437 | 2024.04.30 22:22:54.599242 [ 3 ] {8f6845cf-8bb7-483c-8f69-e4415a5ef920} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.04.30 22:22:54.599278 [ 3 ] {} <Debug> HTTP-Session: 18dc2b08-917b-4735-8975-303abe7fd05e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.04.30 22:22:54.599435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.04.30 22:22:54.599494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.04.30 22:22:54.599515 [ 3 ] {} <Debug> HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 442 | 2024.04.30 22:22:54.599541 [ 3 ] {} <Debug> HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.04.30 22:22:54.599563 [ 3 ] {} <Debug> HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.04.30 22:22:54.599601 [ 3 ] {} <Trace> HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.04.30 22:22:54.599801 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.599864 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.04.30 22:22:54.602376 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} <Debug> oximeter.measurements_bytes (aad4b406-65ca-4af8-ab80-61e9101ed122): Loading data parts | ||
| 455 | 2024.04.30 22:22:54.602566 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} <Debug> oximeter.measurements_bytes (aad4b406-65ca-4af8-ab80-61e9101ed122): There are no data parts | ||
| 456 | 2024.04.30 22:22:54.622490 [ 3 ] {6ba6c490-a4bb-44de-9515-81d840e251b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.04.30 22:22:54.622528 [ 3 ] {} <Debug> HTTP-Session: 4c535173-685b-4870-b716-40353553bf63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.04.30 22:22:54.622693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.04.30 22:22:54.622768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.04.30 22:22:54.622805 [ 3 ] {} <Debug> HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 461 | 2024.04.30 22:22:54.622825 [ 3 ] {} <Debug> HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.04.30 22:22:54.622849 [ 3 ] {} <Debug> HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.04.30 22:22:54.622882 [ 3 ] {} <Trace> HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.04.30 22:22:54.623098 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.623158 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.04.30 22:22:54.645461 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} <Debug> oximeter.measurements_cumulativei64 (94c3c929-94dc-4889-863a-0339de503ba2): Loading data parts | ||
| 467 | 2024.04.30 22:22:54.645707 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} <Debug> oximeter.measurements_cumulativei64 (94c3c929-94dc-4889-863a-0339de503ba2): There are no data parts | ||
| 468 | 2024.04.30 22:22:54.665621 [ 3 ] {a556110c-45ad-4492-9e61-4189aafda3cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.04.30 22:22:54.665691 [ 3 ] {} <Debug> HTTP-Session: 8bf53b02-9d04-499b-9c6e-273db792d81d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.04.30 22:22:54.665897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.04.30 22:22:54.666019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.04.30 22:22:54.666059 [ 3 ] {} <Debug> HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 473 | 2024.04.30 22:22:54.666108 [ 3 ] {} <Debug> HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.04.30 22:22:54.666140 [ 3 ] {} <Debug> HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.04.30 22:22:54.666219 [ 3 ] {} <Trace> HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.04.30 22:22:54.666555 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.666648 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.04.30 22:22:54.679667 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} <Debug> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Loading data parts | ||
| 479 | 2024.04.30 22:22:54.679905 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} <Debug> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): There are no data parts | ||
| 480 | 2024.04.30 22:22:54.692970 [ 3 ] {1b16767d-be87-4b01-bb48-fbb0894d27f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.04.30 22:22:54.693020 [ 3 ] {} <Debug> HTTP-Session: e6d14495-61eb-4ee7-b38e-b63037646bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.04.30 22:22:54.693244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.04.30 22:22:54.693350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.04.30 22:22:54.693381 [ 3 ] {} <Debug> HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 485 | 2024.04.30 22:22:54.693424 [ 3 ] {} <Debug> HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.04.30 22:22:54.693464 [ 3 ] {} <Debug> HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.04.30 22:22:54.693515 [ 3 ] {} <Trace> HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.04.30 22:22:54.693803 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.693886 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.04.30 22:22:54.715951 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} <Debug> oximeter.measurements_cumulativef32 (b09999e7-11e5-424f-8e65-da1373f6f3a0): Loading data parts | ||
| 491 | 2024.04.30 22:22:54.716157 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} <Debug> oximeter.measurements_cumulativef32 (b09999e7-11e5-424f-8e65-da1373f6f3a0): There are no data parts | ||
| 492 | 2024.04.30 22:22:54.726966 [ 3 ] {b6421d07-62f1-4c6f-8ba5-258ac2187761} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.04.30 22:22:54.727016 [ 3 ] {} <Debug> HTTP-Session: d09b77af-903b-4458-96e5-c858d4c09629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.04.30 22:22:54.727155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.04.30 22:22:54.727230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.04.30 22:22:54.727260 [ 3 ] {} <Debug> HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 497 | 2024.04.30 22:22:54.727286 [ 3 ] {} <Debug> HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.04.30 22:22:54.727302 [ 3 ] {} <Debug> HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.04.30 22:22:54.727343 [ 3 ] {} <Trace> HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.04.30 22:22:54.727561 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.727631 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.04.30 22:22:54.730145 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} <Debug> oximeter.measurements_cumulativef64 (bbf2ca46-20c4-4b0f-8140-77157014b6c2): Loading data parts | ||
| 503 | 2024.04.30 22:22:54.730351 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} <Debug> oximeter.measurements_cumulativef64 (bbf2ca46-20c4-4b0f-8140-77157014b6c2): There are no data parts | ||
| 504 | 2024.04.30 22:22:54.739815 [ 3 ] {5d1ca869-35b8-481a-8d55-1b9a6f5c31c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.04.30 22:22:54.739852 [ 3 ] {} <Debug> HTTP-Session: 16862970-9311-48cd-9bc1-b29751bf9e13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.04.30 22:22:54.740049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.04.30 22:22:54.740131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.04.30 22:22:54.740158 [ 3 ] {} <Debug> HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 509 | 2024.04.30 22:22:54.740190 [ 3 ] {} <Debug> HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.04.30 22:22:54.740216 [ 3 ] {} <Debug> HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.04.30 22:22:54.740259 [ 3 ] {} <Trace> HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.04.30 22:22:54.740495 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 523 | 2024.04.30 22:22:54.740563 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.04.30 22:22:54.743112 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} <Debug> oximeter.measurements_histogrami8 (25f242ba-bb31-4e97-88b4-57efbd9fc29e): Loading data parts | ||
| 525 | 2024.04.30 22:22:54.743324 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} <Debug> oximeter.measurements_histogrami8 (25f242ba-bb31-4e97-88b4-57efbd9fc29e): There are no data parts | ||
| 526 | 2024.04.30 22:22:54.750868 [ 3 ] {3498da53-fdb1-41aa-9ea7-079b6e3b3104} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.04.30 22:22:54.750905 [ 3 ] {} <Debug> HTTP-Session: 9bdbe1d9-b0d6-40f0-9f64-4428ab65599e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.04.30 22:22:54.751079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.04.30 22:22:54.751183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.04.30 22:22:54.751227 [ 3 ] {} <Debug> HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 531 | 2024.04.30 22:22:54.751250 [ 3 ] {} <Debug> HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.04.30 22:22:54.751281 [ 3 ] {} <Debug> HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.04.30 22:22:54.751328 [ 3 ] {} <Trace> HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.04.30 22:22:54.751623 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2024.04.30 22:22:54.751714 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.04.30 22:22:54.763286 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} <Debug> oximeter.measurements_histogramu8 (9bc5a564-79d2-4ca3-a622-d5bb8e27bfad): Loading data parts | ||
| 537 | 2024.04.30 22:22:54.763511 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} <Debug> oximeter.measurements_histogramu8 (9bc5a564-79d2-4ca3-a622-d5bb8e27bfad): There are no data parts | ||
| 538 | 2024.04.30 22:22:54.774223 [ 3 ] {acf97f2c-c17d-4551-8779-5c94aa2ae75b} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.04.30 22:22:54.774280 [ 3 ] {} <Debug> HTTP-Session: 5249329a-137d-430b-b267-0cbe0cd0bcb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.04.30 22:22:54.774433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.04.30 22:22:54.774507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.04.30 22:22:54.774536 [ 3 ] {} <Debug> HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 543 | 2024.04.30 22:22:54.774563 [ 3 ] {} <Debug> HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.04.30 22:22:54.774576 [ 3 ] {} <Debug> HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.04.30 22:22:54.774618 [ 3 ] {} <Trace> HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.04.30 22:22:54.774839 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2024.04.30 22:22:54.774905 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.04.30 22:22:54.795783 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} <Debug> oximeter.measurements_histogrami16 (a267aff7-dafb-46c1-8531-bc4f5a4889a7): Loading data parts | ||
| 549 | 2024.04.30 22:22:54.796001 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} <Debug> oximeter.measurements_histogrami16 (a267aff7-dafb-46c1-8531-bc4f5a4889a7): There are no data parts | ||
| 550 | 2024.04.30 22:22:54.799741 [ 3 ] {32ba8d9e-736f-4d3a-9afc-ad34043c2a04} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.04.30 22:22:54.799776 [ 3 ] {} <Debug> HTTP-Session: ba1aa481-1ea7-49b3-adce-46c1c4737146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.04.30 22:22:54.799964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.04.30 22:22:54.800042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.04.30 22:22:54.800069 [ 3 ] {} <Debug> HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 555 | 2024.04.30 22:22:54.800101 [ 3 ] {} <Debug> HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.04.30 22:22:54.800129 [ 3 ] {} <Debug> HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.04.30 22:22:54.800172 [ 3 ] {} <Trace> HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.04.30 22:22:54.800423 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2024.04.30 22:22:54.800487 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.04.30 22:22:54.802371 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} <Debug> oximeter.measurements_histogramu16 (485d96b6-76f7-4f21-be3c-96fc873c681f): Loading data parts | ||
| 561 | 2024.04.30 22:22:54.802530 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} <Debug> oximeter.measurements_histogramu16 (485d96b6-76f7-4f21-be3c-96fc873c681f): There are no data parts | ||
| 562 | 2024.04.30 22:22:54.812640 [ 3 ] {ad2b25a9-8474-45b0-86b0-94ad32e01fef} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.04.30 22:22:54.812688 [ 3 ] {} <Debug> HTTP-Session: f02a9436-c0a6-47c5-ba5a-4f2fd46c2ff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.04.30 22:22:54.812857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.04.30 22:22:54.812932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.04.30 22:22:54.812965 [ 3 ] {} <Debug> HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 567 | 2024.04.30 22:22:54.812988 [ 3 ] {} <Debug> HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.04.30 22:22:54.813015 [ 3 ] {} <Debug> HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.04.30 22:22:54.813068 [ 3 ] {} <Trace> HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.04.30 22:22:54.813328 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 571 | 2024.04.30 22:22:54.813398 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.04.30 22:22:54.815974 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} <Debug> oximeter.measurements_histogrami32 (14fd55aa-3b7a-4721-9d59-08820cfae8c8): Loading data parts | ||
| 573 | 2024.04.30 22:22:54.816177 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} <Debug> oximeter.measurements_histogrami32 (14fd55aa-3b7a-4721-9d59-08820cfae8c8): There are no data parts | ||
| 574 | 2024.04.30 22:22:54.823267 [ 3 ] {cb485192-902a-4eca-98f8-e69da9c0f9ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.04.30 22:22:54.823307 [ 3 ] {} <Debug> HTTP-Session: ae0b90ae-e88e-4dfd-a4a7-660d10966764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.04.30 22:22:54.823457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.04.30 22:22:54.823518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.04.30 22:22:54.823540 [ 3 ] {} <Debug> HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 579 | 2024.04.30 22:22:54.823571 [ 3 ] {} <Debug> HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.04.30 22:22:54.823588 [ 3 ] {} <Debug> HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.04.30 22:22:54.823634 [ 3 ] {} <Trace> HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.04.30 22:22:54.823856 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 583 | 2024.04.30 22:22:54.823922 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.04.30 22:22:54.826185 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} <Debug> oximeter.measurements_histogramu32 (89e06f16-d536-4ef1-a15a-0944058ff1cf): Loading data parts | ||
| 585 | 2024.04.30 22:22:54.826371 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} <Debug> oximeter.measurements_histogramu32 (89e06f16-d536-4ef1-a15a-0944058ff1cf): There are no data parts | ||
| 586 | 2024.04.30 22:22:54.836360 [ 3 ] {6c06c22a-9666-4541-9569-6534d859e50d} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.04.30 22:22:54.836399 [ 3 ] {} <Debug> HTTP-Session: 9575e094-f42e-4a88-9369-a09ecae2f97b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.04.30 22:22:54.836547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.04.30 22:22:54.836624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.04.30 22:22:54.836656 [ 3 ] {} <Debug> HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 591 | 2024.04.30 22:22:54.836673 [ 3 ] {} <Debug> HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.04.30 22:22:54.836699 [ 3 ] {} <Debug> HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.04.30 22:22:54.836753 [ 3 ] {} <Trace> HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.04.30 22:22:54.836976 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 595 | 2024.04.30 22:22:54.837049 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.04.30 22:22:54.839598 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} <Debug> oximeter.measurements_histogrami64 (40b8508a-486b-4c47-a4d2-9bd7f085f105): Loading data parts | ||
| 597 | 2024.04.30 22:22:54.839780 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} <Debug> oximeter.measurements_histogrami64 (40b8508a-486b-4c47-a4d2-9bd7f085f105): There are no data parts | ||
| 598 | 2024.04.30 22:22:54.847180 [ 3 ] {a8d1ed92-2db8-4fd9-9225-d64bcf8d28cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.04.30 22:22:54.847212 [ 3 ] {} <Debug> HTTP-Session: 74f8b3e6-ede5-4bdd-8a58-2eda54e20000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.04.30 22:22:54.847379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.04.30 22:22:54.847461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.04.30 22:22:54.847480 [ 3 ] {} <Debug> HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 603 | 2024.04.30 22:22:54.847509 [ 3 ] {} <Debug> HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.04.30 22:22:54.847524 [ 3 ] {} <Debug> HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.04.30 22:22:54.847565 [ 3 ] {} <Trace> HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.04.30 22:22:54.847766 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 607 | 2024.04.30 22:22:54.847839 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.04.30 22:22:54.871135 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} <Debug> oximeter.measurements_histogramu64 (2c72fa2a-fd35-460d-89df-2e835e92dee4): Loading data parts | ||
| 609 | 2024.04.30 22:22:54.871299 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} <Debug> oximeter.measurements_histogramu64 (2c72fa2a-fd35-460d-89df-2e835e92dee4): There are no data parts | ||
| 610 | 2024.04.30 22:22:54.880801 [ 3 ] {8d9480e7-0e99-4563-a955-e0a644400029} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.04.30 22:22:54.880833 [ 3 ] {} <Debug> HTTP-Session: d0273f33-7539-40df-b130-e8795abfc70d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.04.30 22:22:54.881018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.04.30 22:22:54.881092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.04.30 22:22:54.881130 [ 3 ] {} <Debug> HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 615 | 2024.04.30 22:22:54.881151 [ 3 ] {} <Debug> HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.04.30 22:22:54.881180 [ 3 ] {} <Debug> HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.04.30 22:22:54.881229 [ 3 ] {} <Trace> HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.04.30 22:22:54.881442 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 619 | 2024.04.30 22:22:54.881514 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.04.30 22:22:54.886173 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} <Debug> oximeter.measurements_histogramf32 (f5ac426c-c7c5-484c-abd7-ed7fa633950d): Loading data parts | ||
| 621 | 2024.04.30 22:22:54.886410 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} <Debug> oximeter.measurements_histogramf32 (f5ac426c-c7c5-484c-abd7-ed7fa633950d): There are no data parts | ||
| 622 | 2024.04.30 22:22:54.897523 [ 3 ] {3215a857-c9e8-42ce-b88f-c57991ea6d22} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.04.30 22:22:54.897570 [ 3 ] {} <Debug> HTTP-Session: d1269e42-2209-489f-aafb-8fada89a7430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.04.30 22:22:54.897744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.04.30 22:22:54.897800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.04.30 22:22:54.897836 [ 3 ] {} <Debug> HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 627 | 2024.04.30 22:22:54.897870 [ 3 ] {} <Debug> HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.04.30 22:22:54.897887 [ 3 ] {} <Debug> HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.04.30 22:22:54.897934 [ 3 ] {} <Trace> HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.04.30 22:22:54.898177 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 631 | 2024.04.30 22:22:54.898259 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.04.30 22:22:54.900811 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Loading data parts | ||
| 633 | 2024.04.30 22:22:54.900990 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): There are no data parts | ||
| 634 | 2024.04.30 22:22:54.910554 [ 3 ] {9f11012b-a2f8-478c-a28f-65d12dd10130} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.04.30 22:22:54.910580 [ 3 ] {} <Debug> HTTP-Session: a85ef0cb-7d10-4d86-afec-fd182392a701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.04.30 22:22:54.910737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.04.30 22:22:54.910796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.04.30 22:22:54.910815 [ 3 ] {} <Debug> HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 639 | 2024.04.30 22:22:54.910838 [ 3 ] {} <Debug> HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.04.30 22:22:54.910859 [ 3 ] {} <Debug> HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.04.30 22:22:54.910888 [ 3 ] {} <Trace> HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.04.30 22:22:54.911037 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) /* 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.04.30 22:22:54.911095 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.04.30 22:22:54.913430 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} <Debug> oximeter.fields_bool (d1794057-b3e0-41cd-b669-0fa549b1e0ba): Loading data parts | ||
| 662 | 2024.04.30 22:22:54.913584 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} <Debug> oximeter.fields_bool (d1794057-b3e0-41cd-b669-0fa549b1e0ba): There are no data parts | ||
| 663 | 2024.04.30 22:22:54.921504 [ 3 ] {592aed00-d303-4dc7-8cd4-70a85d19c946} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.04.30 22:22:54.921546 [ 3 ] {} <Debug> HTTP-Session: 82d55ed0-99a2-428d-a3b3-fa6bf0c4ce7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.04.30 22:22:54.921708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.04.30 22:22:54.921764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.04.30 22:22:54.921797 [ 3 ] {} <Debug> HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 668 | 2024.04.30 22:22:54.921826 [ 3 ] {} <Debug> HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.04.30 22:22:54.921842 [ 3 ] {} <Debug> HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.04.30 22:22:54.921884 [ 3 ] {} <Trace> HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.04.30 22:22:54.922065 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.922121 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.04.30 22:22:54.924345 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} <Debug> oximeter.fields_i8 (95ca2e61-2eb2-43a1-b425-dd5836f2efa2): Loading data parts | ||
| 674 | 2024.04.30 22:22:54.924506 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} <Debug> oximeter.fields_i8 (95ca2e61-2eb2-43a1-b425-dd5836f2efa2): There are no data parts | ||
| 675 | 2024.04.30 22:22:54.934516 [ 3 ] {80b1a551-24c3-44c1-b2c9-79e253e59a64} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.04.30 22:22:54.934563 [ 3 ] {} <Debug> HTTP-Session: f6233b8e-915e-4153-b7fb-ae66b123df01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.04.30 22:22:54.934705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.04.30 22:22:54.934770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.04.30 22:22:54.934800 [ 3 ] {} <Debug> HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 680 | 2024.04.30 22:22:54.934819 [ 3 ] {} <Debug> HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.04.30 22:22:54.934844 [ 3 ] {} <Debug> HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.04.30 22:22:54.934886 [ 3 ] {} <Trace> HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.04.30 22:22:54.935062 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.935126 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.04.30 22:22:54.937466 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} <Debug> oximeter.fields_u8 (d7c1f445-8e58-4cea-b9d8-9bca96935c8c): Loading data parts | ||
| 686 | 2024.04.30 22:22:54.937626 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} <Debug> oximeter.fields_u8 (d7c1f445-8e58-4cea-b9d8-9bca96935c8c): There are no data parts | ||
| 687 | 2024.04.30 22:22:54.945406 [ 3 ] {d5c908e4-ca1d-4227-b8f4-96ee5aaaa5ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.04.30 22:22:54.945437 [ 3 ] {} <Debug> HTTP-Session: f89f2433-67a0-4be2-ad27-f24f7fc1622d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.04.30 22:22:54.945593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.04.30 22:22:54.945658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.04.30 22:22:54.945679 [ 3 ] {} <Debug> HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 692 | 2024.04.30 22:22:54.945706 [ 3 ] {} <Debug> HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.04.30 22:22:54.945731 [ 3 ] {} <Debug> HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.04.30 22:22:54.945766 [ 3 ] {} <Trace> HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.04.30 22:22:54.945946 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.946008 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.04.30 22:22:54.948112 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} <Debug> oximeter.fields_i16 (6399d96a-e41c-4505-997d-1b5857352f07): Loading data parts | ||
| 698 | 2024.04.30 22:22:54.948257 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} <Debug> oximeter.fields_i16 (6399d96a-e41c-4505-997d-1b5857352f07): There are no data parts | ||
| 699 | 2024.04.30 22:22:54.958049 [ 3 ] {8dccf29c-54dc-4c04-9485-36bd4317c3c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.04.30 22:22:54.958080 [ 3 ] {} <Debug> HTTP-Session: 02888d73-eb5d-4746-ac31-77f8a6d930a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.04.30 22:22:54.958243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.04.30 22:22:54.958307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.04.30 22:22:54.958331 [ 3 ] {} <Debug> HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 704 | 2024.04.30 22:22:54.958358 [ 3 ] {} <Debug> HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.04.30 22:22:54.958379 [ 3 ] {} <Debug> HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.04.30 22:22:54.958408 [ 3 ] {} <Trace> HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.04.30 22:22:54.958553 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.958608 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.04.30 22:22:54.960808 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} <Debug> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Loading data parts | ||
| 710 | 2024.04.30 22:22:54.960961 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} <Debug> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): There are no data parts | ||
| 711 | 2024.04.30 22:22:54.968992 [ 3 ] {6cbf7a6a-a2fc-47ab-ba02-a0253eef575e} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.04.30 22:22:54.969025 [ 3 ] {} <Debug> HTTP-Session: 7478cfb7-2215-4c21-8b31-a54b2bf38e23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.04.30 22:22:54.969190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.04.30 22:22:54.969257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.04.30 22:22:54.969279 [ 3 ] {} <Debug> HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 716 | 2024.04.30 22:22:54.969307 [ 3 ] {} <Debug> HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.04.30 22:22:54.969332 [ 3 ] {} <Debug> HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.04.30 22:22:54.969362 [ 3 ] {} <Trace> HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.04.30 22:22:54.969509 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.969557 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.04.30 22:22:54.971619 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} <Debug> oximeter.fields_i32 (5626624b-cc41-4535-b1b2-bdcb5d360db4): Loading data parts | ||
| 722 | 2024.04.30 22:22:54.971775 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} <Debug> oximeter.fields_i32 (5626624b-cc41-4535-b1b2-bdcb5d360db4): There are no data parts | ||
| 723 | 2024.04.30 22:22:54.981539 [ 3 ] {c6520c7a-574d-4da0-a1ac-addb0df356c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.04.30 22:22:54.981573 [ 3 ] {} <Debug> HTTP-Session: 10809505-1a1a-44b3-a997-d5359e45725a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.04.30 22:22:54.981695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.04.30 22:22:54.981742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 727 | 2024.04.30 22:22:54.981768 [ 3 ] {} <Debug> HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 728 | 2024.04.30 22:22:54.981790 [ 3 ] {} <Debug> HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.04.30 22:22:54.981804 [ 3 ] {} <Debug> HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.04.30 22:22:54.981839 [ 3 ] {} <Trace> HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.04.30 22:22:54.981984 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.982030 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.04.30 22:22:54.984294 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} <Debug> oximeter.fields_u32 (3accb8df-2628-4d8c-b044-b3f03480c392): Loading data parts | ||
| 734 | 2024.04.30 22:22:54.984447 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} <Debug> oximeter.fields_u32 (3accb8df-2628-4d8c-b044-b3f03480c392): There are no data parts | ||
| 735 | 2024.04.30 22:22:54.992626 [ 3 ] {e6042cb8-345e-4552-a6a3-9bff60e4943c} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.04.30 22:22:54.992666 [ 3 ] {} <Debug> HTTP-Session: 5cc5f9a3-92e1-40df-b9bd-b57ae9becb36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.04.30 22:22:54.992822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.04.30 22:22:54.992886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 739 | 2024.04.30 22:22:54.992917 [ 3 ] {} <Debug> HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 740 | 2024.04.30 22:22:54.992937 [ 3 ] {} <Debug> HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.04.30 22:22:54.992961 [ 3 ] {} <Debug> HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.04.30 22:22:54.993004 [ 3 ] {} <Trace> HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.04.30 22:22:54.993183 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) 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.04.30 22:22:54.993240 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.04.30 22:22:54.995455 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Loading data parts | ||
| 746 | 2024.04.30 22:22:54.995620 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): There are no data parts | ||
| 747 | 2024.04.30 22:22:55.000147 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.11 MiB, peak 161.14 MiB, free memory in arenas 0.00 B, will set to 170.92 MiB (RSS), difference: 9.81 MiB | ||
| 748 | 2024.04.30 22:22:55.005295 [ 3 ] {3cd1e9ac-a3f5-47c4-9207-892bb5fe28fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 749 | 2024.04.30 22:22:55.005329 [ 3 ] {} <Debug> HTTP-Session: 346ab550-134f-413a-8f1b-987159298453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.04.30 22:22:55.005456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 751 | 2024.04.30 22:22:55.005520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 752 | 2024.04.30 22:22:55.005549 [ 3 ] {} <Debug> HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 753 | 2024.04.30 22:22:55.005564 [ 3 ] {} <Debug> HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.04.30 22:22:55.005586 [ 3 ] {} <Debug> HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 755 | 2024.04.30 22:22:55.005622 [ 3 ] {} <Trace> HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2024.04.30 22:22:55.005762 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 757 | 2024.04.30 22:22:55.005816 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 758 | 2024.04.30 22:22:55.024812 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} <Debug> oximeter.fields_u64 (e3eb9aba-f43b-448d-b05b-054caddd1512): Loading data parts | ||
| 759 | 2024.04.30 22:22:55.025034 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} <Debug> oximeter.fields_u64 (e3eb9aba-f43b-448d-b05b-054caddd1512): There are no data parts | ||
| 760 | 2024.04.30 22:22:55.029910 [ 3 ] {156c33bf-9eeb-426a-b11e-29f081f48fb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 761 | 2024.04.30 22:22:55.029940 [ 3 ] {} <Debug> HTTP-Session: 8fbbbd1b-31b4-4d62-b71e-d6ac5b66b7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 762 | 2024.04.30 22:22:55.030125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 763 | 2024.04.30 22:22:55.030180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 764 | 2024.04.30 22:22:55.030201 [ 3 ] {} <Debug> HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 765 | 2024.04.30 22:22:55.030236 [ 3 ] {} <Debug> HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.04.30 22:22:55.030250 [ 3 ] {} <Debug> HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.04.30 22:22:55.030287 [ 3 ] {} <Trace> HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2024.04.30 22:22:55.030456 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 769 | 2024.04.30 22:22:55.030499 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 770 | 2024.04.30 22:22:55.040267 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} <Debug> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Loading data parts | ||
| 771 | 2024.04.30 22:22:55.040480 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} <Debug> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): There are no data parts | ||
| 772 | 2024.04.30 22:22:55.053360 [ 3 ] {6d7e28fa-f942-43eb-b21c-c7982315391f} <Debug> DynamicQueryHandler: Done processing query | ||
| 773 | 2024.04.30 22:22:55.053390 [ 3 ] {} <Debug> HTTP-Session: 85cf6baa-5227-488b-8333-081dd428155f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.04.30 22:22:55.053557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 775 | 2024.04.30 22:22:55.053613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 776 | 2024.04.30 22:22:55.053634 [ 3 ] {} <Debug> HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 777 | 2024.04.30 22:22:55.053652 [ 3 ] {} <Debug> HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.04.30 22:22:55.053667 [ 3 ] {} <Debug> HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2024.04.30 22:22:55.053702 [ 3 ] {} <Trace> HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.04.30 22:22:55.053908 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 781 | 2024.04.30 22:22:55.053972 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 782 | 2024.04.30 22:22:55.063743 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Loading data parts | ||
| 783 | 2024.04.30 22:22:55.063921 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): There are no data parts | ||
| 784 | 2024.04.30 22:22:55.065865 [ 3 ] {0975f2c6-85e0-484c-930e-0d3bb6d2b453} <Debug> DynamicQueryHandler: Done processing query | ||
| 785 | 2024.04.30 22:22:55.065893 [ 3 ] {} <Debug> HTTP-Session: 93456446-1cac-45cd-bc89-681b7a64c338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 786 | 2024.04.30 22:22:55.066041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 787 | 2024.04.30 22:22:55.066096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 788 | 2024.04.30 22:22:55.066116 [ 3 ] {} <Debug> HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 789 | 2024.04.30 22:22:55.066133 [ 3 ] {} <Debug> HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.04.30 22:22:55.066147 [ 3 ] {} <Debug> HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 791 | 2024.04.30 22:22:55.066180 [ 3 ] {} <Trace> HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2024.04.30 22:22:55.066324 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 793 | 2024.04.30 22:22:55.066365 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 794 | 2024.04.30 22:22:55.077025 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Loading data parts | ||
| 795 | 2024.04.30 22:22:55.077201 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): There are no data parts | ||
| 796 | 2024.04.30 22:22:55.079296 [ 3 ] {5683027e-8226-4929-b92c-d7b81aaa5c91} <Debug> DynamicQueryHandler: Done processing query | ||
| 797 | 2024.04.30 22:22:55.079325 [ 3 ] {} <Debug> HTTP-Session: b5bcf79c-bd63-460c-8640-2354bc18bedb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 798 | 2024.04.30 22:22:55.079455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.04.30 22:22:55.079517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 800 | 2024.04.30 22:22:55.079541 [ 3 ] {} <Debug> HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 801 | 2024.04.30 22:22:55.079563 [ 3 ] {} <Debug> HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.04.30 22:22:55.079580 [ 3 ] {} <Debug> HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.04.30 22:22:55.079619 [ 3 ] {} <Trace> HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.04.30 22:22:55.079878 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) /* The timeseries schema table stores the extracted schema for the samples | ||
| 805 | * oximeter collects. | ||
| 806 | */ | ||
| 807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 808 | 2024.04.30 22:22:55.079952 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 809 | 2024.04.30 22:22:55.087696 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Loading data parts | ||
| 810 | 2024.04.30 22:22:55.087872 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): There are no data parts | ||
| 811 | 2024.04.30 22:22:55.089914 [ 3 ] {6ced69bf-4d0c-49d8-9746-07eafe8f4e3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 812 | 2024.04.30 22:22:55.089942 [ 3 ] {} <Debug> HTTP-Session: e4acb3d2-5176-4c86-a1e2-190ce3b0c494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 813 | 2024.04.30 22:22:55.090070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41589, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 814 | 2024.04.30 22:22:55.090122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 815 | 2024.04.30 22:22:55.090142 [ 3 ] {} <Debug> HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Authenticating user 'default' from [fd00:1122:3344:101::d]:41589 | ||
| 816 | 2024.04.30 22:22:55.090160 [ 3 ] {} <Debug> HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.04.30 22:22:55.090174 [ 3 ] {} <Debug> HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 818 | 2024.04.30 22:22:55.090208 [ 3 ] {} <Trace> HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.04.30 22:22:55.090381 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41589) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 820 | 2024.04.30 22:22:55.091635 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 821 | 2024.04.30 22:22:55.095601 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Trace> oximeter.version (9b6955bc-de01-41ff-92d2-8996d11bb6b6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 822 | 2024.04.30 22:22:55.095638 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 823 | 2024.04.30 22:22:55.099590 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 824 | 2024.04.30 22:22:55.100145 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Trace> oximeter.version (9b6955bc-de01-41ff-92d2-8996d11bb6b6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 825 | 2024.04.30 22:22:55.100420 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010121 sec., 98.80446596186148 rows/sec., 1.54 KiB/sec. | ||
| 826 | 2024.04.30 22:22:55.100595 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Debug> DynamicQueryHandler: Done processing query | ||
| 827 | 2024.04.30 22:22:55.100619 [ 3 ] {b41f3569-96dd-4c6d-8e28-82e5af536c59} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 828 | 2024.04.30 22:22:55.100635 [ 3 ] {} <Debug> HTTP-Session: a18daeed-d0c4-4378-b05c-ab98e1cce6cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.04.30 22:22:56.000134 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.43 MiB, peak 175.57 MiB, free memory in arenas 0.00 B, will set to 173.71 MiB (RSS), difference: 3.28 MiB | ||
| 830 | 2024.04.30 22:23:08.772534 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 831 | 2024.04.30 22:23:08.772598 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 832 | 2024.04.30 22:23:20.112400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 833 | 2024.04.30 22:23:20.112537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 834 | 2024.04.30 22:23:20.112565 [ 3 ] {} <Debug> HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 835 | 2024.04.30 22:23:20.112593 [ 3 ] {} <Debug> HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.04.30 22:23:20.112611 [ 3 ] {} <Debug> HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 837 | 2024.04.30 22:23:20.112666 [ 3 ] {} <Trace> HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2024.04.30 22:23:20.112867 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 839 | 2024.04.30 22:23:20.113223 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2024.04.30 22:23:20.113357 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2024.04.30 22:23:20.114438 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} <Debug> DynamicQueryHandler: Done processing query | ||
| 842 | 2024.04.30 22:23:20.114472 [ 3 ] {97763331-f7a4-4012-a9c2-13f2460fa57c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 843 | 2024.04.30 22:23:20.114490 [ 3 ] {} <Debug> HTTP-Session: dc779196-c367-4afc-9149-80bb0e726180 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 844 | 2024.04.30 22:23:20.119087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 845 | 2024.04.30 22:23:20.119140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 846 | 2024.04.30 22:23:20.119160 [ 3 ] {} <Debug> HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 847 | 2024.04.30 22:23:20.119176 [ 3 ] {} <Debug> HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.04.30 22:23:20.119190 [ 3 ] {} <Debug> HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 849 | 2024.04.30 22:23:20.119222 [ 3 ] {} <Trace> HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2024.04.30 22:23:20.119362 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 851 | 2024.04.30 22:23:20.121471 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2024.04.30 22:23:20.121522 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2024.04.30 22:23:20.122456 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} <Debug> DynamicQueryHandler: Done processing query | ||
| 854 | 2024.04.30 22:23:20.122482 [ 3 ] {8d949715-ce61-49e6-adbb-c5458ac5b681} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 855 | 2024.04.30 22:23:20.122499 [ 3 ] {} <Debug> HTTP-Session: f42d7df2-fcca-4b7e-a2be-7a963367a2f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 856 | 2024.04.30 22:23:20.122843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 857 | 2024.04.30 22:23:20.122888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 858 | 2024.04.30 22:23:20.122907 [ 3 ] {} <Debug> HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 859 | 2024.04.30 22:23:20.122926 [ 3 ] {} <Debug> HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.04.30 22:23:20.122941 [ 3 ] {} <Debug> HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 861 | 2024.04.30 22:23:20.122972 [ 3 ] {} <Trace> HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 862 | 2024.04.30 22:23:20.123091 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 863 | 2024.04.30 22:23:20.123438 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 864 | 2024.04.30 22:23:20.123487 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 865 | 2024.04.30 22:23:20.124398 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} <Debug> DynamicQueryHandler: Done processing query | ||
| 866 | 2024.04.30 22:23:20.124424 [ 3 ] {eda6432a-4de9-43d2-9c9b-36320ebf6699} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 867 | 2024.04.30 22:23:20.124440 [ 3 ] {} <Debug> HTTP-Session: f4aca7ed-b4cb-409c-b7b6-fc747546124d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 868 | 2024.04.30 22:23:20.124759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 869 | 2024.04.30 22:23:20.124805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 870 | 2024.04.30 22:23:20.124823 [ 3 ] {} <Debug> HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 871 | 2024.04.30 22:23:20.124839 [ 3 ] {} <Debug> HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.04.30 22:23:20.124853 [ 3 ] {} <Debug> HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 873 | 2024.04.30 22:23:20.124884 [ 3 ] {} <Trace> HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2024.04.30 22:23:20.125003 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 875 | 2024.04.30 22:23:20.125315 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2024.04.30 22:23:20.125366 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2024.04.30 22:23:20.126196 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} <Debug> DynamicQueryHandler: Done processing query | ||
| 878 | 2024.04.30 22:23:20.126221 [ 3 ] {3aaef6b8-3b63-47b4-8911-4cc3a011ec70} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 879 | 2024.04.30 22:23:20.126237 [ 3 ] {} <Debug> HTTP-Session: 7676df23-d72e-4f8a-8fa3-68f22b82ab7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 880 | 2024.04.30 22:23:20.126883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 881 | 2024.04.30 22:23:20.126933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 882 | 2024.04.30 22:23:20.126953 [ 3 ] {} <Debug> HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 883 | 2024.04.30 22:23:20.126968 [ 3 ] {} <Debug> HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.04.30 22:23:20.126982 [ 3 ] {} <Debug> HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 885 | 2024.04.30 22:23:20.127012 [ 3 ] {} <Trace> HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 886 | 2024.04.30 22:23:20.127120 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 887 | 2024.04.30 22:23:20.127165 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 888 | 2024.04.30 22:23:20.127349 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 889 | 2024.04.30 22:23:20.127786 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2024.04.30 22:23:20.127822 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 891 | 2024.04.30 22:23:20.128355 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 892 | 2024.04.30 22:23:20.128663 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 893 | 2024.04.30 22:23:20.128795 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 252.99 KiB/sec. | ||
| 894 | 2024.04.30 22:23:20.128995 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Debug> DynamicQueryHandler: Done processing query | ||
| 895 | 2024.04.30 22:23:20.129018 [ 3 ] {a9c929e8-6cde-486b-a9c2-f39d15eaff39} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 896 | 2024.04.30 22:23:20.129034 [ 3 ] {} <Debug> HTTP-Session: 239f7537-1587-408f-971d-4f8d42cefd88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 897 | 2024.04.30 22:23:20.129186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 898 | 2024.04.30 22:23:20.129232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 899 | 2024.04.30 22:23:20.129249 [ 3 ] {} <Debug> HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 900 | 2024.04.30 22:23:20.129266 [ 3 ] {} <Debug> HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.04.30 22:23:20.129279 [ 3 ] {} <Debug> HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 902 | 2024.04.30 22:23:20.129310 [ 3 ] {} <Trace> HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 903 | 2024.04.30 22:23:20.129409 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 904 | 2024.04.30 22:23:20.129451 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 905 | 2024.04.30 22:23:20.129573 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 906 | 2024.04.30 22:23:20.131481 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 907 | 2024.04.30 22:23:20.131515 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 908 | 2024.04.30 22:23:20.131812 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 909 | 2024.04.30 22:23:20.132103 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 910 | 2024.04.30 22:23:20.132217 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.002835 sec., 5291.005291005291 rows/sec., 428.86 KiB/sec. | ||
| 911 | 2024.04.30 22:23:20.132362 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Debug> DynamicQueryHandler: Done processing query | ||
| 912 | 2024.04.30 22:23:20.132386 [ 3 ] {4c27f5cc-61bc-43d3-9dcb-34ac476dd243} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 913 | 2024.04.30 22:23:20.132401 [ 3 ] {} <Debug> HTTP-Session: 020589a6-5129-4aa7-aa8c-0bf9893aed04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 914 | 2024.04.30 22:23:20.132556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 915 | 2024.04.30 22:23:20.132603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 916 | 2024.04.30 22:23:20.132621 [ 3 ] {} <Debug> HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 917 | 2024.04.30 22:23:20.132637 [ 3 ] {} <Debug> HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.04.30 22:23:20.132652 [ 3 ] {} <Debug> HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 919 | 2024.04.30 22:23:20.132683 [ 3 ] {} <Trace> HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 920 | 2024.04.30 22:23:20.132786 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 921 | 2024.04.30 22:23:20.132830 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 922 | 2024.04.30 22:23:20.132951 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 923 | 2024.04.30 22:23:20.133278 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 924 | 2024.04.30 22:23:20.133311 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 925 | 2024.04.30 22:23:20.133611 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 926 | 2024.04.30 22:23:20.133902 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 927 | 2024.04.30 22:23:20.134019 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001265 sec., 35573.122529644264 rows/sec., 3.10 MiB/sec. | ||
| 928 | 2024.04.30 22:23:20.134171 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Debug> DynamicQueryHandler: Done processing query | ||
| 929 | 2024.04.30 22:23:20.134195 [ 3 ] {7e2fabd0-5fce-4d91-a411-95e24d555ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 930 | 2024.04.30 22:23:20.134210 [ 3 ] {} <Debug> HTTP-Session: e402f797-1cb1-4709-9154-051f40db8cb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 931 | 2024.04.30 22:23:20.134342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 932 | 2024.04.30 22:23:20.134389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 933 | 2024.04.30 22:23:20.134407 [ 3 ] {} <Debug> HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 934 | 2024.04.30 22:23:20.134423 [ 3 ] {} <Debug> HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 935 | 2024.04.30 22:23:20.134436 [ 3 ] {} <Debug> HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 936 | 2024.04.30 22:23:20.134466 [ 3 ] {} <Trace> HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 937 | 2024.04.30 22:23:20.134564 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 938 | 2024.04.30 22:23:20.134604 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 939 | 2024.04.30 22:23:20.135253 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 940 | 2024.04.30 22:23:20.136090 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2024.04.30 22:23:20.136123 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 942 | 2024.04.30 22:23:20.136446 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 943 | 2024.04.30 22:23:20.136737 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2024.04.30 22:23:20.136851 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Debug> executeQuery: Read 25 rows, 2.01 KiB in 0.002315 sec., 10799.136069114471 rows/sec., 870.26 KiB/sec. | ||
| 945 | 2024.04.30 22:23:20.137029 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Debug> DynamicQueryHandler: Done processing query | ||
| 946 | 2024.04.30 22:23:20.137053 [ 3 ] {ce4b486f-f9c0-46a0-aafa-9da449f37bab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 947 | 2024.04.30 22:23:20.137068 [ 3 ] {} <Debug> HTTP-Session: 56229c0d-fe32-45f4-a0d8-a7eed4a5f702 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 948 | 2024.04.30 22:23:20.137261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 949 | 2024.04.30 22:23:20.137315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 950 | 2024.04.30 22:23:20.137335 [ 3 ] {} <Debug> HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 951 | 2024.04.30 22:23:20.137352 [ 3 ] {} <Debug> HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.04.30 22:23:20.137365 [ 3 ] {} <Debug> HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 953 | 2024.04.30 22:23:20.137399 [ 3 ] {} <Trace> HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 954 | 2024.04.30 22:23:20.137572 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 955 | 2024.04.30 22:23:20.137617 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 956 | 2024.04.30 22:23:20.137784 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 957 | 2024.04.30 22:23:20.138218 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2024.04.30 22:23:20.138253 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 959 | 2024.04.30 22:23:20.141296 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 960 | 2024.04.30 22:23:20.141630 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2024.04.30 22:23:20.141748 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.004275 sec., 3508.771929824561 rows/sec., 4.73 MiB/sec. | ||
| 962 | 2024.04.30 22:23:20.142014 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Debug> DynamicQueryHandler: Done processing query | ||
| 963 | 2024.04.30 22:23:20.142037 [ 3 ] {62c92755-5f63-4028-b10c-9e9958b60ed2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 964 | 2024.04.30 22:23:20.142053 [ 3 ] {} <Debug> HTTP-Session: be19ded8-b65d-421a-b34a-014a344b1c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 965 | 2024.04.30 22:23:20.142220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 966 | 2024.04.30 22:23:20.142267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 967 | 2024.04.30 22:23:20.142286 [ 3 ] {} <Debug> HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 968 | 2024.04.30 22:23:20.142302 [ 3 ] {} <Debug> HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 969 | 2024.04.30 22:23:20.142316 [ 3 ] {} <Debug> HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 970 | 2024.04.30 22:23:20.142346 [ 3 ] {} <Trace> HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 971 | 2024.04.30 22:23:20.142444 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 972 | 2024.04.30 22:23:20.142487 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 973 | 2024.04.30 22:23:20.142633 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 974 | 2024.04.30 22:23:20.142926 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Trace> oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 975 | 2024.04.30 22:23:20.142958 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 976 | 2024.04.30 22:23:20.143316 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 977 | 2024.04.30 22:23:20.143626 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Trace> oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 978 | 2024.04.30 22:23:20.143742 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001327 sec., 11303.692539562924 rows/sec., 841.15 KiB/sec. | ||
| 979 | 2024.04.30 22:23:20.143885 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Debug> DynamicQueryHandler: Done processing query | ||
| 980 | 2024.04.30 22:23:20.143908 [ 3 ] {37542fce-f06a-4a14-b4ac-95847286c860} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 981 | 2024.04.30 22:23:20.143926 [ 3 ] {} <Debug> HTTP-Session: 7717566d-0c2d-4bc7-b7c6-5f584a878a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 982 | 2024.04.30 22:23:23.772643 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 983 | 2024.04.30 22:23:23.772715 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 984 | 2024.04.30 22:23:30.103214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 985 | 2024.04.30 22:23:30.103388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 986 | 2024.04.30 22:23:30.103430 [ 3 ] {} <Debug> HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 987 | 2024.04.30 22:23:30.103466 [ 3 ] {} <Debug> HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.04.30 22:23:30.103483 [ 3 ] {} <Debug> HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 989 | 2024.04.30 22:23:30.103540 [ 3 ] {} <Trace> HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 990 | 2024.04.30 22:23:30.103740 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 991 | 2024.04.30 22:23:30.103816 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 992 | 2024.04.30 22:23:30.104031 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 993 | 2024.04.30 22:23:30.104483 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 994 | 2024.04.30 22:23:30.104528 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 995 | 2024.04.30 22:23:30.104889 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 996 | 2024.04.30 22:23:30.105219 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 997 | 2024.04.30 22:23:30.105403 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001724 sec., 8700.696055684455 rows/sec., 705.23 KiB/sec. | ||
| 998 | 2024.04.30 22:23:30.105634 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Debug> DynamicQueryHandler: Done processing query | ||
| 999 | 2024.04.30 22:23:30.105661 [ 3 ] {e7ca43ff-2460-4835-a560-fbdad3584562} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1000 | 2024.04.30 22:23:30.105677 [ 3 ] {} <Debug> HTTP-Session: a02efa71-6af4-40e7-90b1-33bee1acd9bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1001 | 2024.04.30 22:23:30.105829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1002 | 2024.04.30 22:23:30.105884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1003 | 2024.04.30 22:23:30.105905 [ 3 ] {} <Debug> HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1004 | 2024.04.30 22:23:30.105922 [ 3 ] {} <Debug> HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1005 | 2024.04.30 22:23:30.105936 [ 3 ] {} <Debug> HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1006 | 2024.04.30 22:23:30.105973 [ 3 ] {} <Trace> HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1007 | 2024.04.30 22:23:30.106088 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1008 | 2024.04.30 22:23:30.106133 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1009 | 2024.04.30 22:23:30.106259 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1010 | 2024.04.30 22:23:30.106569 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1011 | 2024.04.30 22:23:30.106606 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1012 | 2024.04.30 22:23:30.106908 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1013 | 2024.04.30 22:23:30.107205 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1014 | 2024.04.30 22:23:30.107357 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001301 sec., 34588.777863182164 rows/sec., 3.01 MiB/sec. | ||
| 1015 | 2024.04.30 22:23:30.107514 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1016 | 2024.04.30 22:23:30.107537 [ 3 ] {8ef14354-566b-4213-ab48-0ee46653360e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1017 | 2024.04.30 22:23:30.107552 [ 3 ] {} <Debug> HTTP-Session: 28160458-276e-4e04-a1fc-981a7bf48ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1018 | 2024.04.30 22:23:30.107716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1019 | 2024.04.30 22:23:30.107763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1020 | 2024.04.30 22:23:30.107782 [ 3 ] {} <Debug> HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1021 | 2024.04.30 22:23:30.107798 [ 3 ] {} <Debug> HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1022 | 2024.04.30 22:23:30.107812 [ 3 ] {} <Debug> HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1023 | 2024.04.30 22:23:30.107844 [ 3 ] {} <Trace> HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2024.04.30 22:23:30.107955 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1025 | 2024.04.30 22:23:30.107997 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1026 | 2024.04.30 22:23:30.108121 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1027 | 2024.04.30 22:23:30.108497 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1028 | 2024.04.30 22:23:30.108532 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1029 | 2024.04.30 22:23:30.108829 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1030 | 2024.04.30 22:23:30.109125 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1031 | 2024.04.30 22:23:30.109270 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.00134 sec., 11194.029850746268 rows/sec., 896.40 KiB/sec. | ||
| 1032 | 2024.04.30 22:23:30.109436 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Debug> DynamicQueryHandler: Done processing query | ||
| 1033 | 2024.04.30 22:23:30.109460 [ 3 ] {f55b0ee2-b506-4944-a909-b8100d9e1b76} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1034 | 2024.04.30 22:23:30.109475 [ 3 ] {} <Debug> HTTP-Session: 034e6643-0cb2-4710-983c-22d8dc7f859f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1035 | 2024.04.30 22:23:30.109672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1036 | 2024.04.30 22:23:30.109719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1037 | 2024.04.30 22:23:30.109738 [ 3 ] {} <Debug> HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1038 | 2024.04.30 22:23:30.109754 [ 3 ] {} <Debug> HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1039 | 2024.04.30 22:23:30.109767 [ 3 ] {} <Debug> HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1040 | 2024.04.30 22:23:30.109799 [ 3 ] {} <Trace> HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2024.04.30 22:23:30.109974 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1042 | 2024.04.30 22:23:30.110022 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1043 | 2024.04.30 22:23:30.110178 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1044 | 2024.04.30 22:23:30.110525 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1045 | 2024.04.30 22:23:30.110559 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 1046 | 2024.04.30 22:23:30.110949 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1047 | 2024.04.30 22:23:30.111273 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1048 | 2024.04.30 22:23:30.111425 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001542 sec., 9727.626459143969 rows/sec., 13.13 MiB/sec. | ||
| 1049 | 2024.04.30 22:23:30.111583 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Debug> DynamicQueryHandler: Done processing query | ||
| 1050 | 2024.04.30 22:23:30.111606 [ 3 ] {7689fd30-0e5f-474e-972a-b604feee2c94} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1051 | 2024.04.30 22:23:30.111622 [ 3 ] {} <Debug> HTTP-Session: 1613e386-8e57-425f-8bd7-4f42e97afa43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1052 | 2024.04.30 22:23:38.772767 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1053 | 2024.04.30 22:23:38.772843 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1054 | 2024.04.30 22:23:40.103454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1055 | 2024.04.30 22:23:40.103579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1056 | 2024.04.30 22:23:40.103607 [ 3 ] {} <Debug> HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1057 | 2024.04.30 22:23:40.103635 [ 3 ] {} <Debug> HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1058 | 2024.04.30 22:23:40.103654 [ 3 ] {} <Debug> HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1059 | 2024.04.30 22:23:40.103712 [ 3 ] {} <Trace> HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1060 | 2024.04.30 22:23:40.103925 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1061 | 2024.04.30 22:23:40.104002 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1062 | 2024.04.30 22:23:40.104215 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1063 | 2024.04.30 22:23:40.104673 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1064 | 2024.04.30 22:23:40.104713 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1065 | 2024.04.30 22:23:40.105100 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1066 | 2024.04.30 22:23:40.105442 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1067 | 2024.04.30 22:23:40.105583 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001727 sec., 8685.581933989577 rows/sec., 704.01 KiB/sec. | ||
| 1068 | 2024.04.30 22:23:40.105794 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1069 | 2024.04.30 22:23:40.105822 [ 3 ] {3ba881c6-7062-477b-b2b5-4a06dfd816fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1070 | 2024.04.30 22:23:40.105838 [ 3 ] {} <Debug> HTTP-Session: da3de8b1-c503-49bf-a62d-0fc6063e6d51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1071 | 2024.04.30 22:23:40.105976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1072 | 2024.04.30 22:23:40.106028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1073 | 2024.04.30 22:23:40.106048 [ 3 ] {} <Debug> HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1074 | 2024.04.30 22:23:40.106067 [ 3 ] {} <Debug> HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1075 | 2024.04.30 22:23:40.106080 [ 3 ] {} <Debug> HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1076 | 2024.04.30 22:23:40.106117 [ 3 ] {} <Trace> HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1077 | 2024.04.30 22:23:40.106233 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1078 | 2024.04.30 22:23:40.106280 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1079 | 2024.04.30 22:23:40.106407 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1080 | 2024.04.30 22:23:40.106712 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1081 | 2024.04.30 22:23:40.106748 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1082 | 2024.04.30 22:23:40.107058 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1083 | 2024.04.30 22:23:40.107352 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1084 | 2024.04.30 22:23:40.107475 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001284 sec., 35046.72897196262 rows/sec., 3.05 MiB/sec. | ||
| 1085 | 2024.04.30 22:23:40.107629 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Debug> DynamicQueryHandler: Done processing query | ||
| 1086 | 2024.04.30 22:23:40.107652 [ 3 ] {2dafc3a0-097b-4fbb-a6c9-7b72d76ce598} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1087 | 2024.04.30 22:23:40.107668 [ 3 ] {} <Debug> HTTP-Session: 11b0c74f-ae85-4eab-8090-aabaebd7ad78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1088 | 2024.04.30 22:23:40.107834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1089 | 2024.04.30 22:23:40.107883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1090 | 2024.04.30 22:23:40.107902 [ 3 ] {} <Debug> HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1091 | 2024.04.30 22:23:40.107919 [ 3 ] {} <Debug> HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1092 | 2024.04.30 22:23:40.107932 [ 3 ] {} <Debug> HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1093 | 2024.04.30 22:23:40.107965 [ 3 ] {} <Trace> HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1094 | 2024.04.30 22:23:40.108065 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1095 | 2024.04.30 22:23:40.108107 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1096 | 2024.04.30 22:23:40.108230 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1097 | 2024.04.30 22:23:40.108498 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1098 | 2024.04.30 22:23:40.108532 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1099 | 2024.04.30 22:23:40.108825 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1100 | 2024.04.30 22:23:40.109119 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1101 | 2024.04.30 22:23:40.109237 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001201 sec., 12489.592006661116 rows/sec., 1000.14 KiB/sec. | ||
| 1102 | 2024.04.30 22:23:40.109513 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Debug> DynamicQueryHandler: Done processing query | ||
| 1103 | 2024.04.30 22:23:40.109538 [ 3 ] {405409b9-8509-4a76-9148-20ea7c79a496} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1104 | 2024.04.30 22:23:40.109554 [ 3 ] {} <Debug> HTTP-Session: dbb7e910-b9b1-41f1-a833-c4fe4917c000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1105 | 2024.04.30 22:23:40.109698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1106 | 2024.04.30 22:23:40.109746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1107 | 2024.04.30 22:23:40.109765 [ 3 ] {} <Debug> HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1108 | 2024.04.30 22:23:40.109781 [ 3 ] {} <Debug> HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1109 | 2024.04.30 22:23:40.109795 [ 3 ] {} <Debug> HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1110 | 2024.04.30 22:23:40.109826 [ 3 ] {} <Trace> HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1111 | 2024.04.30 22:23:40.110000 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1112 | 2024.04.30 22:23:40.110051 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1113 | 2024.04.30 22:23:40.110226 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1114 | 2024.04.30 22:23:40.110581 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1115 | 2024.04.30 22:23:40.110616 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1116 | 2024.04.30 22:23:40.111033 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1117 | 2024.04.30 22:23:40.111376 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1118 | 2024.04.30 22:23:40.111499 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001599 sec., 9380.863039399625 rows/sec., 12.66 MiB/sec. | ||
| 1119 | 2024.04.30 22:23:40.111698 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Debug> DynamicQueryHandler: Done processing query | ||
| 1120 | 2024.04.30 22:23:40.111722 [ 3 ] {fac5d728-5d94-4986-85c6-7ee40a2ab692} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1121 | 2024.04.30 22:23:40.111737 [ 3 ] {} <Debug> HTTP-Session: f422a953-6e38-4df2-9449-ea2264f0ce87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1122 | 2024.04.30 22:23:50.103661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1123 | 2024.04.30 22:23:50.103851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1124 | 2024.04.30 22:23:50.103897 [ 3 ] {} <Debug> HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1125 | 2024.04.30 22:23:50.103939 [ 3 ] {} <Debug> HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1126 | 2024.04.30 22:23:50.103968 [ 3 ] {} <Debug> HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1127 | 2024.04.30 22:23:50.104050 [ 3 ] {} <Trace> HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2024.04.30 22:23:50.104269 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1129 | 2024.04.30 22:23:50.104335 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1130 | 2024.04.30 22:23:50.104527 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1131 | 2024.04.30 22:23:50.104947 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1132 | 2024.04.30 22:23:50.104991 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1133 | 2024.04.30 22:23:50.105359 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1134 | 2024.04.30 22:23:50.105687 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1135 | 2024.04.30 22:23:50.105850 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00163 sec., 9202.453987730061 rows/sec., 745.90 KiB/sec. | ||
| 1136 | 2024.04.30 22:23:50.106060 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Debug> DynamicQueryHandler: Done processing query | ||
| 1137 | 2024.04.30 22:23:50.106087 [ 3 ] {8f7e6143-d670-43cf-9f6e-70bd4142fa09} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1138 | 2024.04.30 22:23:50.106103 [ 3 ] {} <Debug> HTTP-Session: e5a5875e-8743-44ef-b306-dffb0106a086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1139 | 2024.04.30 22:23:50.106231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1140 | 2024.04.30 22:23:50.106284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1141 | 2024.04.30 22:23:50.106304 [ 3 ] {} <Debug> HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1142 | 2024.04.30 22:23:50.106322 [ 3 ] {} <Debug> HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1143 | 2024.04.30 22:23:50.106335 [ 3 ] {} <Debug> HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1144 | 2024.04.30 22:23:50.106371 [ 3 ] {} <Trace> HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1145 | 2024.04.30 22:23:50.106485 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1146 | 2024.04.30 22:23:50.106530 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1147 | 2024.04.30 22:23:50.106658 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1148 | 2024.04.30 22:23:50.106963 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2024.04.30 22:23:50.107001 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1150 | 2024.04.30 22:23:50.107305 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1151 | 2024.04.30 22:23:50.107602 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1152 | 2024.04.30 22:23:50.107753 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001304 sec., 34509.20245398773 rows/sec., 3.01 MiB/sec. | ||
| 1153 | 2024.04.30 22:23:50.107913 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Debug> DynamicQueryHandler: Done processing query | ||
| 1154 | 2024.04.30 22:23:50.107937 [ 3 ] {0cfc826e-8bd2-498c-84ed-4478a9147a46} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1155 | 2024.04.30 22:23:50.107952 [ 3 ] {} <Debug> HTTP-Session: c5a27fe8-703e-42e9-90f5-6fcbd339b199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1156 | 2024.04.30 22:23:50.108084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1157 | 2024.04.30 22:23:50.108131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1158 | 2024.04.30 22:23:50.108150 [ 3 ] {} <Debug> HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1159 | 2024.04.30 22:23:50.108166 [ 3 ] {} <Debug> HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1160 | 2024.04.30 22:23:50.108180 [ 3 ] {} <Debug> HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1161 | 2024.04.30 22:23:50.108212 [ 3 ] {} <Trace> HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1162 | 2024.04.30 22:23:50.108311 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1163 | 2024.04.30 22:23:50.108354 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1164 | 2024.04.30 22:23:50.108477 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1165 | 2024.04.30 22:23:50.108810 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1166 | 2024.04.30 22:23:50.108845 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1167 | 2024.04.30 22:23:50.109146 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1168 | 2024.04.30 22:23:50.109447 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1169 | 2024.04.30 22:23:50.109591 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001308 sec., 11467.889908256882 rows/sec., 918.33 KiB/sec. | ||
| 1170 | 2024.04.30 22:23:50.109752 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 1171 | 2024.04.30 22:23:50.109777 [ 3 ] {7c75f894-9770-40f2-adcf-b073d2d588ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1172 | 2024.04.30 22:23:50.109792 [ 3 ] {} <Debug> HTTP-Session: 005228e5-fc94-4a09-b1e3-705cf3a195f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1173 | 2024.04.30 22:23:50.109944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1174 | 2024.04.30 22:23:50.109992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1175 | 2024.04.30 22:23:50.110011 [ 3 ] {} <Debug> HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1176 | 2024.04.30 22:23:50.110028 [ 3 ] {} <Debug> HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1177 | 2024.04.30 22:23:50.110041 [ 3 ] {} <Debug> HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1178 | 2024.04.30 22:23:50.110072 [ 3 ] {} <Trace> HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1179 | 2024.04.30 22:23:50.110245 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1180 | 2024.04.30 22:23:50.110293 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1181 | 2024.04.30 22:23:50.110455 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1182 | 2024.04.30 22:23:50.110825 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1183 | 2024.04.30 22:23:50.110860 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1184 | 2024.04.30 22:23:50.111251 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1185 | 2024.04.30 22:23:50.111604 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1186 | 2024.04.30 22:23:50.111764 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001618 sec., 9270.70457354759 rows/sec., 12.51 MiB/sec. | ||
| 1187 | 2024.04.30 22:23:50.111922 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1188 | 2024.04.30 22:23:50.111946 [ 3 ] {02d993c8-dec8-4e2b-b57c-72589d18eb2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1189 | 2024.04.30 22:23:50.111962 [ 3 ] {} <Debug> HTTP-Session: 5ee0fccf-7457-42e1-9802-dd67eba7a9c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1190 | 2024.04.30 22:23:53.772890 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1191 | 2024.04.30 22:23:53.772951 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1192 | 2024.04.30 22:23:55.102194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1193 | 2024.04.30 22:23:55.102362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1194 | 2024.04.30 22:23:55.102414 [ 3 ] {} <Debug> HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1195 | 2024.04.30 22:23:55.102461 [ 3 ] {} <Debug> HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1196 | 2024.04.30 22:23:55.102489 [ 3 ] {} <Debug> HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1197 | 2024.04.30 22:23:55.102571 [ 3 ] {} <Trace> HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1198 | 2024.04.30 22:23:55.102912 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1199 | 2024.04.30 22:23:55.103611 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1200 | 2024.04.30 22:23:55.103691 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1201 | 2024.04.30 22:23:55.103935 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1202 | 2024.04.30 22:23:55.104113 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1203 | 2024.04.30 22:23:55.104470 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 1204 | 2024.04.30 22:23:55.105668 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1205 | 2024.04.30 22:23:55.105719 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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 | ||
| 1206 | 2024.04.30 22:23:55.105738 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1207 | 2024.04.30 22:23:55.105844 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
| 1208 | 2024.04.30 22:23:55.105870 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1209 | 2024.04.30 22:23:55.107899 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.005136 sec., 778.816199376947 rows/sec., 35.94 KiB/sec. | ||
| 1210 | 2024.04.30 22:23:55.108211 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Debug> DynamicQueryHandler: Done processing query | ||
| 1211 | 2024.04.30 22:23:55.108240 [ 3 ] {de43fb3d-1869-434c-875b-7ed65fb00f11} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1212 | 2024.04.30 22:23:55.108257 [ 3 ] {} <Debug> HTTP-Session: c070ab06-f984-4293-9238-34a91ea6b66e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1213 | 2024.04.30 22:23:55.108510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1214 | 2024.04.30 22:23:55.108562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1215 | 2024.04.30 22:23:55.108582 [ 3 ] {} <Debug> HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1216 | 2024.04.30 22:23:55.108602 [ 3 ] {} <Debug> HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1217 | 2024.04.30 22:23:55.108616 [ 3 ] {} <Debug> HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1218 | 2024.04.30 22:23:55.108655 [ 3 ] {} <Trace> HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2024.04.30 22:23:55.108811 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1220 | 2024.04.30 22:23:55.109057 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1221 | 2024.04.30 22:23:55.109090 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received')" moved to PREWHERE | ||
| 1222 | 2024.04.30 22:23:55.109291 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1223 | 2024.04.30 22:23:55.109355 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1224 | 2024.04.30 22:23:55.109498 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 1225 | 2024.04.30 22:23:55.109532 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1226 | 2024.04.30 22:23:55.109556 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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 | ||
| 1227 | 2024.04.30 22:23:55.109573 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1228 | 2024.04.30 22:23:55.109611 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" | ||
| 1229 | 2024.04.30 22:23:55.109632 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1230 | 2024.04.30 22:23:55.110413 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001674 sec., 2389.4862604540026 rows/sec., 110.26 KiB/sec. | ||
| 1231 | 2024.04.30 22:23:55.110634 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1232 | 2024.04.30 22:23:55.110659 [ 3 ] {0554c152-407f-4021-984f-59ecbcf01fa7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1233 | 2024.04.30 22:23:55.110675 [ 3 ] {} <Debug> HTTP-Session: 46a0d3c5-6757-492e-9dd7-eae470a0fe2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1234 | 2024.04.30 22:23:55.110974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1235 | 2024.04.30 22:23:55.111024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1236 | 2024.04.30 22:23:55.111042 [ 3 ] {} <Debug> HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1237 | 2024.04.30 22:23:55.111060 [ 3 ] {} <Debug> HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1238 | 2024.04.30 22:23:55.111073 [ 3 ] {} <Debug> HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1239 | 2024.04.30 22:23:55.111107 [ 3 ] {} <Trace> HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1240 | 2024.04.30 22:23:55.111238 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1241 | 2024.04.30 22:23:55.111472 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1242 | 2024.04.30 22:23:55.111506 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
| 1243 | 2024.04.30 22:23:55.111708 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1244 | 2024.04.30 22:23:55.111772 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1245 | 2024.04.30 22:23:55.111909 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1246 | 2024.04.30 22:23:55.111943 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1247 | 2024.04.30 22:23:55.111965 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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 | ||
| 1248 | 2024.04.30 22:23:55.111982 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1249 | 2024.04.30 22:23:55.112020 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 1250 | 2024.04.30 22:23:55.112039 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1251 | 2024.04.30 22:23:55.112893 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00171 sec., 2339.1812865497077 rows/sec., 107.94 KiB/sec. | ||
| 1252 | 2024.04.30 22:23:55.113123 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Debug> DynamicQueryHandler: Done processing query | ||
| 1253 | 2024.04.30 22:23:55.113148 [ 3 ] {027133a6-d0c9-4d0d-95ab-4bc2134e1eab} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1254 | 2024.04.30 22:23:55.113164 [ 3 ] {} <Debug> HTTP-Session: 63c189eb-733c-444e-a2e7-29484f962784 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1255 | 2024.04.30 22:23:55.113437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1256 | 2024.04.30 22:23:55.113483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1257 | 2024.04.30 22:23:55.113503 [ 3 ] {} <Debug> HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1258 | 2024.04.30 22:23:55.113519 [ 3 ] {} <Debug> HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1259 | 2024.04.30 22:23:55.113532 [ 3 ] {} <Debug> HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1260 | 2024.04.30 22:23:55.113563 [ 3 ] {} <Trace> HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1261 | 2024.04.30 22:23:55.113687 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1262 | 2024.04.30 22:23:55.113917 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1263 | 2024.04.30 22:23:55.113950 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
| 1264 | 2024.04.30 22:23:55.114157 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1265 | 2024.04.30 22:23:55.114219 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1266 | 2024.04.30 22:23:55.114352 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1267 | 2024.04.30 22:23:55.114385 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1268 | 2024.04.30 22:23:55.114407 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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 | ||
| 1269 | 2024.04.30 22:23:55.114424 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1270 | 2024.04.30 22:23:55.114462 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
| 1271 | 2024.04.30 22:23:55.114481 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1272 | 2024.04.30 22:23:55.115252 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001617 sec., 2473.7167594310454 rows/sec., 114.14 KiB/sec. | ||
| 1273 | 2024.04.30 22:23:55.115462 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Debug> DynamicQueryHandler: Done processing query | ||
| 1274 | 2024.04.30 22:23:55.115486 [ 3 ] {63132ecb-2f11-4ef0-ab99-ebb50d721d33} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1275 | 2024.04.30 22:23:55.115502 [ 3 ] {} <Debug> HTTP-Session: 71bef2f1-ae40-43ac-b9ef-ad33a0bf2789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1276 | 2024.04.30 22:23:55.115694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1277 | 2024.04.30 22:23:55.115740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1278 | 2024.04.30 22:23:55.115760 [ 3 ] {} <Debug> HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1279 | 2024.04.30 22:23:55.115776 [ 3 ] {} <Debug> HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1280 | 2024.04.30 22:23:55.115790 [ 3 ] {} <Debug> HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1281 | 2024.04.30 22:23:55.115820 [ 3 ] {} <Trace> HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2024.04.30 22:23:55.115946 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1283 | 2024.04.30 22:23:55.116179 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1284 | 2024.04.30 22:23:55.116212 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
| 1285 | 2024.04.30 22:23:55.116421 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1286 | 2024.04.30 22:23:55.116484 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1287 | 2024.04.30 22:23:55.116617 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1288 | 2024.04.30 22:23:55.116651 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1289 | 2024.04.30 22:23:55.116674 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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 | ||
| 1290 | 2024.04.30 22:23:55.116690 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1291 | 2024.04.30 22:23:55.116729 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
| 1292 | 2024.04.30 22:23:55.116749 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1293 | 2024.04.30 22:23:55.117537 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 112.27 KiB/sec. | ||
| 1294 | 2024.04.30 22:23:55.117771 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1295 | 2024.04.30 22:23:55.117794 [ 3 ] {2d3f434a-eb7e-434b-a18b-d46b283c5d1b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1296 | 2024.04.30 22:23:55.117810 [ 3 ] {} <Debug> HTTP-Session: 426ba19d-39e5-4d91-a6fb-c404e4deeb09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1297 | 2024.04.30 22:23:55.118137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1298 | 2024.04.30 22:23:55.118184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1299 | 2024.04.30 22:23:55.118203 [ 3 ] {} <Debug> HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1300 | 2024.04.30 22:23:55.118219 [ 3 ] {} <Debug> HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1301 | 2024.04.30 22:23:55.118233 [ 3 ] {} <Debug> HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1302 | 2024.04.30 22:23:55.118263 [ 3 ] {} <Trace> HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1303 | 2024.04.30 22:23:55.118387 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 1304 | 2024.04.30 22:23:55.118623 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1305 | 2024.04.30 22:23:55.118657 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
| 1306 | 2024.04.30 22:23:55.118867 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1307 | 2024.04.30 22:23:55.118929 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1308 | 2024.04.30 22:23:55.119062 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1309 | 2024.04.30 22:23:55.119094 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1310 | 2024.04.30 22:23:55.119117 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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 | ||
| 1311 | 2024.04.30 22:23:55.119133 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1312 | 2024.04.30 22:23:55.119172 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
| 1313 | 2024.04.30 22:23:55.119193 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1314 | 2024.04.30 22:23:55.120066 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001728 sec., 2314.814814814815 rows/sec., 106.81 KiB/sec. | ||
| 1315 | 2024.04.30 22:23:55.120313 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Debug> DynamicQueryHandler: Done processing query | ||
| 1316 | 2024.04.30 22:23:55.120340 [ 3 ] {a1af4787-92db-4c43-a252-dac3fea0df46} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1317 | 2024.04.30 22:23:55.120357 [ 3 ] {} <Debug> HTTP-Session: 4b3d9ca0-099b-46d4-8e21-09557b3b7cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1318 | 2024.04.30 22:23:55.130822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1319 | 2024.04.30 22:23:55.130882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1320 | 2024.04.30 22:23:55.130907 [ 3 ] {} <Debug> HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1321 | 2024.04.30 22:23:55.130927 [ 3 ] {} <Debug> HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1322 | 2024.04.30 22:23:55.130944 [ 3 ] {} <Debug> HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1323 | 2024.04.30 22:23:55.130984 [ 3 ] {} <Trace> HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1324 | 2024.04.30 22:23:55.131124 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1325 | 2024.04.30 22:23:55.131180 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1326 | 2024.04.30 22:23:55.131358 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1327 | 2024.04.30 22:23:55.131727 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1328 | 2024.04.30 22:23:55.131767 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1329 | 2024.04.30 22:23:55.132280 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1330 | 2024.04.30 22:23:55.132619 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1331 | 2024.04.30 22:23:55.132780 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001696 sec., 3537.735849056604 rows/sec., 573.50 KiB/sec. | ||
| 1332 | 2024.04.30 22:23:55.133251 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Debug> DynamicQueryHandler: Done processing query | ||
| 1333 | 2024.04.30 22:23:55.133278 [ 3 ] {31200ef9-e92e-460c-91e1-8a759142da59} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1334 | 2024.04.30 22:23:55.133294 [ 3 ] {} <Debug> HTTP-Session: e51f311f-92ba-4412-8d69-0c5d581ff766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1335 | 2024.04.30 22:23:55.133459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1336 | 2024.04.30 22:23:55.133509 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1337 | 2024.04.30 22:23:55.133528 [ 3 ] {} <Debug> HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1338 | 2024.04.30 22:23:55.133545 [ 3 ] {} <Debug> HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1339 | 2024.04.30 22:23:55.133559 [ 3 ] {} <Debug> HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1340 | 2024.04.30 22:23:55.133590 [ 3 ] {} <Trace> HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1341 | 2024.04.30 22:23:55.133700 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1342 | 2024.04.30 22:23:55.133744 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1343 | 2024.04.30 22:23:55.133896 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1344 | 2024.04.30 22:23:55.134221 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1345 | 2024.04.30 22:23:55.134259 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1346 | 2024.04.30 22:23:55.134587 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1347 | 2024.04.30 22:23:55.134915 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1348 | 2024.04.30 22:23:55.135078 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001405 sec., 25622.775800711745 rows/sec., 1.92 MiB/sec. | ||
| 1349 | 2024.04.30 22:23:55.135269 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 1350 | 2024.04.30 22:23:55.135294 [ 3 ] {4e6f850d-9383-465e-b11f-f6ebe67313ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1351 | 2024.04.30 22:23:55.135310 [ 3 ] {} <Debug> HTTP-Session: 3a80f20d-0119-4077-b592-6c1254882cd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1352 | 2024.04.30 22:23:55.135477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1353 | 2024.04.30 22:23:55.135524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1354 | 2024.04.30 22:23:55.135543 [ 3 ] {} <Debug> HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1355 | 2024.04.30 22:23:55.135559 [ 3 ] {} <Debug> HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1356 | 2024.04.30 22:23:55.135573 [ 3 ] {} <Debug> HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1357 | 2024.04.30 22:23:55.135604 [ 3 ] {} <Trace> HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2024.04.30 22:23:55.135707 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1359 | 2024.04.30 22:23:55.135749 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1360 | 2024.04.30 22:23:55.135873 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1361 | 2024.04.30 22:23:55.136163 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1362 | 2024.04.30 22:23:55.136200 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1363 | 2024.04.30 22:23:55.136521 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1364 | 2024.04.30 22:23:55.136848 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1365 | 2024.04.30 22:23:55.137009 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001317 sec., 18223.234624145785 rows/sec., 1.41 MiB/sec. | ||
| 1366 | 2024.04.30 22:23:55.137269 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1367 | 2024.04.30 22:23:55.137294 [ 3 ] {452b4a3c-32f0-4d5e-819a-f4080fe3488c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1368 | 2024.04.30 22:23:55.137309 [ 3 ] {} <Debug> HTTP-Session: 14be5036-7f41-466a-bef1-8e8965f4bc60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1369 | 2024.04.30 22:23:55.137556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 55556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1370 | 2024.04.30 22:23:55.137606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1371 | 2024.04.30 22:23:55.137624 [ 3 ] {} <Debug> HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1372 | 2024.04.30 22:23:55.137641 [ 3 ] {} <Debug> HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1373 | 2024.04.30 22:23:55.137656 [ 3 ] {} <Debug> HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1374 | 2024.04.30 22:23:55.137686 [ 3 ] {} <Trace> HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2024.04.30 22:23:55.137879 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1376 | 2024.04.30 22:23:55.137927 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1377 | 2024.04.30 22:23:55.138085 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1378 | 2024.04.30 22:23:55.138503 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1379 | 2024.04.30 22:23:55.138539 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1380 | 2024.04.30 22:23:55.138952 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1381 | 2024.04.30 22:23:55.139289 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1382 | 2024.04.30 22:23:55.139450 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Debug> executeQuery: Read 288 rows, 20.81 KiB in 0.001669 sec., 172558.41821449972 rows/sec., 12.18 MiB/sec. | ||
| 1383 | 2024.04.30 22:23:55.139871 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Debug> DynamicQueryHandler: Done processing query | ||
| 1384 | 2024.04.30 22:23:55.139897 [ 3 ] {0dbac7df-1371-4f6a-b85c-09aaf2ed1872} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
| 1385 | 2024.04.30 22:23:55.139913 [ 3 ] {} <Debug> HTTP-Session: aa9c51f0-8546-4d06-bd62-3eea5c72392b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1386 | 2024.04.30 22:24:00.103137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1387 | 2024.04.30 22:24:00.103282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1388 | 2024.04.30 22:24:00.103312 [ 3 ] {} <Debug> HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1389 | 2024.04.30 22:24:00.103341 [ 3 ] {} <Debug> HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1390 | 2024.04.30 22:24:00.103358 [ 3 ] {} <Debug> HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1391 | 2024.04.30 22:24:00.103415 [ 3 ] {} <Trace> HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2024.04.30 22:24:00.103608 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1393 | 2024.04.30 22:24:00.103676 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1394 | 2024.04.30 22:24:00.103869 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1395 | 2024.04.30 22:24:00.104292 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1396 | 2024.04.30 22:24:00.104335 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1397 | 2024.04.30 22:24:00.104692 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1398 | 2024.04.30 22:24:00.105037 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1399 | 2024.04.30 22:24:00.105195 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001646 sec., 9113.00121506683 rows/sec., 738.65 KiB/sec. | ||
| 1400 | 2024.04.30 22:24:00.105229 [ 78 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1401 | 2024.04.30 22:24:00.105346 [ 78 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2024.04.30 22:24:00.105385 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1403 | 2024.04.30 22:24:00.105469 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Debug> DynamicQueryHandler: Done processing query | ||
| 1404 | 2024.04.30 22:24:00.105512 [ 3 ] {f66b0fbd-a4a7-4837-9d9d-ed56b9b37e51} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1405 | 2024.04.30 22:24:00.105529 [ 3 ] {} <Debug> HTTP-Session: a6e2e1bb-94d2-44d2-9463-4a90bc24b464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1406 | 2024.04.30 22:24:00.105603 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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 | ||
| 1407 | 2024.04.30 22:24:00.105671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1408 | 2024.04.30 22:24:00.105742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1409 | 2024.04.30 22:24:00.105759 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1410 | 2024.04.30 22:24:00.105767 [ 3 ] {} <Debug> HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1411 | 2024.04.30 22:24:00.105790 [ 3 ] {} <Debug> HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1412 | 2024.04.30 22:24:00.105805 [ 3 ] {} <Debug> HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1413 | 2024.04.30 22:24:00.105818 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 1414 | 2024.04.30 22:24:00.105845 [ 3 ] {} <Trace> HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1415 | 2024.04.30 22:24:00.105954 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 1416 | 2024.04.30 22:24:00.106074 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1417 | 2024.04.30 22:24:00.106266 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1418 | 2024.04.30 22:24:00.106302 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 1419 | 2024.04.30 22:24:00.106733 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 1420 | 2024.04.30 22:24:00.107045 [ 196 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 1421 | 2024.04.30 22:24:00.107646 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1422 | 2024.04.30 22:24:00.108457 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1423 | 2024.04.30 22:24:00.108506 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1424 | 2024.04.30 22:24:00.108789 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 75 rows, containing 4 columns (4 merged, 0 gathered) in 0.003293123 sec., 22774.733892417626 rows/sec., 1.80 MiB/sec. | ||
| 1425 | 2024.04.30 22:24:00.109088 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1426 | 2024.04.30 22:24:00.109098 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1427 | 2024.04.30 22:24:00.109945 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1428 | 2024.04.30 22:24:00.110043 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1429 | 2024.04.30 22:24:00.110256 [ 78 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1430 | 2024.04.30 22:24:00.110268 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.004309 sec., 10443.258296588534 rows/sec., 931.46 KiB/sec. | ||
| 1431 | 2024.04.30 22:24:00.110290 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_5_1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1432 | 2024.04.30 22:24:00.110332 [ 78 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1433 | 2024.04.30 22:24:00.110442 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1434 | 2024.04.30 22:24:00.110665 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 1435 | 2024.04.30 22:24:00.110732 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Debug> DynamicQueryHandler: Done processing query | ||
| 1436 | 2024.04.30 22:24:00.110732 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 1437 | 2024.04.30 22:24:00.110766 [ 3 ] {ab417d95-8223-4019-af00-3a2c9fec5396} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1438 | 2024.04.30 22:24:00.110795 [ 3 ] {} <Debug> HTTP-Session: a8e2a68d-16da-45ce-83ed-fdeb43592106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1439 | 2024.04.30 22:24:00.110877 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1440 | 2024.04.30 22:24:00.110908 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 45 rows starting from the beginning of the part | ||
| 1441 | 2024.04.30 22:24:00.110963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1442 | 2024.04.30 22:24:00.111014 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 45 rows starting from the beginning of the part | ||
| 1443 | 2024.04.30 22:24:00.111062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1444 | 2024.04.30 22:24:00.111161 [ 3 ] {} <Debug> HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1445 | 2024.04.30 22:24:00.111209 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 45 rows starting from the beginning of the part | ||
| 1446 | 2024.04.30 22:24:00.111238 [ 3 ] {} <Debug> HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1447 | 2024.04.30 22:24:00.111306 [ 3 ] {} <Debug> HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1448 | 2024.04.30 22:24:00.111486 [ 3 ] {} <Trace> HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1449 | 2024.04.30 22:24:00.111533 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 45 rows starting from the beginning of the part | ||
| 1450 | 2024.04.30 22:24:00.111704 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 1451 | 2024.04.30 22:24:00.111751 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1452 | 2024.04.30 22:24:00.111979 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1453 | 2024.04.30 22:24:00.112002 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 45 rows starting from the beginning of the part | ||
| 1454 | 2024.04.30 22:24:00.112447 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1455 | 2024.04.30 22:24:00.112934 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1456 | 2024.04.30 22:24:00.112977 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1457 | 2024.04.30 22:24:00.113500 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1458 | 2024.04.30 22:24:00.113525 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 4 columns (4 merged, 0 gathered) in 0.002927444 sec., 89156.27421053998 rows/sec., 7.62 MiB/sec. | ||
| 1459 | 2024.04.30 22:24:00.113663 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1460 | 2024.04.30 22:24:00.113954 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1461 | 2024.04.30 22:24:00.114177 [ 78 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1462 | 2024.04.30 22:24:00.114207 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.002567 sec., 5843.39696143358 rows/sec., 467.93 KiB/sec. | ||
| 1463 | 2024.04.30 22:24:00.114268 [ 78 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1464 | 2024.04.30 22:24:00.114284 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1465 | 2024.04.30 22:24:00.114431 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1466 | 2024.04.30 22:24:00.114616 [ 196 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_6_1} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1467 | 2024.04.30 22:24:00.114661 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Debug> DynamicQueryHandler: Done processing query | ||
| 1468 | 2024.04.30 22:24:00.114787 [ 3 ] {57666272-d268-4ba5-a1e2-e0f8ab3a9458} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1469 | 2024.04.30 22:24:00.114969 [ 3 ] {} <Debug> HTTP-Session: d5d42cad-8403-41e9-b9bc-4010217353d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1470 | 2024.04.30 22:24:00.115081 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1471 | 2024.04.30 22:24:00.115163 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 1472 | 2024.04.30 22:24:00.115302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1473 | 2024.04.30 22:24:00.115358 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1474 | 2024.04.30 22:24:00.115392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1475 | 2024.04.30 22:24:00.115412 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 1476 | 2024.04.30 22:24:00.115433 [ 3 ] {} <Debug> HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1477 | 2024.04.30 22:24:00.115460 [ 3 ] {} <Debug> HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1478 | 2024.04.30 22:24:00.115492 [ 3 ] {} <Debug> HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1479 | 2024.04.30 22:24:00.115606 [ 3 ] {} <Trace> HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1480 | 2024.04.30 22:24:00.115696 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 1481 | 2024.04.30 22:24:00.115905 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 1482 | 2024.04.30 22:24:00.116044 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1483 | 2024.04.30 22:24:00.116162 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 1484 | 2024.04.30 22:24:00.116257 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1485 | 2024.04.30 22:24:00.116450 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 1486 | 2024.04.30 22:24:00.116806 [ 197 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 1487 | 2024.04.30 22:24:00.117574 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1488 | 2024.04.30 22:24:00.118633 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1489 | 2024.04.30 22:24:00.118695 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1490 | 2024.04.30 22:24:00.119548 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004943814 sec., 22047.7550328552 rows/sec., 1.72 MiB/sec. | ||
| 1491 | 2024.04.30 22:24:00.119701 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1492 | 2024.04.30 22:24:00.119724 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1493 | 2024.04.30 22:24:00.120349 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1494 | 2024.04.30 22:24:00.120405 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1495 | 2024.04.30 22:24:00.120590 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.004831 sec., 3104.9472158973294 rows/sec., 4.19 MiB/sec. | ||
| 1496 | 2024.04.30 22:24:00.120611 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_6_1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1497 | 2024.04.30 22:24:00.120976 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 1498 | 2024.04.30 22:24:00.121227 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1499 | 2024.04.30 22:24:00.121253 [ 3 ] {9414b97e-7b43-4ca3-84e4-bde0c6a0f37a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1500 | 2024.04.30 22:24:00.121269 [ 3 ] {} <Debug> HTTP-Session: 20f4e95d-ecd7-44fb-af7f-dcf04fcb8ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1501 | 2024.04.30 22:24:08.773199 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1502 | 2024.04.30 22:24:08.773304 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1503 | 2024.04.30 22:24:10.102478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1504 | 2024.04.30 22:24:10.102592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1505 | 2024.04.30 22:24:10.102616 [ 3 ] {} <Debug> HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1506 | 2024.04.30 22:24:10.102640 [ 3 ] {} <Debug> HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1507 | 2024.04.30 22:24:10.102655 [ 3 ] {} <Debug> HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1508 | 2024.04.30 22:24:10.102705 [ 3 ] {} <Trace> HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2024.04.30 22:24:10.102969 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1510 | 2024.04.30 22:24:10.103376 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1511 | 2024.04.30 22:24:10.103417 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1512 | 2024.04.30 22:24:10.103679 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1513 | 2024.04.30 22:24:10.103759 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1514 | 2024.04.30 22:24:10.103934 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1515 | 2024.04.30 22:24:10.104020 [ 250 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1516 | 2024.04.30 22:24:10.104076 [ 255 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1517 | 2024.04.30 22:24:10.104197 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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 | ||
| 1518 | 2024.04.30 22:24:10.104229 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1519 | 2024.04.30 22:24:10.104370 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1520 | 2024.04.30 22:24:10.104408 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Reading approx. 10 rows with 2 streams | ||
| 1521 | 2024.04.30 22:24:10.104461 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1522 | 2024.04.30 22:24:10.104504 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1523 | 2024.04.30 22:24:10.106293 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> executeQuery: Read 10 rows, 435.00 B in 0.003459 sec., 2891.0089621277825 rows/sec., 122.81 KiB/sec. | ||
| 1524 | 2024.04.30 22:24:10.106612 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1525 | 2024.04.30 22:24:10.106639 [ 3 ] {6cfc8adb-da18-462e-9c3c-c38f0cc9925b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1526 | 2024.04.30 22:24:10.106656 [ 3 ] {} <Debug> HTTP-Session: a9d5447a-19de-4e27-8204-551c05d4fb00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1527 | 2024.04.30 22:24:10.106949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 509, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1528 | 2024.04.30 22:24:10.107004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1529 | 2024.04.30 22:24:10.107023 [ 3 ] {} <Debug> HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1530 | 2024.04.30 22:24:10.107042 [ 3 ] {} <Debug> HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1531 | 2024.04.30 22:24:10.107056 [ 3 ] {} <Debug> HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1532 | 2024.04.30 22:24:10.107091 [ 3 ] {} <Trace> HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1533 | 2024.04.30 22:24:10.107235 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1534 | 2024.04.30 22:24:10.107488 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1535 | 2024.04.30 22:24:10.107524 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
| 1536 | 2024.04.30 22:24:10.107753 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1537 | 2024.04.30 22:24:10.107817 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1538 | 2024.04.30 22:24:10.107959 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1539 | 2024.04.30 22:24:10.108066 [ 260 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1540 | 2024.04.30 22:24:10.108078 [ 259 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1541 | 2024.04.30 22:24:10.108190 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (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 | ||
| 1542 | 2024.04.30 22:24:10.108218 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1543 | 2024.04.30 22:24:10.108294 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1544 | 2024.04.30 22:24:10.108316 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88) (SelectExecutor): Reading approx. 10 rows with 2 streams | ||
| 1545 | 2024.04.30 22:24:10.108353 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1546 | 2024.04.30 22:24:10.108389 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
| 1547 | 2024.04.30 22:24:10.109746 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> executeQuery: Read 10 rows, 435.00 B in 0.002574 sec., 3885.003885003885 rows/sec., 165.04 KiB/sec. | ||
| 1548 | 2024.04.30 22:24:10.110049 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1549 | 2024.04.30 22:24:10.110075 [ 3 ] {9584d303-e876-4e97-83ca-2ad9c278cdd0} <Debug> MemoryTracker: Peak memory usage (for query): 3.06 MiB. | ||
| 1550 | 2024.04.30 22:24:10.110092 [ 3 ] {} <Debug> HTTP-Session: c2cebaaf-3f38-4ec2-ba7e-4ec215cfb0ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1551 | 2024.04.30 22:24:10.111615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 880, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1552 | 2024.04.30 22:24:10.111669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1553 | 2024.04.30 22:24:10.111688 [ 3 ] {} <Debug> HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1554 | 2024.04.30 22:24:10.111706 [ 3 ] {} <Debug> HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1555 | 2024.04.30 22:24:10.111719 [ 3 ] {} <Debug> HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1556 | 2024.04.30 22:24:10.111754 [ 3 ] {} <Trace> HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1557 | 2024.04.30 22:24:10.111871 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1558 | 2024.04.30 22:24:10.111918 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1559 | 2024.04.30 22:24:10.112089 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1560 | 2024.04.30 22:24:10.112410 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1561 | 2024.04.30 22:24:10.112448 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1562 | 2024.04.30 22:24:10.112949 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1563 | 2024.04.30 22:24:10.113273 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Trace> oximeter.timeseries_schema (67540c81-5012-4a98-a479-3c7ff8c35a88): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1564 | 2024.04.30 22:24:10.113404 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Debug> executeQuery: Read 2 rows, 488.00 B in 0.001573 sec., 1271.4558169103625 rows/sec., 302.96 KiB/sec. | ||
| 1565 | 2024.04.30 22:24:10.113711 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1566 | 2024.04.30 22:24:10.113736 [ 3 ] {8a290768-9c43-43c8-9fe6-7695082114d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1567 | 2024.04.30 22:24:10.113752 [ 3 ] {} <Debug> HTTP-Session: b2d63ae2-6e95-4cc2-9e12-0db715c99a8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1568 | 2024.04.30 22:24:10.113896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1569 | 2024.04.30 22:24:10.113945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1570 | 2024.04.30 22:24:10.113965 [ 3 ] {} <Debug> HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1571 | 2024.04.30 22:24:10.113982 [ 3 ] {} <Debug> HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1572 | 2024.04.30 22:24:10.113996 [ 3 ] {} <Debug> HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1573 | 2024.04.30 22:24:10.114028 [ 3 ] {} <Trace> HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1574 | 2024.04.30 22:24:10.114135 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1575 | 2024.04.30 22:24:10.114179 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1576 | 2024.04.30 22:24:10.114323 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1577 | 2024.04.30 22:24:10.114615 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1578 | 2024.04.30 22:24:10.114650 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1579 | 2024.04.30 22:24:10.114956 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1580 | 2024.04.30 22:24:10.115273 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1581 | 2024.04.30 22:24:10.115394 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001292 sec., 11609.907120743035 rows/sec., 941.04 KiB/sec. | ||
| 1582 | 2024.04.30 22:24:10.115554 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 1583 | 2024.04.30 22:24:10.115578 [ 3 ] {3470455c-ab1b-423c-9758-259c2fbd87fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1584 | 2024.04.30 22:24:10.115594 [ 3 ] {} <Debug> HTTP-Session: 3348fd52-6882-4db8-9086-e65cbd0d1e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1585 | 2024.04.30 22:24:10.115711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1586 | 2024.04.30 22:24:10.115760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1587 | 2024.04.30 22:24:10.115778 [ 3 ] {} <Debug> HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1588 | 2024.04.30 22:24:10.115795 [ 3 ] {} <Debug> HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1589 | 2024.04.30 22:24:10.115808 [ 3 ] {} <Debug> HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1590 | 2024.04.30 22:24:10.115840 [ 3 ] {} <Trace> HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1591 | 2024.04.30 22:24:10.115939 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 1592 | 2024.04.30 22:24:10.115982 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1593 | 2024.04.30 22:24:10.116134 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1594 | 2024.04.30 22:24:10.116434 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1595 | 2024.04.30 22:24:10.116468 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1596 | 2024.04.30 22:24:10.116790 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1597 | 2024.04.30 22:24:10.117101 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1598 | 2024.04.30 22:24:10.117222 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Debug> executeQuery: Read 14 rows, 1.18 KiB in 0.00131 sec., 10687.022900763359 rows/sec., 902.76 KiB/sec. | ||
| 1599 | 2024.04.30 22:24:10.117468 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1600 | 2024.04.30 22:24:10.117492 [ 3 ] {f27c27bb-cc01-4632-a151-70a4f46292f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1601 | 2024.04.30 22:24:10.117507 [ 3 ] {} <Debug> HTTP-Session: 5a9a3d96-f353-4c84-a6a8-df844f02a8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1602 | 2024.04.30 22:24:10.117696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1603 | 2024.04.30 22:24:10.117750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1604 | 2024.04.30 22:24:10.117770 [ 3 ] {} <Debug> HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1605 | 2024.04.30 22:24:10.117786 [ 3 ] {} <Debug> HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1606 | 2024.04.30 22:24:10.117799 [ 3 ] {} <Debug> HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1607 | 2024.04.30 22:24:10.117830 [ 3 ] {} <Trace> HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1608 | 2024.04.30 22:24:10.117939 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1609 | 2024.04.30 22:24:10.117982 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1610 | 2024.04.30 22:24:10.118121 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1611 | 2024.04.30 22:24:10.118429 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1612 | 2024.04.30 22:24:10.118464 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1613 | 2024.04.30 22:24:10.118776 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1614 | 2024.04.30 22:24:10.119080 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1615 | 2024.04.30 22:24:10.119203 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Debug> executeQuery: Read 55 rows, 4.86 KiB in 0.0013 sec., 42307.69230769231 rows/sec., 3.65 MiB/sec. | ||
| 1616 | 2024.04.30 22:24:10.119465 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1617 | 2024.04.30 22:24:10.119489 [ 3 ] {5d0b0ed5-d708-4593-a335-e341aafed4c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1618 | 2024.04.30 22:24:10.119505 [ 3 ] {} <Debug> HTTP-Session: d3ce4866-0e25-4d1e-923a-29bdb9ea9ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1619 | 2024.04.30 22:24:10.119624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1620 | 2024.04.30 22:24:10.119673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1621 | 2024.04.30 22:24:10.119691 [ 3 ] {} <Debug> HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1622 | 2024.04.30 22:24:10.119708 [ 3 ] {} <Debug> HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1623 | 2024.04.30 22:24:10.119721 [ 3 ] {} <Debug> HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1624 | 2024.04.30 22:24:10.119751 [ 3 ] {} <Trace> HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1625 | 2024.04.30 22:24:10.119849 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1626 | 2024.04.30 22:24:10.119892 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1627 | 2024.04.30 22:24:10.120029 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1628 | 2024.04.30 22:24:10.120378 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1629 | 2024.04.30 22:24:10.120411 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1630 | 2024.04.30 22:24:10.120709 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1631 | 2024.04.30 22:24:10.121008 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1632 | 2024.04.30 22:24:10.121121 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.0013 sec., 10769.23076923077 rows/sec., 783.50 KiB/sec. | ||
| 1633 | 2024.04.30 22:24:10.121269 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1634 | 2024.04.30 22:24:10.121293 [ 3 ] {9f3d121b-c02b-49fd-9399-78c8fcdd8b8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1635 | 2024.04.30 22:24:10.121308 [ 3 ] {} <Debug> HTTP-Session: d2385144-0e36-4caf-901b-adcd0475f7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1636 | 2024.04.30 22:24:10.121462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1637 | 2024.04.30 22:24:10.121510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1638 | 2024.04.30 22:24:10.121529 [ 3 ] {} <Debug> HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1639 | 2024.04.30 22:24:10.121545 [ 3 ] {} <Debug> HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1640 | 2024.04.30 22:24:10.121558 [ 3 ] {} <Debug> HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1641 | 2024.04.30 22:24:10.121588 [ 3 ] {} <Trace> HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1642 | 2024.04.30 22:24:10.121689 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1643 | 2024.04.30 22:24:10.121731 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1644 | 2024.04.30 22:24:10.121851 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1645 | 2024.04.30 22:24:10.122130 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1646 | 2024.04.30 22:24:10.122165 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1647 | 2024.04.30 22:24:10.122459 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1648 | 2024.04.30 22:24:10.122760 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1649 | 2024.04.30 22:24:10.122880 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Debug> executeQuery: Read 29 rows, 2.38 KiB in 0.001219 sec., 23789.991796554554 rows/sec., 1.91 MiB/sec. | ||
| 1650 | 2024.04.30 22:24:10.123137 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Debug> DynamicQueryHandler: Done processing query | ||
| 1651 | 2024.04.30 22:24:10.123161 [ 3 ] {79ce483b-ec3b-4b06-87e2-e9d9fef98abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1652 | 2024.04.30 22:24:10.123177 [ 3 ] {} <Debug> HTTP-Session: 8b82733e-5490-4e8a-a8eb-81431700029a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1653 | 2024.04.30 22:24:10.123287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1419, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1654 | 2024.04.30 22:24:10.123337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1655 | 2024.04.30 22:24:10.123355 [ 3 ] {} <Debug> HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1656 | 2024.04.30 22:24:10.123372 [ 3 ] {} <Debug> HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1657 | 2024.04.30 22:24:10.123386 [ 3 ] {} <Debug> HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1658 | 2024.04.30 22:24:10.123416 [ 3 ] {} <Trace> HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1659 | 2024.04.30 22:24:10.123526 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1660 | 2024.04.30 22:24:10.123572 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1661 | 2024.04.30 22:24:10.123732 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1662 | 2024.04.30 22:24:10.123997 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1663 | 2024.04.30 22:24:10.124031 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1664 | 2024.04.30 22:24:10.124387 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1665 | 2024.04.30 22:24:10.124725 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1666 | 2024.04.30 22:24:10.124893 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Debug> executeQuery: Read 7 rows, 525.00 B in 0.001385 sec., 5054.151624548736 rows/sec., 370.18 KiB/sec. | ||
| 1667 | 2024.04.30 22:24:10.125170 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1668 | 2024.04.30 22:24:10.125194 [ 3 ] {7e236ac2-45a9-4d85-9611-5a8f7c947ab5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1669 | 2024.04.30 22:24:10.125210 [ 3 ] {} <Debug> HTTP-Session: c3556df0-9dff-48e9-89f0-02dfcce3cb0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1670 | 2024.04.30 22:24:10.125376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1671 | 2024.04.30 22:24:10.125424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1672 | 2024.04.30 22:24:10.125442 [ 3 ] {} <Debug> HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1673 | 2024.04.30 22:24:10.125458 [ 3 ] {} <Debug> HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1674 | 2024.04.30 22:24:10.125471 [ 3 ] {} <Debug> HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1675 | 2024.04.30 22:24:10.125501 [ 3 ] {} <Trace> HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1676 | 2024.04.30 22:24:10.125675 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1677 | 2024.04.30 22:24:10.125721 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1678 | 2024.04.30 22:24:10.125897 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1679 | 2024.04.30 22:24:10.126251 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1680 | 2024.04.30 22:24:10.126287 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1681 | 2024.04.30 22:24:10.126675 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1682 | 2024.04.30 22:24:10.127013 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1683 | 2024.04.30 22:24:10.127171 [ 71 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1684 | 2024.04.30 22:24:10.127182 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001599 sec., 9380.863039399625 rows/sec., 12.66 MiB/sec. | ||
| 1685 | 2024.04.30 22:24:10.127252 [ 71 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1686 | 2024.04.30 22:24:10.127326 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 1687 | 2024.04.30 22:24:10.127567 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1688 | 2024.04.30 22:24:10.127652 [ 3 ] {ed9784be-c449-49d7-9cc8-60efa6be6cf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1689 | 2024.04.30 22:24:10.127734 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 1690 | 2024.04.30 22:24:10.127750 [ 3 ] {} <Debug> HTTP-Session: a7083ea2-2ff0-4e77-8ae0-1a42411c357e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1691 | 2024.04.30 22:24:10.128053 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1692 | 2024.04.30 22:24:10.128102 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 1693 | 2024.04.30 22:24:10.128204 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 1694 | 2024.04.30 22:24:10.128339 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 1695 | 2024.04.30 22:24:10.128536 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 1696 | 2024.04.30 22:24:10.128793 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 15 rows starting from the beginning of the part | ||
| 1697 | 2024.04.30 22:24:10.128953 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 1698 | 2024.04.30 22:24:10.130442 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 6 columns (6 merged, 0 gathered) in 0.002999926 sec., 30000.740018253782 rows/sec., 40.48 MiB/sec. | ||
| 1699 | 2024.04.30 22:24:10.130629 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1700 | 2024.04.30 22:24:10.131057 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1701 | 2024.04.30 22:24:10.131130 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1702 | 2024.04.30 22:24:10.131219 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 1703 | 2024.04.30 22:24:15.104520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1704 | 2024.04.30 22:24:15.104656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1705 | 2024.04.30 22:24:15.104681 [ 3 ] {} <Debug> HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1706 | 2024.04.30 22:24:15.104706 [ 3 ] {} <Debug> HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1707 | 2024.04.30 22:24:15.104721 [ 3 ] {} <Debug> HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1708 | 2024.04.30 22:24:15.104772 [ 3 ] {} <Trace> HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1709 | 2024.04.30 22:24:15.104963 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1710 | 2024.04.30 22:24:15.105049 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1711 | 2024.04.30 22:24:15.105251 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1712 | 2024.04.30 22:24:15.105689 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1713 | 2024.04.30 22:24:15.105735 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1714 | 2024.04.30 22:24:15.106110 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1715 | 2024.04.30 22:24:15.106460 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1716 | 2024.04.30 22:24:15.106618 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001711 sec., 9351.25657510228 rows/sec., 757.96 KiB/sec. | ||
| 1717 | 2024.04.30 22:24:15.106842 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Debug> DynamicQueryHandler: Done processing query | ||
| 1718 | 2024.04.30 22:24:15.106869 [ 3 ] {cb2263bb-19b0-48f6-8b45-544f6399e214} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1719 | 2024.04.30 22:24:15.106886 [ 3 ] {} <Debug> HTTP-Session: 3e8e941f-0484-49ba-b8fc-a92ae2edd219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1720 | 2024.04.30 22:24:15.107021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1721 | 2024.04.30 22:24:15.107077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1722 | 2024.04.30 22:24:15.107097 [ 3 ] {} <Debug> HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1723 | 2024.04.30 22:24:15.107115 [ 3 ] {} <Debug> HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1724 | 2024.04.30 22:24:15.107128 [ 3 ] {} <Debug> HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1725 | 2024.04.30 22:24:15.107163 [ 3 ] {} <Trace> HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1726 | 2024.04.30 22:24:15.107284 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1727 | 2024.04.30 22:24:15.107330 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1728 | 2024.04.30 22:24:15.107461 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1729 | 2024.04.30 22:24:15.107803 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1730 | 2024.04.30 22:24:15.107840 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1731 | 2024.04.30 22:24:15.108151 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1732 | 2024.04.30 22:24:15.108455 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1733 | 2024.04.30 22:24:15.108619 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001374 sec., 34934.49781659389 rows/sec., 3.12 MiB/sec. | ||
| 1734 | 2024.04.30 22:24:15.108793 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1735 | 2024.04.30 22:24:15.108817 [ 3 ] {a5d26eb8-9e1c-43ce-b4f8-1ff0836413b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1736 | 2024.04.30 22:24:15.108833 [ 3 ] {} <Debug> HTTP-Session: 92b48b42-3530-4b60-8f7e-a6eda6af3192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1737 | 2024.04.30 22:24:15.108990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1738 | 2024.04.30 22:24:15.109041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1739 | 2024.04.30 22:24:15.109060 [ 3 ] {} <Debug> HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1740 | 2024.04.30 22:24:15.109076 [ 3 ] {} <Debug> HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1741 | 2024.04.30 22:24:15.109090 [ 3 ] {} <Debug> HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1742 | 2024.04.30 22:24:15.109120 [ 3 ] {} <Trace> HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1743 | 2024.04.30 22:24:15.109223 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1744 | 2024.04.30 22:24:15.109266 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1745 | 2024.04.30 22:24:15.109392 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1746 | 2024.04.30 22:24:15.109695 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1747 | 2024.04.30 22:24:15.109730 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1748 | 2024.04.30 22:24:15.110032 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1749 | 2024.04.30 22:24:15.110335 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1750 | 2024.04.30 22:24:15.110485 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Debug> executeQuery: Read 29 rows, 2.34 KiB in 0.001291 sec., 22463.206816421378 rows/sec., 1.77 MiB/sec. | ||
| 1751 | 2024.04.30 22:24:15.110653 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1752 | 2024.04.30 22:24:15.110677 [ 3 ] {ce2199c3-ab83-49ea-96b8-b9f0ab78e85f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1753 | 2024.04.30 22:24:15.110692 [ 3 ] {} <Debug> HTTP-Session: ad777825-da3e-41bf-bf00-1b853b19c806 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1754 | 2024.04.30 22:24:15.110886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1755 | 2024.04.30 22:24:15.110934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1756 | 2024.04.30 22:24:15.110952 [ 3 ] {} <Debug> HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1757 | 2024.04.30 22:24:15.110968 [ 3 ] {} <Debug> HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1758 | 2024.04.30 22:24:15.110982 [ 3 ] {} <Debug> HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1759 | 2024.04.30 22:24:15.111012 [ 3 ] {} <Trace> HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1760 | 2024.04.30 22:24:15.111193 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1761 | 2024.04.30 22:24:15.111245 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1762 | 2024.04.30 22:24:15.111408 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1763 | 2024.04.30 22:24:15.111806 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1764 | 2024.04.30 22:24:15.111841 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1765 | 2024.04.30 22:24:15.112249 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1766 | 2024.04.30 22:24:15.112638 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1767 | 2024.04.30 22:24:15.112801 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001711 sec., 9351.25657510228 rows/sec., 12.62 MiB/sec. | ||
| 1768 | 2024.04.30 22:24:15.112981 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Debug> DynamicQueryHandler: Done processing query | ||
| 1769 | 2024.04.30 22:24:15.113006 [ 3 ] {4d59e360-2d1b-409e-b390-069e0601fb64} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1770 | 2024.04.30 22:24:15.113022 [ 3 ] {} <Debug> HTTP-Session: 005849b4-b1c3-4c28-bc02-0454060cd864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1771 | 2024.04.30 22:24:15.113170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1772 | 2024.04.30 22:24:15.113223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1773 | 2024.04.30 22:24:15.113243 [ 3 ] {} <Debug> HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1774 | 2024.04.30 22:24:15.113259 [ 3 ] {} <Debug> HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1775 | 2024.04.30 22:24:15.113272 [ 3 ] {} <Debug> HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1776 | 2024.04.30 22:24:15.113303 [ 3 ] {} <Trace> HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1777 | 2024.04.30 22:24:15.113404 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1778 | 2024.04.30 22:24:15.113449 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1779 | 2024.04.30 22:24:15.113574 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1780 | 2024.04.30 22:24:15.113868 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Trace> oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1781 | 2024.04.30 22:24:15.113903 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1782 | 2024.04.30 22:24:15.114258 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1783 | 2024.04.30 22:24:15.114577 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Trace> oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1784 | 2024.04.30 22:24:15.114740 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001356 sec., 11061.946902654867 rows/sec., 802.28 KiB/sec. | ||
| 1785 | 2024.04.30 22:24:15.115003 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Debug> DynamicQueryHandler: Done processing query | ||
| 1786 | 2024.04.30 22:24:15.115028 [ 3 ] {24ca42ea-0bf6-430c-ace5-ff21b59dac67} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1787 | 2024.04.30 22:24:15.115045 [ 3 ] {} <Debug> HTTP-Session: ea5b9e68-481d-4e5d-84bd-e44ea8a7d06d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1788 | 2024.04.30 22:24:20.103937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1789 | 2024.04.30 22:24:20.104134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1790 | 2024.04.30 22:24:20.104181 [ 3 ] {} <Debug> HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1791 | 2024.04.30 22:24:20.104223 [ 3 ] {} <Debug> HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1792 | 2024.04.30 22:24:20.104251 [ 3 ] {} <Debug> HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1793 | 2024.04.30 22:24:20.104334 [ 3 ] {} <Trace> HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2024.04.30 22:24:20.104587 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1795 | 2024.04.30 22:24:20.104656 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1796 | 2024.04.30 22:24:20.104850 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1797 | 2024.04.30 22:24:20.105359 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1798 | 2024.04.30 22:24:20.105408 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1799 | 2024.04.30 22:24:20.105776 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1800 | 2024.04.30 22:24:20.106110 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1801 | 2024.04.30 22:24:20.106275 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00174 sec., 8620.689655172413 rows/sec., 698.75 KiB/sec. | ||
| 1802 | 2024.04.30 22:24:20.106604 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Debug> DynamicQueryHandler: Done processing query | ||
| 1803 | 2024.04.30 22:24:20.106631 [ 3 ] {894b1125-1c2d-4a0a-a1ad-9fdc2bb04d23} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1804 | 2024.04.30 22:24:20.106649 [ 3 ] {} <Debug> HTTP-Session: 8200ef73-cea3-48e1-99f3-c6b0e8492863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1805 | 2024.04.30 22:24:20.106823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1806 | 2024.04.30 22:24:20.106883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1807 | 2024.04.30 22:24:20.106902 [ 3 ] {} <Debug> HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1808 | 2024.04.30 22:24:20.106921 [ 3 ] {} <Debug> HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1809 | 2024.04.30 22:24:20.106935 [ 3 ] {} <Debug> HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1810 | 2024.04.30 22:24:20.106971 [ 3 ] {} <Trace> HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2024.04.30 22:24:20.107092 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1812 | 2024.04.30 22:24:20.107140 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1813 | 2024.04.30 22:24:20.107291 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1814 | 2024.04.30 22:24:20.107620 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1815 | 2024.04.30 22:24:20.107658 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1816 | 2024.04.30 22:24:20.107988 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1817 | 2024.04.30 22:24:20.108299 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1818 | 2024.04.30 22:24:20.108460 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001408 sec., 31960.227272727272 rows/sec., 2.78 MiB/sec. | ||
| 1819 | 2024.04.30 22:24:20.108750 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1820 | 2024.04.30 22:24:20.108776 [ 3 ] {f016bd9e-b427-475b-88f1-cc8c7d1a937e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1821 | 2024.04.30 22:24:20.108793 [ 3 ] {} <Debug> HTTP-Session: b211f3bf-244a-4974-b88c-c619f77d2a7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1822 | 2024.04.30 22:24:20.108952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1823 | 2024.04.30 22:24:20.109003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1824 | 2024.04.30 22:24:20.109023 [ 3 ] {} <Debug> HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1825 | 2024.04.30 22:24:20.109040 [ 3 ] {} <Debug> HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1826 | 2024.04.30 22:24:20.109054 [ 3 ] {} <Debug> HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1827 | 2024.04.30 22:24:20.109087 [ 3 ] {} <Trace> HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1828 | 2024.04.30 22:24:20.109194 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1829 | 2024.04.30 22:24:20.109239 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1830 | 2024.04.30 22:24:20.109380 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1831 | 2024.04.30 22:24:20.109682 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2024.04.30 22:24:20.109720 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1833 | 2024.04.30 22:24:20.110028 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1834 | 2024.04.30 22:24:20.110337 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2024.04.30 22:24:20.110489 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001316 sec., 11398.176291793314 rows/sec., 912.74 KiB/sec. | ||
| 1836 | 2024.04.30 22:24:20.110773 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Debug> DynamicQueryHandler: Done processing query | ||
| 1837 | 2024.04.30 22:24:20.110799 [ 3 ] {fbabae08-3674-4601-80d5-613a3ef2a581} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1838 | 2024.04.30 22:24:20.110815 [ 3 ] {} <Debug> HTTP-Session: 90fe07f8-e86a-439c-b183-ad36c79046cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1839 | 2024.04.30 22:24:20.110941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1840 | 2024.04.30 22:24:20.110990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1841 | 2024.04.30 22:24:20.111009 [ 3 ] {} <Debug> HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1842 | 2024.04.30 22:24:20.111025 [ 3 ] {} <Debug> HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1843 | 2024.04.30 22:24:20.111039 [ 3 ] {} <Debug> HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1844 | 2024.04.30 22:24:20.111068 [ 3 ] {} <Trace> HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1845 | 2024.04.30 22:24:20.111321 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1846 | 2024.04.30 22:24:20.111382 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1847 | 2024.04.30 22:24:20.111567 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1848 | 2024.04.30 22:24:20.111950 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1849 | 2024.04.30 22:24:20.111988 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1850 | 2024.04.30 22:24:20.112399 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1851 | 2024.04.30 22:24:20.112746 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1852 | 2024.04.30 22:24:20.112905 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001761 sec., 8517.887563884156 rows/sec., 11.49 MiB/sec. | ||
| 1853 | 2024.04.30 22:24:20.113070 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1854 | 2024.04.30 22:24:20.113095 [ 3 ] {d9371e0c-a9dc-4ab9-8ab5-9af3875841b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1855 | 2024.04.30 22:24:20.113111 [ 3 ] {} <Debug> HTTP-Session: 00552b49-e9d6-49a2-9319-a6ed67859f8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1856 | 2024.04.30 22:24:23.773356 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1857 | 2024.04.30 22:24:23.773456 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1858 | 2024.04.30 22:24:25.105194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1859 | 2024.04.30 22:24:25.105369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1860 | 2024.04.30 22:24:25.105413 [ 3 ] {} <Debug> HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1861 | 2024.04.30 22:24:25.105456 [ 3 ] {} <Debug> HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1862 | 2024.04.30 22:24:25.105484 [ 3 ] {} <Debug> HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1863 | 2024.04.30 22:24:25.105563 [ 3 ] {} <Trace> HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1864 | 2024.04.30 22:24:25.105792 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1865 | 2024.04.30 22:24:25.105860 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1866 | 2024.04.30 22:24:25.106057 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1867 | 2024.04.30 22:24:25.106476 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1868 | 2024.04.30 22:24:25.106518 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1869 | 2024.04.30 22:24:25.106896 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1870 | 2024.04.30 22:24:25.107232 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1871 | 2024.04.30 22:24:25.107376 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001642 sec., 9744.2143727162 rows/sec., 789.81 KiB/sec. | ||
| 1872 | 2024.04.30 22:24:25.107587 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1873 | 2024.04.30 22:24:25.107615 [ 3 ] {3d93aff9-c7af-4e0e-bdf5-e0c96b6988c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1874 | 2024.04.30 22:24:25.107632 [ 3 ] {} <Debug> HTTP-Session: 52736090-2956-4b18-834f-06279f5df6e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1875 | 2024.04.30 22:24:25.107795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1876 | 2024.04.30 22:24:25.107849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1877 | 2024.04.30 22:24:25.107869 [ 3 ] {} <Debug> HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1878 | 2024.04.30 22:24:25.107887 [ 3 ] {} <Debug> HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1879 | 2024.04.30 22:24:25.107900 [ 3 ] {} <Debug> HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1880 | 2024.04.30 22:24:25.107937 [ 3 ] {} <Trace> HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1881 | 2024.04.30 22:24:25.108039 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 1882 | 2024.04.30 22:24:25.108085 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1883 | 2024.04.30 22:24:25.108220 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1884 | 2024.04.30 22:24:25.108498 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1885 | 2024.04.30 22:24:25.108534 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1886 | 2024.04.30 22:24:25.108837 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1887 | 2024.04.30 22:24:25.109150 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1888 | 2024.04.30 22:24:25.109274 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 129.33 KiB/sec. | ||
| 1889 | 2024.04.30 22:24:25.109532 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Debug> DynamicQueryHandler: Done processing query | ||
| 1890 | 2024.04.30 22:24:25.109558 [ 3 ] {6b89bd39-a3f7-4c92-9a16-240459b16184} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1891 | 2024.04.30 22:24:25.109573 [ 3 ] {} <Debug> HTTP-Session: ab2fcd2e-75cb-4a5c-a2ba-185beafd04a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1892 | 2024.04.30 22:24:25.109741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1893 | 2024.04.30 22:24:25.109790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1894 | 2024.04.30 22:24:25.109810 [ 3 ] {} <Debug> HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1895 | 2024.04.30 22:24:25.109827 [ 3 ] {} <Debug> HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1896 | 2024.04.30 22:24:25.109841 [ 3 ] {} <Debug> HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1897 | 2024.04.30 22:24:25.109874 [ 3 ] {} <Trace> HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1898 | 2024.04.30 22:24:25.109994 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1899 | 2024.04.30 22:24:25.110039 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1900 | 2024.04.30 22:24:25.110182 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1901 | 2024.04.30 22:24:25.110512 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1902 | 2024.04.30 22:24:25.110548 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1903 | 2024.04.30 22:24:25.110876 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1904 | 2024.04.30 22:24:25.111202 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1905 | 2024.04.30 22:24:25.111327 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Debug> executeQuery: Read 85 rows, 7.23 KiB in 0.001378 sec., 61683.599419448474 rows/sec., 5.12 MiB/sec. | ||
| 1906 | 2024.04.30 22:24:25.111482 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Debug> DynamicQueryHandler: Done processing query | ||
| 1907 | 2024.04.30 22:24:25.111507 [ 3 ] {03daef91-8364-40ba-9430-631ab05bd751} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1908 | 2024.04.30 22:24:25.111523 [ 3 ] {} <Debug> HTTP-Session: 9cfa37da-8137-47fc-84db-0e260e1d38a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1909 | 2024.04.30 22:24:25.111643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1910 | 2024.04.30 22:24:25.111692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1911 | 2024.04.30 22:24:25.111711 [ 3 ] {} <Debug> HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1912 | 2024.04.30 22:24:25.111727 [ 3 ] {} <Debug> HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1913 | 2024.04.30 22:24:25.111740 [ 3 ] {} <Debug> HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1914 | 2024.04.30 22:24:25.111771 [ 3 ] {} <Trace> HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2024.04.30 22:24:25.111862 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1916 | 2024.04.30 22:24:25.111905 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1917 | 2024.04.30 22:24:25.112031 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1918 | 2024.04.30 22:24:25.112290 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1919 | 2024.04.30 22:24:25.112325 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1920 | 2024.04.30 22:24:25.112616 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1921 | 2024.04.30 22:24:25.112914 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1922 | 2024.04.30 22:24:25.113031 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001193 sec., 1676.4459346186086 rows/sec., 117.06 KiB/sec. | ||
| 1923 | 2024.04.30 22:24:25.113279 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Debug> DynamicQueryHandler: Done processing query | ||
| 1924 | 2024.04.30 22:24:25.113303 [ 3 ] {ef35ce72-7d10-45dc-be30-d2047c67a667} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1925 | 2024.04.30 22:24:25.113320 [ 3 ] {} <Debug> HTTP-Session: 5413e2f1-86f3-4140-aded-7b0c503d87e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1926 | 2024.04.30 22:24:25.113436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1927 | 2024.04.30 22:24:25.113484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1928 | 2024.04.30 22:24:25.113504 [ 3 ] {} <Debug> HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1929 | 2024.04.30 22:24:25.113520 [ 3 ] {} <Debug> HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1930 | 2024.04.30 22:24:25.113534 [ 3 ] {} <Debug> HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1931 | 2024.04.30 22:24:25.113565 [ 3 ] {} <Trace> HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1932 | 2024.04.30 22:24:25.113672 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1933 | 2024.04.30 22:24:25.113715 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1934 | 2024.04.30 22:24:25.113857 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1935 | 2024.04.30 22:24:25.114216 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1936 | 2024.04.30 22:24:25.114252 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1937 | 2024.04.30 22:24:25.114556 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1938 | 2024.04.30 22:24:25.114858 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1939 | 2024.04.30 22:24:25.114981 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Debug> executeQuery: Read 42 rows, 3.34 KiB in 0.001345 sec., 31226.765799256504 rows/sec., 2.43 MiB/sec. | ||
| 1940 | 2024.04.30 22:24:25.115137 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1941 | 2024.04.30 22:24:25.115162 [ 3 ] {e70f6c52-1948-48a6-83b0-da513ba0db6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1942 | 2024.04.30 22:24:25.115178 [ 3 ] {} <Debug> HTTP-Session: be3b9d3a-1cf8-4300-b646-140d1c6a7cf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1943 | 2024.04.30 22:24:25.115293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1944 | 2024.04.30 22:24:25.115341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1945 | 2024.04.30 22:24:25.115361 [ 3 ] {} <Debug> HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1946 | 2024.04.30 22:24:25.115377 [ 3 ] {} <Debug> HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1947 | 2024.04.30 22:24:25.115391 [ 3 ] {} <Debug> HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1948 | 2024.04.30 22:24:25.115422 [ 3 ] {} <Trace> HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1949 | 2024.04.30 22:24:25.115530 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1950 | 2024.04.30 22:24:25.115578 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1951 | 2024.04.30 22:24:25.115719 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1952 | 2024.04.30 22:24:25.116026 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1953 | 2024.04.30 22:24:25.116062 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1954 | 2024.04.30 22:24:25.116467 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1955 | 2024.04.30 22:24:25.116807 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1956 | 2024.04.30 22:24:25.116939 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001448 sec., 25552.4861878453 rows/sec., 1.80 MiB/sec. | ||
| 1957 | 2024.04.30 22:24:25.117272 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1958 | 2024.04.30 22:24:25.117296 [ 3 ] {41d3ea52-abf3-4a6d-892a-a2edd94216a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1959 | 2024.04.30 22:24:25.117312 [ 3 ] {} <Debug> HTTP-Session: 1ab4c2a8-604f-4d94-902b-1a34d7121813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1960 | 2024.04.30 22:24:25.117448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1961 | 2024.04.30 22:24:25.117495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1962 | 2024.04.30 22:24:25.117514 [ 3 ] {} <Debug> HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1963 | 2024.04.30 22:24:25.117530 [ 3 ] {} <Debug> HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1964 | 2024.04.30 22:24:25.117544 [ 3 ] {} <Debug> HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1965 | 2024.04.30 22:24:25.117573 [ 3 ] {} <Trace> HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1966 | 2024.04.30 22:24:25.117835 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1967 | 2024.04.30 22:24:25.117883 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1968 | 2024.04.30 22:24:25.118054 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1969 | 2024.04.30 22:24:25.118557 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1970 | 2024.04.30 22:24:25.118592 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1971 | 2024.04.30 22:24:25.119032 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1972 | 2024.04.30 22:24:25.119371 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1973 | 2024.04.30 22:24:25.119495 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001844 sec., 8676.789587852494 rows/sec., 11.71 MiB/sec. | ||
| 1974 | 2024.04.30 22:24:25.119655 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1975 | 2024.04.30 22:24:25.119678 [ 3 ] {72b6837b-7971-4a7b-baa6-95b2e51e856b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1976 | 2024.04.30 22:24:25.119694 [ 3 ] {} <Debug> HTTP-Session: 1df2c546-2b41-4e7c-b657-77f4c5470f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1977 | 2024.04.30 22:24:30.103813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1978 | 2024.04.30 22:24:30.103958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1979 | 2024.04.30 22:24:30.103987 [ 3 ] {} <Debug> HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 1980 | 2024.04.30 22:24:30.104016 [ 3 ] {} <Debug> HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1981 | 2024.04.30 22:24:30.104034 [ 3 ] {} <Debug> HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1982 | 2024.04.30 22:24:30.104090 [ 3 ] {} <Trace> HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1983 | 2024.04.30 22:24:30.104297 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1984 | 2024.04.30 22:24:30.104371 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1985 | 2024.04.30 22:24:30.104596 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1986 | 2024.04.30 22:24:30.105002 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1987 | 2024.04.30 22:24:30.105048 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1988 | 2024.04.30 22:24:30.105436 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1989 | 2024.04.30 22:24:30.105806 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1990 | 2024.04.30 22:24:30.105940 [ 56 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 1991 | 2024.04.30 22:24:30.105956 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001726 sec., 8690.614136732329 rows/sec., 704.42 KiB/sec. | ||
| 1992 | 2024.04.30 22:24:30.105983 [ 56 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2024.04.30 22:24:30.106017 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 1994 | 2024.04.30 22:24:30.106138 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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 | ||
| 1995 | 2024.04.30 22:24:30.106201 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Debug> DynamicQueryHandler: Done processing query | ||
| 1996 | 2024.04.30 22:24:30.106231 [ 3 ] {d3fa4ccb-0919-4d60-88cc-70b056d9bc87} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1997 | 2024.04.30 22:24:30.106260 [ 3 ] {} <Debug> HTTP-Session: f2cf262f-6c48-4eca-99ea-2ea1308574b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1998 | 2024.04.30 22:24:30.106272 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1999 | 2024.04.30 22:24:30.106307 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 15 rows starting from the beginning of the part | ||
| 2000 | 2024.04.30 22:24:30.106397 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 2001 | 2024.04.30 22:24:30.106421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2002 | 2024.04.30 22:24:30.106591 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 2003 | 2024.04.30 22:24:30.106657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2004 | 2024.04.30 22:24:30.106824 [ 3 ] {} <Debug> HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2005 | 2024.04.30 22:24:30.106959 [ 3 ] {} <Debug> HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2006 | 2024.04.30 22:24:30.106980 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part | ||
| 2007 | 2024.04.30 22:24:30.107007 [ 3 ] {} <Debug> HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2008 | 2024.04.30 22:24:30.107163 [ 3 ] {} <Trace> HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2009 | 2024.04.30 22:24:30.107198 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 2010 | 2024.04.30 22:24:30.107396 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 15 rows starting from the beginning of the part | ||
| 2011 | 2024.04.30 22:24:30.107466 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2012 | 2024.04.30 22:24:30.107630 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2013 | 2024.04.30 22:24:30.107969 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2014 | 2024.04.30 22:24:30.108578 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2015 | 2024.04.30 22:24:30.108623 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2016 | 2024.04.30 22:24:30.109252 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 92 rows, containing 4 columns (4 merged, 0 gathered) in 0.003155549 sec., 29154.99014593023 rows/sec., 2.31 MiB/sec. | ||
| 2017 | 2024.04.30 22:24:30.109257 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2018 | 2024.04.30 22:24:30.109523 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 2019 | 2024.04.30 22:24:30.109936 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2024.04.30 22:24:30.110249 [ 56 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2021 | 2024.04.30 22:24:30.110309 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.002939 sec., 15311.330384484518 rows/sec., 1.33 MiB/sec. | ||
| 2022 | 2024.04.30 22:24:30.110327 [ 56 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2023 | 2024.04.30 22:24:30.110408 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2024 | 2024.04.30 22:24:30.110693 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2024.04.30 22:24:30.110859 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Debug> DynamicQueryHandler: Done processing query | ||
| 2026 | 2024.04.30 22:24:30.110885 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 2027 | 2024.04.30 22:24:30.110946 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_10_2} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 2028 | 2024.04.30 22:24:30.110921 [ 3 ] {39210ff4-94f3-41f1-b769-22ef00196fae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2029 | 2024.04.30 22:24:30.111029 [ 3 ] {} <Debug> HTTP-Session: 4f440e3e-82f1-47a6-9131-8bcc7aadced5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2030 | 2024.04.30 22:24:30.111209 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2031 | 2024.04.30 22:24:30.111334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2032 | 2024.04.30 22:24:30.111427 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2033 | 2024.04.30 22:24:30.111448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2034 | 2024.04.30 22:24:30.111520 [ 3 ] {} <Debug> HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2035 | 2024.04.30 22:24:30.111525 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 81 rows starting from the beginning of the part | ||
| 2036 | 2024.04.30 22:24:30.111549 [ 3 ] {} <Debug> HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2037 | 2024.04.30 22:24:30.111594 [ 3 ] {} <Debug> HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2038 | 2024.04.30 22:24:30.111653 [ 3 ] {} <Trace> HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2039 | 2024.04.30 22:24:30.111907 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 55 rows starting from the beginning of the part | ||
| 2040 | 2024.04.30 22:24:30.112072 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2041 | 2024.04.30 22:24:30.112140 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2042 | 2024.04.30 22:24:30.112272 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2043 | 2024.04.30 22:24:30.112515 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 45 rows starting from the beginning of the part | ||
| 2044 | 2024.04.30 22:24:30.112818 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 85 rows starting from the beginning of the part | ||
| 2045 | 2024.04.30 22:24:30.113180 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 45 rows starting from the beginning of the part | ||
| 2046 | 2024.04.30 22:24:30.113445 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2047 | 2024.04.30 22:24:30.114222 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2024.04.30 22:24:30.114294 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2049 | 2024.04.30 22:24:30.115240 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2050 | 2024.04.30 22:24:30.115946 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 359 rows, containing 4 columns (4 merged, 0 gathered) in 0.005360436 sec., 66972.16420455351 rows/sec., 5.70 MiB/sec. | ||
| 2051 | 2024.04.30 22:24:30.116029 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2052 | 2024.04.30 22:24:30.116100 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2053 | 2024.04.30 22:24:30.116180 [ 56 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2054 | 2024.04.30 22:24:30.116238 [ 56 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2055 | 2024.04.30 22:24:30.116242 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.004363 sec., 3438.0013752005502 rows/sec., 275.31 KiB/sec. | ||
| 2056 | 2024.04.30 22:24:30.116260 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2057 | 2024.04.30 22:24:30.116817 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 2058 | 2024.04.30 22:24:30.116888 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2059 | 2024.04.30 22:24:30.116957 [ 3 ] {f4ea38d6-fa7c-4df0-84e7-a1c1c17728c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2060 | 2024.04.30 22:24:30.117060 [ 3 ] {} <Debug> HTTP-Session: d5a62e02-54bc-4927-b1b0-1f56348be5b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2061 | 2024.04.30 22:24:30.117267 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2062 | 2024.04.30 22:24:30.117319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2063 | 2024.04.30 22:24:30.117350 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 49 rows starting from the beginning of the part | ||
| 2064 | 2024.04.30 22:24:30.117503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2065 | 2024.04.30 22:24:30.117544 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2066 | 2024.04.30 22:24:30.117682 [ 3 ] {} <Debug> HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2067 | 2024.04.30 22:24:30.117747 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 29 rows starting from the beginning of the part | ||
| 2068 | 2024.04.30 22:24:30.117810 [ 3 ] {} <Debug> HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2069 | 2024.04.30 22:24:30.117905 [ 3 ] {} <Debug> HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2070 | 2024.04.30 22:24:30.118043 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_11_2} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2071 | 2024.04.30 22:24:30.118110 [ 3 ] {} <Trace> HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2024.04.30 22:24:30.118198 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 29 rows starting from the beginning of the part | ||
| 2073 | 2024.04.30 22:24:30.118408 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2074 | 2024.04.30 22:24:30.118624 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 15 rows starting from the beginning of the part | ||
| 2075 | 2024.04.30 22:24:30.118864 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part | ||
| 2076 | 2024.04.30 22:24:30.118858 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2077 | 2024.04.30 22:24:30.119136 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2078 | 2024.04.30 22:24:30.119149 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 15 rows starting from the beginning of the part | ||
| 2079 | 2024.04.30 22:24:30.120009 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2080 | 2024.04.30 22:24:30.121016 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2081 | 2024.04.30 22:24:30.121091 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2082 | 2024.04.30 22:24:30.121747 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 4 columns (4 merged, 0 gathered) in 0.005353625 sec., 33435.28917322375 rows/sec., 2.62 MiB/sec. | ||
| 2083 | 2024.04.30 22:24:30.121963 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2084 | 2024.04.30 22:24:30.122240 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2085 | 2024.04.30 22:24:30.122721 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2086 | 2024.04.30 22:24:30.122844 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_11_2} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2087 | 2024.04.30 22:24:30.123006 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2024.04.30 22:24:30.123022 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2089 | 2024.04.30 22:24:30.123189 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.004763 sec., 3149.2756665966826 rows/sec., 4.25 MiB/sec. | ||
| 2090 | 2024.04.30 22:24:30.123393 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2091 | 2024.04.30 22:24:30.123419 [ 3 ] {e8061997-b2fa-4486-803e-1fc4b0c79ae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2092 | 2024.04.30 22:24:30.123435 [ 3 ] {} <Debug> HTTP-Session: fd6a6888-6955-4287-9d63-81247b2921e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2093 | 2024.04.30 22:24:35.103806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2094 | 2024.04.30 22:24:35.103939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2095 | 2024.04.30 22:24:35.103964 [ 3 ] {} <Debug> HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2096 | 2024.04.30 22:24:35.103989 [ 3 ] {} <Debug> HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2097 | 2024.04.30 22:24:35.104003 [ 3 ] {} <Debug> HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2098 | 2024.04.30 22:24:35.104054 [ 3 ] {} <Trace> HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2024.04.30 22:24:35.104243 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2100 | 2024.04.30 22:24:35.104311 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2101 | 2024.04.30 22:24:35.104504 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2102 | 2024.04.30 22:24:35.104912 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2024.04.30 22:24:35.104960 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2104 | 2024.04.30 22:24:35.105419 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2105 | 2024.04.30 22:24:35.105780 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2106 | 2024.04.30 22:24:35.105953 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001763 sec., 9075.439591605218 rows/sec., 735.61 KiB/sec. | ||
| 2107 | 2024.04.30 22:24:35.106274 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2108 | 2024.04.30 22:24:35.106303 [ 3 ] {ce17783b-2c63-4a4d-9e2a-a2b956dbad4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2109 | 2024.04.30 22:24:35.106322 [ 3 ] {} <Debug> HTTP-Session: 42219bec-0ca9-4f9b-85ab-6eab65538032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2110 | 2024.04.30 22:24:35.106468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2111 | 2024.04.30 22:24:35.106522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2112 | 2024.04.30 22:24:35.106542 [ 3 ] {} <Debug> HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2113 | 2024.04.30 22:24:35.106561 [ 3 ] {} <Debug> HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2114 | 2024.04.30 22:24:35.106576 [ 3 ] {} <Debug> HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2115 | 2024.04.30 22:24:35.106613 [ 3 ] {} <Trace> HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2116 | 2024.04.30 22:24:35.106736 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2117 | 2024.04.30 22:24:35.106786 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2118 | 2024.04.30 22:24:35.106939 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2119 | 2024.04.30 22:24:35.107284 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2024.04.30 22:24:35.107324 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2121 | 2024.04.30 22:24:35.107645 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2122 | 2024.04.30 22:24:35.107963 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2024.04.30 22:24:35.108122 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001421 sec., 33779.02885292048 rows/sec., 3.02 MiB/sec. | ||
| 2124 | 2024.04.30 22:24:35.108302 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Debug> DynamicQueryHandler: Done processing query | ||
| 2125 | 2024.04.30 22:24:35.108327 [ 3 ] {8746638d-a623-4f89-9ec3-d574866bbe91} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2126 | 2024.04.30 22:24:35.108343 [ 3 ] {} <Debug> HTTP-Session: f88c6e63-26fd-4b0a-8a1c-e6951422e608 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2127 | 2024.04.30 22:24:35.108505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2128 | 2024.04.30 22:24:35.108555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2129 | 2024.04.30 22:24:35.108574 [ 3 ] {} <Debug> HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2130 | 2024.04.30 22:24:35.108591 [ 3 ] {} <Debug> HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2131 | 2024.04.30 22:24:35.108605 [ 3 ] {} <Debug> HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2132 | 2024.04.30 22:24:35.108638 [ 3 ] {} <Trace> HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2133 | 2024.04.30 22:24:35.108740 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2134 | 2024.04.30 22:24:35.108783 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2135 | 2024.04.30 22:24:35.108909 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2136 | 2024.04.30 22:24:35.109195 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2137 | 2024.04.30 22:24:35.109232 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2138 | 2024.04.30 22:24:35.109534 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2139 | 2024.04.30 22:24:35.109842 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2140 | 2024.04.30 22:24:35.109994 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001277 sec., 12529.365700861395 rows/sec., 1003.33 KiB/sec. | ||
| 2141 | 2024.04.30 22:24:35.110267 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 2142 | 2024.04.30 22:24:35.110292 [ 3 ] {f0cf9243-dba6-467e-8a28-a511b213a2fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2143 | 2024.04.30 22:24:35.110307 [ 3 ] {} <Debug> HTTP-Session: aad58ddc-b2bc-4244-a9d8-e6e716dea289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2144 | 2024.04.30 22:24:35.110447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2145 | 2024.04.30 22:24:35.110495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2146 | 2024.04.30 22:24:35.110514 [ 3 ] {} <Debug> HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2147 | 2024.04.30 22:24:35.110530 [ 3 ] {} <Debug> HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2148 | 2024.04.30 22:24:35.110544 [ 3 ] {} <Debug> HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2149 | 2024.04.30 22:24:35.110574 [ 3 ] {} <Trace> HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2150 | 2024.04.30 22:24:35.110829 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2151 | 2024.04.30 22:24:35.110879 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2152 | 2024.04.30 22:24:35.111055 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2153 | 2024.04.30 22:24:35.111461 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2154 | 2024.04.30 22:24:35.111501 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2155 | 2024.04.30 22:24:35.111946 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2156 | 2024.04.30 22:24:35.112372 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2024.04.30 22:24:35.112528 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001869 sec., 8560.727661851257 rows/sec., 11.55 MiB/sec. | ||
| 2158 | 2024.04.30 22:24:35.112524 [ 54 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2159 | 2024.04.30 22:24:35.112642 [ 54 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2024.04.30 22:24:35.112692 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 2161 | 2024.04.30 22:24:35.112796 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2162 | 2024.04.30 22:24:35.112845 [ 3 ] {2d05aeef-782a-4944-8423-fa6f704bc2e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2163 | 2024.04.30 22:24:35.112888 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 2164 | 2024.04.30 22:24:35.112897 [ 3 ] {} <Debug> HTTP-Session: 6cbd6219-b733-4b2b-9b5b-a960f98f67e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2165 | 2024.04.30 22:24:35.113088 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2166 | 2024.04.30 22:24:35.113127 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 90 rows starting from the beginning of the part | ||
| 2167 | 2024.04.30 22:24:35.113334 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 2168 | 2024.04.30 22:24:35.113566 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part | ||
| 2169 | 2024.04.30 22:24:35.113789 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 2170 | 2024.04.30 22:24:35.113939 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 15 rows starting from the beginning of the part | ||
| 2171 | 2024.04.30 22:24:35.114089 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 2172 | 2024.04.30 22:24:35.115671 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 6 columns (6 merged, 0 gathered) in 0.002904733 sec., 57836.64109575647 rows/sec., 78.05 MiB/sec. | ||
| 2173 | 2024.04.30 22:24:35.116069 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2174 | 2024.04.30 22:24:35.116671 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2024.04.30 22:24:35.116782 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2176 | 2024.04.30 22:24:35.116904 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 2177 | 2024.04.30 22:24:38.773512 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2178 | 2024.04.30 22:24:38.773575 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2179 | 2024.04.30 22:24:40.103684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2180 | 2024.04.30 22:24:40.103842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2181 | 2024.04.30 22:24:40.103882 [ 3 ] {} <Debug> HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2182 | 2024.04.30 22:24:40.103920 [ 3 ] {} <Debug> HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2183 | 2024.04.30 22:24:40.103945 [ 3 ] {} <Debug> HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2184 | 2024.04.30 22:24:40.104020 [ 3 ] {} <Trace> HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2185 | 2024.04.30 22:24:40.104242 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2186 | 2024.04.30 22:24:40.104310 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2187 | 2024.04.30 22:24:40.104500 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2188 | 2024.04.30 22:24:40.104990 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2189 | 2024.04.30 22:24:40.105030 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2190 | 2024.04.30 22:24:40.105392 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2191 | 2024.04.30 22:24:40.105722 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2192 | 2024.04.30 22:24:40.105879 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00169 sec., 8875.739644970414 rows/sec., 719.42 KiB/sec. | ||
| 2193 | 2024.04.30 22:24:40.106081 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Debug> DynamicQueryHandler: Done processing query | ||
| 2194 | 2024.04.30 22:24:40.106108 [ 3 ] {b3269aa2-4bfc-4ede-878a-6202dd13d042} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2195 | 2024.04.30 22:24:40.106124 [ 3 ] {} <Debug> HTTP-Session: 494dd72d-4935-4384-94d3-259fe1036fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2196 | 2024.04.30 22:24:40.106259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2197 | 2024.04.30 22:24:40.106308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2198 | 2024.04.30 22:24:40.106326 [ 3 ] {} <Debug> HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2199 | 2024.04.30 22:24:40.106343 [ 3 ] {} <Debug> HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2200 | 2024.04.30 22:24:40.106356 [ 3 ] {} <Debug> HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2201 | 2024.04.30 22:24:40.106387 [ 3 ] {} <Trace> HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2202 | 2024.04.30 22:24:40.106492 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2203 | 2024.04.30 22:24:40.106535 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2204 | 2024.04.30 22:24:40.106658 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2205 | 2024.04.30 22:24:40.106991 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2206 | 2024.04.30 22:24:40.107026 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2207 | 2024.04.30 22:24:40.107327 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2208 | 2024.04.30 22:24:40.107649 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2209 | 2024.04.30 22:24:40.107802 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001341 sec., 33557.04697986577 rows/sec., 2.92 MiB/sec. | ||
| 2210 | 2024.04.30 22:24:40.107968 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Debug> DynamicQueryHandler: Done processing query | ||
| 2211 | 2024.04.30 22:24:40.107991 [ 3 ] {48e95462-2b1b-45ab-bb7d-3c4e589e7501} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2212 | 2024.04.30 22:24:40.108007 [ 3 ] {} <Debug> HTTP-Session: 15e90a19-280e-4331-9968-0c7375637133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2213 | 2024.04.30 22:24:40.108127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2214 | 2024.04.30 22:24:40.108175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2215 | 2024.04.30 22:24:40.108194 [ 3 ] {} <Debug> HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2216 | 2024.04.30 22:24:40.108210 [ 3 ] {} <Debug> HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2217 | 2024.04.30 22:24:40.108223 [ 3 ] {} <Debug> HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2218 | 2024.04.30 22:24:40.108253 [ 3 ] {} <Trace> HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2219 | 2024.04.30 22:24:40.108353 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2220 | 2024.04.30 22:24:40.108394 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2221 | 2024.04.30 22:24:40.108521 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2222 | 2024.04.30 22:24:40.108802 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2223 | 2024.04.30 22:24:40.108837 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2224 | 2024.04.30 22:24:40.109132 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2225 | 2024.04.30 22:24:40.109433 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2226 | 2024.04.30 22:24:40.109584 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001259 sec., 11914.217633042097 rows/sec., 954.07 KiB/sec. | ||
| 2227 | 2024.04.30 22:24:40.109871 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2228 | 2024.04.30 22:24:40.109897 [ 3 ] {7334f6e2-b871-4a69-b7dd-792d86e907c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2229 | 2024.04.30 22:24:40.109914 [ 3 ] {} <Debug> HTTP-Session: cc50451e-53bf-4593-b27d-1a941f47c5ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2230 | 2024.04.30 22:24:40.110081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2231 | 2024.04.30 22:24:40.110132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2232 | 2024.04.30 22:24:40.110150 [ 3 ] {} <Debug> HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2233 | 2024.04.30 22:24:40.110166 [ 3 ] {} <Debug> HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2234 | 2024.04.30 22:24:40.110180 [ 3 ] {} <Debug> HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2235 | 2024.04.30 22:24:40.110209 [ 3 ] {} <Trace> HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2236 | 2024.04.30 22:24:40.110386 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2237 | 2024.04.30 22:24:40.110435 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2238 | 2024.04.30 22:24:40.110612 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2239 | 2024.04.30 22:24:40.111108 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2240 | 2024.04.30 22:24:40.111142 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2241 | 2024.04.30 22:24:40.111565 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2242 | 2024.04.30 22:24:40.111901 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2243 | 2024.04.30 22:24:40.112056 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00177 sec., 8474.57627118644 rows/sec., 11.44 MiB/sec. | ||
| 2244 | 2024.04.30 22:24:40.112229 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2245 | 2024.04.30 22:24:40.112253 [ 3 ] {243e9027-29e4-4845-b4b7-ea845633395c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2246 | 2024.04.30 22:24:40.112268 [ 3 ] {} <Debug> HTTP-Session: a9cd6c4f-e7b5-48f0-ba76-6a3b2e1d8bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2247 | 2024.04.30 22:24:45.103420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2248 | 2024.04.30 22:24:45.103558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2249 | 2024.04.30 22:24:45.103588 [ 3 ] {} <Debug> HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2250 | 2024.04.30 22:24:45.103615 [ 3 ] {} <Debug> HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2251 | 2024.04.30 22:24:45.103632 [ 3 ] {} <Debug> HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2252 | 2024.04.30 22:24:45.103687 [ 3 ] {} <Trace> HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2253 | 2024.04.30 22:24:45.103901 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2254 | 2024.04.30 22:24:45.103979 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2255 | 2024.04.30 22:24:45.104198 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2256 | 2024.04.30 22:24:45.104636 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2257 | 2024.04.30 22:24:45.104678 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2258 | 2024.04.30 22:24:45.105056 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2259 | 2024.04.30 22:24:45.105411 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2260 | 2024.04.30 22:24:45.105598 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001768 sec., 9049.773755656108 rows/sec., 733.53 KiB/sec. | ||
| 2261 | 2024.04.30 22:24:45.105808 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Debug> DynamicQueryHandler: Done processing query | ||
| 2262 | 2024.04.30 22:24:45.105834 [ 3 ] {9720922e-54d6-419e-ac15-ca500e28d9db} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2263 | 2024.04.30 22:24:45.105851 [ 3 ] {} <Debug> HTTP-Session: 51bf843d-1d3e-4ae0-bacb-024f3ca32c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2264 | 2024.04.30 22:24:45.105990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2265 | 2024.04.30 22:24:45.106045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2266 | 2024.04.30 22:24:45.106064 [ 3 ] {} <Debug> HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2267 | 2024.04.30 22:24:45.106083 [ 3 ] {} <Debug> HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2268 | 2024.04.30 22:24:45.106097 [ 3 ] {} <Debug> HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2269 | 2024.04.30 22:24:45.106132 [ 3 ] {} <Trace> HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2270 | 2024.04.30 22:24:45.106249 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2271 | 2024.04.30 22:24:45.106294 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2272 | 2024.04.30 22:24:45.106425 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2273 | 2024.04.30 22:24:45.106758 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2024.04.30 22:24:45.106794 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2275 | 2024.04.30 22:24:45.107110 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2276 | 2024.04.30 22:24:45.107413 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2024.04.30 22:24:45.107557 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001343 sec., 35740.87862993299 rows/sec., 3.19 MiB/sec. | ||
| 2278 | 2024.04.30 22:24:45.107725 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 2279 | 2024.04.30 22:24:45.107748 [ 3 ] {cf708f77-132a-4b1f-859c-1bb68e6403ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2280 | 2024.04.30 22:24:45.107764 [ 3 ] {} <Debug> HTTP-Session: edf73d62-2ce3-47d3-92fd-e6586309ecdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2281 | 2024.04.30 22:24:45.107916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2282 | 2024.04.30 22:24:45.107965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2283 | 2024.04.30 22:24:45.107983 [ 3 ] {} <Debug> HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2284 | 2024.04.30 22:24:45.108000 [ 3 ] {} <Debug> HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2285 | 2024.04.30 22:24:45.108014 [ 3 ] {} <Debug> HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2286 | 2024.04.30 22:24:45.108046 [ 3 ] {} <Trace> HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2287 | 2024.04.30 22:24:45.108150 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2288 | 2024.04.30 22:24:45.108193 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2289 | 2024.04.30 22:24:45.108315 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2290 | 2024.04.30 22:24:45.108604 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2291 | 2024.04.30 22:24:45.108638 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2292 | 2024.04.30 22:24:45.108936 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2293 | 2024.04.30 22:24:45.109229 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2294 | 2024.04.30 22:24:45.109384 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001262 sec., 12678.288431061806 rows/sec., 1015.25 KiB/sec. | ||
| 2295 | 2024.04.30 22:24:45.109547 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2296 | 2024.04.30 22:24:45.109570 [ 3 ] {a76e56cb-0cb2-43f6-be04-eea4be0f48dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2297 | 2024.04.30 22:24:45.109586 [ 3 ] {} <Debug> HTTP-Session: de8696f0-0d03-415e-8654-00f349c3c1ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2298 | 2024.04.30 22:24:45.109714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2299 | 2024.04.30 22:24:45.109761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2300 | 2024.04.30 22:24:45.109780 [ 3 ] {} <Debug> HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2301 | 2024.04.30 22:24:45.109795 [ 3 ] {} <Debug> HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2302 | 2024.04.30 22:24:45.109809 [ 3 ] {} <Debug> HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2303 | 2024.04.30 22:24:45.109840 [ 3 ] {} <Trace> HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2304 | 2024.04.30 22:24:45.110017 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2305 | 2024.04.30 22:24:45.110063 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2306 | 2024.04.30 22:24:45.110221 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2307 | 2024.04.30 22:24:45.110622 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2024.04.30 22:24:45.110656 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2309 | 2024.04.30 22:24:45.111059 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2310 | 2024.04.30 22:24:45.111400 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2024.04.30 22:24:45.111549 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 13.25 MiB/sec. | ||
| 2312 | 2024.04.30 22:24:45.111719 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2313 | 2024.04.30 22:24:45.111742 [ 3 ] {4ef57d59-0d18-4497-bd05-1a2b377d514f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2314 | 2024.04.30 22:24:45.111757 [ 3 ] {} <Debug> HTTP-Session: 53c81526-615e-4af0-815e-3a1978571337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2315 | 2024.04.30 22:24:50.103743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2316 | 2024.04.30 22:24:50.103872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2317 | 2024.04.30 22:24:50.103897 [ 3 ] {} <Debug> HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2318 | 2024.04.30 22:24:50.103922 [ 3 ] {} <Debug> HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2319 | 2024.04.30 22:24:50.103937 [ 3 ] {} <Debug> HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2320 | 2024.04.30 22:24:50.103987 [ 3 ] {} <Trace> HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2321 | 2024.04.30 22:24:50.104183 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2322 | 2024.04.30 22:24:50.104253 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2323 | 2024.04.30 22:24:50.104446 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2324 | 2024.04.30 22:24:50.104884 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2024.04.30 22:24:50.104932 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2326 | 2024.04.30 22:24:50.105299 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2327 | 2024.04.30 22:24:50.105645 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2328 | 2024.04.30 22:24:50.105789 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001665 sec., 9009.009009009009 rows/sec., 730.22 KiB/sec. | ||
| 2329 | 2024.04.30 22:24:50.106098 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Debug> DynamicQueryHandler: Done processing query | ||
| 2330 | 2024.04.30 22:24:50.106127 [ 3 ] {afced643-a17f-4101-8c1a-ef8f2739ca14} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2331 | 2024.04.30 22:24:50.106144 [ 3 ] {} <Debug> HTTP-Session: 71e1c958-1c3f-4d33-adfe-45899ed8d1df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2332 | 2024.04.30 22:24:50.106280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2333 | 2024.04.30 22:24:50.106339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2334 | 2024.04.30 22:24:50.106358 [ 3 ] {} <Debug> HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2335 | 2024.04.30 22:24:50.106378 [ 3 ] {} <Debug> HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2336 | 2024.04.30 22:24:50.106391 [ 3 ] {} <Debug> HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2337 | 2024.04.30 22:24:50.106428 [ 3 ] {} <Trace> HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2338 | 2024.04.30 22:24:50.106549 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2339 | 2024.04.30 22:24:50.106597 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2340 | 2024.04.30 22:24:50.106742 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2341 | 2024.04.30 22:24:50.107082 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2342 | 2024.04.30 22:24:50.107119 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2343 | 2024.04.30 22:24:50.107437 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2344 | 2024.04.30 22:24:50.107746 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2345 | 2024.04.30 22:24:50.107872 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001364 sec., 32991.20234604106 rows/sec., 2.87 MiB/sec. | ||
| 2346 | 2024.04.30 22:24:50.108035 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Debug> DynamicQueryHandler: Done processing query | ||
| 2347 | 2024.04.30 22:24:50.108063 [ 3 ] {798c35ad-0a35-4bc6-a6d8-eee5dfc6e600} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2348 | 2024.04.30 22:24:50.108078 [ 3 ] {} <Debug> HTTP-Session: 0fba6600-7c81-46b2-9777-69126bff50ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2349 | 2024.04.30 22:24:50.108196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2350 | 2024.04.30 22:24:50.108248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2351 | 2024.04.30 22:24:50.108267 [ 3 ] {} <Debug> HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2352 | 2024.04.30 22:24:50.108284 [ 3 ] {} <Debug> HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2353 | 2024.04.30 22:24:50.108297 [ 3 ] {} <Debug> HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2354 | 2024.04.30 22:24:50.108329 [ 3 ] {} <Trace> HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2355 | 2024.04.30 22:24:50.108432 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2356 | 2024.04.30 22:24:50.108475 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2357 | 2024.04.30 22:24:50.108598 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2358 | 2024.04.30 22:24:50.108877 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2359 | 2024.04.30 22:24:50.108912 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2360 | 2024.04.30 22:24:50.109219 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2361 | 2024.04.30 22:24:50.109558 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2362 | 2024.04.30 22:24:50.109688 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001288 sec., 11645.962732919254 rows/sec., 932.59 KiB/sec. | ||
| 2363 | 2024.04.30 22:24:50.109849 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Debug> DynamicQueryHandler: Done processing query | ||
| 2364 | 2024.04.30 22:24:50.109873 [ 3 ] {b66b286d-c7c6-440d-b208-3e39b1122c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2365 | 2024.04.30 22:24:50.109891 [ 3 ] {} <Debug> HTTP-Session: faae8135-11b8-4c39-b5a0-6cb9b75a5fe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2366 | 2024.04.30 22:24:50.110061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2367 | 2024.04.30 22:24:50.110110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2368 | 2024.04.30 22:24:50.110130 [ 3 ] {} <Debug> HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2369 | 2024.04.30 22:24:50.110146 [ 3 ] {} <Debug> HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2370 | 2024.04.30 22:24:50.110162 [ 3 ] {} <Debug> HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2371 | 2024.04.30 22:24:50.110194 [ 3 ] {} <Trace> HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2372 | 2024.04.30 22:24:50.110369 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2373 | 2024.04.30 22:24:50.110418 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2374 | 2024.04.30 22:24:50.110574 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2375 | 2024.04.30 22:24:50.110952 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2376 | 2024.04.30 22:24:50.110987 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2377 | 2024.04.30 22:24:50.111411 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2378 | 2024.04.30 22:24:50.111758 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2024.04.30 22:24:50.111893 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001624 sec., 9236.453201970444 rows/sec., 12.46 MiB/sec. | ||
| 2380 | 2024.04.30 22:24:50.112064 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Debug> DynamicQueryHandler: Done processing query | ||
| 2381 | 2024.04.30 22:24:50.112089 [ 3 ] {7f8cb22b-711b-4613-8b34-528d56394696} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2382 | 2024.04.30 22:24:50.112105 [ 3 ] {} <Debug> HTTP-Session: 218a56e3-1f69-4586-97c1-72cdeeda7187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2383 | 2024.04.30 22:24:53.773814 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2384 | 2024.04.30 22:24:53.773886 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2385 | 2024.04.30 22:24:55.001266 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000879822 sec. | ||
| 2386 | 2024.04.30 22:24:55.105780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2387 | 2024.04.30 22:24:55.105897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2388 | 2024.04.30 22:24:55.105921 [ 3 ] {} <Debug> HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2389 | 2024.04.30 22:24:55.105945 [ 3 ] {} <Debug> HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2390 | 2024.04.30 22:24:55.105960 [ 3 ] {} <Debug> HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2391 | 2024.04.30 22:24:55.106011 [ 3 ] {} <Trace> HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2024.04.30 22:24:55.106210 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2393 | 2024.04.30 22:24:55.106279 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2394 | 2024.04.30 22:24:55.106473 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2395 | 2024.04.30 22:24:55.106907 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2396 | 2024.04.30 22:24:55.106952 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2397 | 2024.04.30 22:24:55.107331 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2398 | 2024.04.30 22:24:55.107673 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2399 | 2024.04.30 22:24:55.107848 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00169 sec., 9467.455621301775 rows/sec., 767.38 KiB/sec. | ||
| 2400 | 2024.04.30 22:24:55.107856 [ 37 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 2401 | 2024.04.30 22:24:55.107950 [ 37 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2402 | 2024.04.30 22:24:55.108006 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2403 | 2024.04.30 22:24:55.108139 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Debug> DynamicQueryHandler: Done processing query | ||
| 2404 | 2024.04.30 22:24:55.108142 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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 | ||
| 2405 | 2024.04.30 22:24:55.108173 [ 3 ] {a07a81f5-246a-4665-a631-40d9a3e21434} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2406 | 2024.04.30 22:24:55.108202 [ 3 ] {} <Debug> HTTP-Session: 979cf298-c5e4-4cc4-b64d-37e899c9b587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2407 | 2024.04.30 22:24:55.108289 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2408 | 2024.04.30 22:24:55.108319 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 31 rows starting from the beginning of the part | ||
| 2409 | 2024.04.30 22:24:55.108358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2410 | 2024.04.30 22:24:55.108421 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 2411 | 2024.04.30 22:24:55.108489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2412 | 2024.04.30 22:24:55.108563 [ 3 ] {} <Debug> HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2413 | 2024.04.30 22:24:55.108675 [ 3 ] {} <Debug> HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2414 | 2024.04.30 22:24:55.108762 [ 3 ] {} <Debug> HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2415 | 2024.04.30 22:24:55.108795 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part | ||
| 2416 | 2024.04.30 22:24:55.108847 [ 3 ] {} <Trace> HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2024.04.30 22:24:55.109100 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
| 2418 | 2024.04.30 22:24:55.109306 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2419 | 2024.04.30 22:24:55.109353 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part | ||
| 2420 | 2024.04.30 22:24:55.109398 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2421 | 2024.04.30 22:24:55.109617 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
| 2422 | 2024.04.30 22:24:55.110203 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2423 | 2024.04.30 22:24:55.110781 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2424 | 2024.04.30 22:24:55.110831 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2425 | 2024.04.30 22:24:55.111296 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.003211291 sec., 33942.735180337135 rows/sec., 2.69 MiB/sec. | ||
| 2426 | 2024.04.30 22:24:55.111341 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2427 | 2024.04.30 22:24:55.111533 [ 194 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 2428 | 2024.04.30 22:24:55.111942 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2429 | 2024.04.30 22:24:55.112292 [ 37 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2430 | 2024.04.30 22:24:55.112387 [ 37 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2431 | 2024.04.30 22:24:55.112395 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Debug> executeQuery: Read 84 rows, 7.16 KiB in 0.003239 sec., 25933.9302253782 rows/sec., 2.16 MiB/sec. | ||
| 2432 | 2024.04.30 22:24:55.112448 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2433 | 2024.04.30 22:24:55.112758 [ 194 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2434 | 2024.04.30 22:24:55.112835 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 2435 | 2024.04.30 22:24:55.112981 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2436 | 2024.04.30 22:24:55.112992 [ 194 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_15_3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 2437 | 2024.04.30 22:24:55.113052 [ 3 ] {34f18251-e8c3-4522-b39b-1ff937af3b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2438 | 2024.04.30 22:24:55.113142 [ 3 ] {} <Debug> HTTP-Session: a93e8f84-7f94-47f8-bc70-5c85f47b1363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2439 | 2024.04.30 22:24:55.113259 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2440 | 2024.04.30 22:24:55.113273 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2441 | 2024.04.30 22:24:55.113320 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 140 rows starting from the beginning of the part | ||
| 2442 | 2024.04.30 22:24:55.113438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2443 | 2024.04.30 22:24:55.113555 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part | ||
| 2444 | 2024.04.30 22:24:55.113589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2445 | 2024.04.30 22:24:55.113671 [ 3 ] {} <Debug> HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2446 | 2024.04.30 22:24:55.113739 [ 3 ] {} <Debug> HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2447 | 2024.04.30 22:24:55.113812 [ 3 ] {} <Debug> HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2448 | 2024.04.30 22:24:55.113851 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 45 rows starting from the beginning of the part | ||
| 2449 | 2024.04.30 22:24:55.113937 [ 3 ] {} <Trace> HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2450 | 2024.04.30 22:24:55.114104 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 2451 | 2024.04.30 22:24:55.114325 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2452 | 2024.04.30 22:24:55.114366 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 45 rows starting from the beginning of the part | ||
| 2453 | 2024.04.30 22:24:55.114456 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2454 | 2024.04.30 22:24:55.114600 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 84 rows starting from the beginning of the part | ||
| 2455 | 2024.04.30 22:24:55.115321 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2456 | 2024.04.30 22:24:55.116181 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2457 | 2024.04.30 22:24:55.116249 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2458 | 2024.04.30 22:24:55.116998 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2459 | 2024.04.30 22:24:55.117232 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.004608856 sec., 88959.16904325066 rows/sec., 7.64 MiB/sec. | ||
| 2460 | 2024.04.30 22:24:55.117454 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2461 | 2024.04.30 22:24:55.117728 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2462 | 2024.04.30 22:24:55.118066 [ 37 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2463 | 2024.04.30 22:24:55.118157 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Debug> executeQuery: Read 40 rows, 3.18 KiB in 0.003978 sec., 10055.304172951232 rows/sec., 799.32 KiB/sec. | ||
| 2464 | 2024.04.30 22:24:55.118156 [ 37 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2024.04.30 22:24:55.118253 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2466 | 2024.04.30 22:24:55.118414 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2024.04.30 22:24:55.118648 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 2468 | 2024.04.30 22:24:55.118680 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_16_3} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2469 | 2024.04.30 22:24:55.118717 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Debug> DynamicQueryHandler: Done processing query | ||
| 2470 | 2024.04.30 22:24:55.118803 [ 3 ] {3d69e05c-6ab9-4742-8758-a2e2171cb527} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2471 | 2024.04.30 22:24:55.118887 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2472 | 2024.04.30 22:24:55.118901 [ 3 ] {} <Debug> HTTP-Session: 9b519055-b922-4a14-9ce2-73610d0c3189 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2473 | 2024.04.30 22:24:55.119006 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2474 | 2024.04.30 22:24:55.119040 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 92 rows starting from the beginning of the part | ||
| 2475 | 2024.04.30 22:24:55.119182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2476 | 2024.04.30 22:24:55.119239 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 2477 | 2024.04.30 22:24:55.119338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2478 | 2024.04.30 22:24:55.119432 [ 3 ] {} <Debug> HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2479 | 2024.04.30 22:24:55.119512 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 15 rows starting from the beginning of the part | ||
| 2480 | 2024.04.30 22:24:55.119510 [ 3 ] {} <Debug> HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2481 | 2024.04.30 22:24:55.119588 [ 3 ] {} <Debug> HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2482 | 2024.04.30 22:24:55.119730 [ 3 ] {} <Trace> HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2483 | 2024.04.30 22:24:55.119781 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 2484 | 2024.04.30 22:24:55.120040 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 15 rows starting from the beginning of the part | ||
| 2485 | 2024.04.30 22:24:55.120108 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2486 | 2024.04.30 22:24:55.120334 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 2487 | 2024.04.30 22:24:55.120333 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2488 | 2024.04.30 22:24:55.121142 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2489 | 2024.04.30 22:24:55.121990 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2024.04.30 22:24:55.122063 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2491 | 2024.04.30 22:24:55.123022 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 4 columns (4 merged, 0 gathered) in 0.004606397 sec., 42115.345247055346 rows/sec., 3.30 MiB/sec. | ||
| 2492 | 2024.04.30 22:24:55.123140 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2493 | 2024.04.30 22:24:55.123219 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2494 | 2024.04.30 22:24:55.124128 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2024.04.30 22:24:55.124141 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2024.04.30 22:24:55.124285 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_16_3} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2497 | 2024.04.30 22:24:55.124541 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2498 | 2024.04.30 22:24:55.124544 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.004604 sec., 7819.287576020852 rows/sec., 565.07 KiB/sec. | ||
| 2499 | 2024.04.30 22:24:55.124837 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Debug> DynamicQueryHandler: Done processing query | ||
| 2500 | 2024.04.30 22:24:55.124862 [ 3 ] {f0424b74-780c-4983-96cb-4556b32c1938} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2501 | 2024.04.30 22:24:55.124878 [ 3 ] {} <Debug> HTTP-Session: 6f1aebcf-c814-4a04-bb67-c4bee76b959c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2502 | 2024.04.30 22:24:55.125023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2503 | 2024.04.30 22:24:55.125073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2504 | 2024.04.30 22:24:55.125092 [ 3 ] {} <Debug> HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2505 | 2024.04.30 22:24:55.125108 [ 3 ] {} <Debug> HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2506 | 2024.04.30 22:24:55.125122 [ 3 ] {} <Debug> HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2507 | 2024.04.30 22:24:55.125153 [ 3 ] {} <Trace> HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2508 | 2024.04.30 22:24:55.125357 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2509 | 2024.04.30 22:24:55.125405 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2510 | 2024.04.30 22:24:55.125570 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2511 | 2024.04.30 22:24:55.125963 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2512 | 2024.04.30 22:24:55.125998 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2513 | 2024.04.30 22:24:55.126439 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2514 | 2024.04.30 22:24:55.126783 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2515 | 2024.04.30 22:24:55.126947 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001702 sec., 9400.705052878966 rows/sec., 12.69 MiB/sec. | ||
| 2516 | 2024.04.30 22:24:55.127124 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2517 | 2024.04.30 22:24:55.127151 [ 3 ] {8db5e375-307a-4f7b-a04e-6b502903c1f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2518 | 2024.04.30 22:24:55.127167 [ 3 ] {} <Debug> HTTP-Session: 816016d4-2940-42f9-8134-9486c0a7c555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2519 | 2024.04.30 22:25:00.103840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2520 | 2024.04.30 22:25:00.103985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2521 | 2024.04.30 22:25:00.104020 [ 3 ] {} <Debug> HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2522 | 2024.04.30 22:25:00.104048 [ 3 ] {} <Debug> HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2523 | 2024.04.30 22:25:00.104066 [ 3 ] {} <Debug> HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2524 | 2024.04.30 22:25:00.104125 [ 3 ] {} <Trace> HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2525 | 2024.04.30 22:25:00.104336 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2526 | 2024.04.30 22:25:00.104415 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2527 | 2024.04.30 22:25:00.104637 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2528 | 2024.04.30 22:25:00.105069 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2529 | 2024.04.30 22:25:00.105116 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2530 | 2024.04.30 22:25:00.105491 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2531 | 2024.04.30 22:25:00.105839 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2024.04.30 22:25:00.106010 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001737 sec., 8635.578583765113 rows/sec., 699.95 KiB/sec. | ||
| 2533 | 2024.04.30 22:25:00.106217 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2534 | 2024.04.30 22:25:00.106245 [ 3 ] {dd8ad932-8812-4cca-9f31-aaf20ecdd43d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2535 | 2024.04.30 22:25:00.106263 [ 3 ] {} <Debug> HTTP-Session: e8447a9e-6dc7-433d-9230-e38a0b480758 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2536 | 2024.04.30 22:25:00.106385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2537 | 2024.04.30 22:25:00.106441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2538 | 2024.04.30 22:25:00.106462 [ 3 ] {} <Debug> HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2539 | 2024.04.30 22:25:00.106481 [ 3 ] {} <Debug> HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2540 | 2024.04.30 22:25:00.106495 [ 3 ] {} <Debug> HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2541 | 2024.04.30 22:25:00.106532 [ 3 ] {} <Trace> HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2024.04.30 22:25:00.106652 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2543 | 2024.04.30 22:25:00.106701 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2544 | 2024.04.30 22:25:00.106840 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2545 | 2024.04.30 22:25:00.107155 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2024.04.30 22:25:00.107193 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2547 | 2024.04.30 22:25:00.107503 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2548 | 2024.04.30 22:25:00.107820 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2024.04.30 22:25:00.107973 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001357 sec., 33161.38540899042 rows/sec., 2.89 MiB/sec. | ||
| 2550 | 2024.04.30 22:25:00.108293 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2551 | 2024.04.30 22:25:00.108319 [ 3 ] {c92412b3-32c8-487d-a2c1-24ea1505292d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2552 | 2024.04.30 22:25:00.108336 [ 3 ] {} <Debug> HTTP-Session: 34603bbf-47f4-4c3e-95f2-c96413f80322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2553 | 2024.04.30 22:25:00.108451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2554 | 2024.04.30 22:25:00.108502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2555 | 2024.04.30 22:25:00.108522 [ 3 ] {} <Debug> HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2556 | 2024.04.30 22:25:00.108540 [ 3 ] {} <Debug> HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2557 | 2024.04.30 22:25:00.108554 [ 3 ] {} <Debug> HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2558 | 2024.04.30 22:25:00.108588 [ 3 ] {} <Trace> HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2024.04.30 22:25:00.108692 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2560 | 2024.04.30 22:25:00.108738 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2561 | 2024.04.30 22:25:00.108887 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2562 | 2024.04.30 22:25:00.109172 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2024.04.30 22:25:00.109208 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2564 | 2024.04.30 22:25:00.109510 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2565 | 2024.04.30 22:25:00.109852 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2024.04.30 22:25:00.110008 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001339 sec., 11202.389843166542 rows/sec., 897.07 KiB/sec. | ||
| 2567 | 2024.04.30 22:25:00.110171 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Debug> DynamicQueryHandler: Done processing query | ||
| 2568 | 2024.04.30 22:25:00.110196 [ 3 ] {20f6cea8-4d2c-43ba-96a5-0d8f02943e27} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2569 | 2024.04.30 22:25:00.110212 [ 3 ] {} <Debug> HTTP-Session: 5ac3e89f-9052-4601-936c-e2ae386c9f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2570 | 2024.04.30 22:25:00.110381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2571 | 2024.04.30 22:25:00.110431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2572 | 2024.04.30 22:25:00.110451 [ 3 ] {} <Debug> HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2573 | 2024.04.30 22:25:00.110468 [ 3 ] {} <Debug> HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2574 | 2024.04.30 22:25:00.110481 [ 3 ] {} <Debug> HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2575 | 2024.04.30 22:25:00.110513 [ 3 ] {} <Trace> HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2576 | 2024.04.30 22:25:00.110686 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2577 | 2024.04.30 22:25:00.110736 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2578 | 2024.04.30 22:25:00.110898 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2579 | 2024.04.30 22:25:00.111262 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2580 | 2024.04.30 22:25:00.111302 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2581 | 2024.04.30 22:25:00.111725 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2582 | 2024.04.30 22:25:00.112069 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2583 | 2024.04.30 22:25:00.112231 [ 34 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2584 | 2024.04.30 22:25:00.112234 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001642 sec., 9135.200974421437 rows/sec., 12.33 MiB/sec. | ||
| 2585 | 2024.04.30 22:25:00.112305 [ 34 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2586 | 2024.04.30 22:25:00.112373 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 2587 | 2024.04.30 22:25:00.112560 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 2588 | 2024.04.30 22:25:00.112622 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2589 | 2024.04.30 22:25:00.112673 [ 3 ] {2774c3a4-4ca6-42e0-93df-d64531596b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2590 | 2024.04.30 22:25:00.112714 [ 3 ] {} <Debug> HTTP-Session: 297bf731-e5fe-4011-8fb7-75eaa578f05b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2591 | 2024.04.30 22:25:00.112834 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2592 | 2024.04.30 22:25:00.112881 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 168 rows starting from the beginning of the part | ||
| 2593 | 2024.04.30 22:25:00.112970 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part | ||
| 2594 | 2024.04.30 22:25:00.113279 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
| 2595 | 2024.04.30 22:25:00.113423 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part | ||
| 2596 | 2024.04.30 22:25:00.113611 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
| 2597 | 2024.04.30 22:25:00.113776 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part | ||
| 2598 | 2024.04.30 22:25:00.115475 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 245 rows, containing 6 columns (6 merged, 0 gathered) in 0.003004676 sec., 81539.57365120233 rows/sec., 110.03 MiB/sec. | ||
| 2599 | 2024.04.30 22:25:00.115711 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2600 | 2024.04.30 22:25:00.116128 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2601 | 2024.04.30 22:25:00.116208 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2602 | 2024.04.30 22:25:00.116292 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. | ||
| 2603 | 2024.04.30 22:25:05.103668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2604 | 2024.04.30 22:25:05.103809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2605 | 2024.04.30 22:25:05.103853 [ 3 ] {} <Debug> HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2606 | 2024.04.30 22:25:05.103891 [ 3 ] {} <Debug> HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2607 | 2024.04.30 22:25:05.103918 [ 3 ] {} <Debug> HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2608 | 2024.04.30 22:25:05.103991 [ 3 ] {} <Trace> HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2609 | 2024.04.30 22:25:05.104261 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2610 | 2024.04.30 22:25:05.104359 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2611 | 2024.04.30 22:25:05.104652 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2612 | 2024.04.30 22:25:05.105086 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2613 | 2024.04.30 22:25:05.105128 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2614 | 2024.04.30 22:25:05.105487 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2615 | 2024.04.30 22:25:05.105817 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2616 | 2024.04.30 22:25:05.105957 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001783 sec., 8973.6399326977 rows/sec., 727.36 KiB/sec. | ||
| 2617 | 2024.04.30 22:25:05.106170 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Debug> DynamicQueryHandler: Done processing query | ||
| 2618 | 2024.04.30 22:25:05.106200 [ 3 ] {4c487fc6-5d37-4c9a-a7d7-0f3632b7e045} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2619 | 2024.04.30 22:25:05.106216 [ 3 ] {} <Debug> HTTP-Session: 7c5c183a-981b-4df0-89cd-40c9ef233938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2620 | 2024.04.30 22:25:05.106344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2621 | 2024.04.30 22:25:05.106398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2622 | 2024.04.30 22:25:05.106417 [ 3 ] {} <Debug> HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2623 | 2024.04.30 22:25:05.106436 [ 3 ] {} <Debug> HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2624 | 2024.04.30 22:25:05.106449 [ 3 ] {} <Debug> HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2625 | 2024.04.30 22:25:05.106484 [ 3 ] {} <Trace> HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2626 | 2024.04.30 22:25:05.106585 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2627 | 2024.04.30 22:25:05.106631 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2628 | 2024.04.30 22:25:05.106756 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2629 | 2024.04.30 22:25:05.107009 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2630 | 2024.04.30 22:25:05.107044 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2631 | 2024.04.30 22:25:05.107338 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2632 | 2024.04.30 22:25:05.107645 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2633 | 2024.04.30 22:25:05.107763 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001208 sec., 3311.258278145695 rows/sec., 270.01 KiB/sec. | ||
| 2634 | 2024.04.30 22:25:05.108056 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2635 | 2024.04.30 22:25:05.108083 [ 3 ] {3ba10782-00d8-48df-9a15-815886c5926a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2636 | 2024.04.30 22:25:05.108099 [ 3 ] {} <Debug> HTTP-Session: ddce64b5-ff32-407f-96a4-4299ffeaf59a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2637 | 2024.04.30 22:25:05.108263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2638 | 2024.04.30 22:25:05.108312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2639 | 2024.04.30 22:25:05.108331 [ 3 ] {} <Debug> HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2640 | 2024.04.30 22:25:05.108347 [ 3 ] {} <Debug> HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2641 | 2024.04.30 22:25:05.108360 [ 3 ] {} <Debug> HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2642 | 2024.04.30 22:25:05.108393 [ 3 ] {} <Trace> HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2643 | 2024.04.30 22:25:05.108507 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2644 | 2024.04.30 22:25:05.108551 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2645 | 2024.04.30 22:25:05.108691 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2646 | 2024.04.30 22:25:05.108960 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2024.04.30 22:25:05.108995 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2648 | 2024.04.30 22:25:05.109293 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2649 | 2024.04.30 22:25:05.109587 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2650 | 2024.04.30 22:25:05.109712 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Debug> executeQuery: Read 50 rows, 4.54 KiB in 0.001244 sec., 40192.92604501607 rows/sec., 3.56 MiB/sec. | ||
| 2651 | 2024.04.30 22:25:05.109871 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Debug> DynamicQueryHandler: Done processing query | ||
| 2652 | 2024.04.30 22:25:05.109896 [ 3 ] {ad2acc18-d1ac-4746-a4fd-ce0700e8fc98} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2653 | 2024.04.30 22:25:05.109912 [ 3 ] {} <Debug> HTTP-Session: 140d5745-7777-47d5-94c7-35605e3db53b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2654 | 2024.04.30 22:25:05.110031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2655 | 2024.04.30 22:25:05.110077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2656 | 2024.04.30 22:25:05.110096 [ 3 ] {} <Debug> HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2657 | 2024.04.30 22:25:05.110112 [ 3 ] {} <Debug> HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2658 | 2024.04.30 22:25:05.110126 [ 3 ] {} <Debug> HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2659 | 2024.04.30 22:25:05.110156 [ 3 ] {} <Trace> HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2660 | 2024.04.30 22:25:05.110249 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2661 | 2024.04.30 22:25:05.110291 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2662 | 2024.04.30 22:25:05.110410 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2663 | 2024.04.30 22:25:05.110674 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2664 | 2024.04.30 22:25:05.110708 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2665 | 2024.04.30 22:25:05.110995 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2666 | 2024.04.30 22:25:05.111286 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2667 | 2024.04.30 22:25:05.111405 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00118 sec., 3389.830508474576 rows/sec., 236.69 KiB/sec. | ||
| 2668 | 2024.04.30 22:25:05.111607 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Debug> DynamicQueryHandler: Done processing query | ||
| 2669 | 2024.04.30 22:25:05.111645 [ 3 ] {39e97a3c-a628-41ba-85f2-b43e9d0c0008} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2670 | 2024.04.30 22:25:05.111663 [ 3 ] {} <Debug> HTTP-Session: 34a0bd67-03ca-4caa-a184-2ecdbb05d3e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2671 | 2024.04.30 22:25:05.111796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2672 | 2024.04.30 22:25:05.111850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2673 | 2024.04.30 22:25:05.111870 [ 3 ] {} <Debug> HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2674 | 2024.04.30 22:25:05.111887 [ 3 ] {} <Debug> HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2675 | 2024.04.30 22:25:05.111901 [ 3 ] {} <Debug> HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2676 | 2024.04.30 22:25:05.111932 [ 3 ] {} <Trace> HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2024.04.30 22:25:05.112044 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2678 | 2024.04.30 22:25:05.112086 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2679 | 2024.04.30 22:25:05.112211 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2680 | 2024.04.30 22:25:05.112472 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2024.04.30 22:25:05.112509 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2682 | 2024.04.30 22:25:05.112821 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2683 | 2024.04.30 22:25:05.113136 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2024.04.30 22:25:05.113277 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Debug> executeQuery: Read 20 rows, 1.61 KiB in 0.001262 sec., 15847.860538827257 rows/sec., 1.24 MiB/sec. | ||
| 2685 | 2024.04.30 22:25:05.113423 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Debug> DynamicQueryHandler: Done processing query | ||
| 2686 | 2024.04.30 22:25:05.113450 [ 3 ] {859d11d9-909f-4363-be18-46f2022be999} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2687 | 2024.04.30 22:25:05.113466 [ 3 ] {} <Debug> HTTP-Session: 07aa8037-217a-4e6f-baf3-48f03090d2f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2688 | 2024.04.30 22:25:05.113569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2689 | 2024.04.30 22:25:05.113618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2690 | 2024.04.30 22:25:05.113637 [ 3 ] {} <Debug> HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2691 | 2024.04.30 22:25:05.113655 [ 3 ] {} <Debug> HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2692 | 2024.04.30 22:25:05.113668 [ 3 ] {} <Debug> HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2693 | 2024.04.30 22:25:05.113699 [ 3 ] {} <Trace> HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2694 | 2024.04.30 22:25:05.113795 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2695 | 2024.04.30 22:25:05.113841 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2696 | 2024.04.30 22:25:05.113984 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2697 | 2024.04.30 22:25:05.114221 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2698 | 2024.04.30 22:25:05.114257 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2699 | 2024.04.30 22:25:05.114625 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2700 | 2024.04.30 22:25:05.114965 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2024.04.30 22:25:05.115100 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001326 sec., 1508.2956259426849 rows/sec., 106.05 KiB/sec. | ||
| 2702 | 2024.04.30 22:25:05.115383 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2703 | 2024.04.30 22:25:05.115419 [ 3 ] {6d343446-5bc1-412d-8f50-fc50dc475f2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2704 | 2024.04.30 22:25:05.115437 [ 3 ] {} <Debug> HTTP-Session: 1fb79cb4-e8f7-4663-8777-a819c6eda052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2705 | 2024.04.30 22:25:05.115583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2706 | 2024.04.30 22:25:05.115638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2707 | 2024.04.30 22:25:05.115659 [ 3 ] {} <Debug> HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2708 | 2024.04.30 22:25:05.115676 [ 3 ] {} <Debug> HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2709 | 2024.04.30 22:25:05.115691 [ 3 ] {} <Debug> HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2710 | 2024.04.30 22:25:05.115723 [ 3 ] {} <Trace> HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2711 | 2024.04.30 22:25:05.115904 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2712 | 2024.04.30 22:25:05.115952 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2713 | 2024.04.30 22:25:05.116133 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2714 | 2024.04.30 22:25:05.116471 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2715 | 2024.04.30 22:25:05.116508 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2716 | 2024.04.30 22:25:05.116907 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2717 | 2024.04.30 22:25:05.117273 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2718 | 2024.04.30 22:25:05.117404 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001605 sec., 9968.84735202492 rows/sec., 13.45 MiB/sec. | ||
| 2719 | 2024.04.30 22:25:05.117556 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2720 | 2024.04.30 22:25:05.117581 [ 3 ] {fd74b36e-14fe-43f8-84f7-15f6526220a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2721 | 2024.04.30 22:25:05.117597 [ 3 ] {} <Debug> HTTP-Session: a81422a1-601e-4a6a-91c3-84887d5fb664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2722 | 2024.04.30 22:25:08.773929 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2723 | 2024.04.30 22:25:08.774002 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2724 | 2024.04.30 22:25:10.103604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2725 | 2024.04.30 22:25:10.103731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2726 | 2024.04.30 22:25:10.103761 [ 3 ] {} <Debug> HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2727 | 2024.04.30 22:25:10.103794 [ 3 ] {} <Debug> HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2728 | 2024.04.30 22:25:10.103812 [ 3 ] {} <Debug> HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2729 | 2024.04.30 22:25:10.103869 [ 3 ] {} <Trace> HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2730 | 2024.04.30 22:25:10.104081 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2731 | 2024.04.30 22:25:10.104157 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2732 | 2024.04.30 22:25:10.104375 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2733 | 2024.04.30 22:25:10.104780 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2024.04.30 22:25:10.104834 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2735 | 2024.04.30 22:25:10.105210 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2736 | 2024.04.30 22:25:10.105547 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2024.04.30 22:25:10.105709 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001693 sec., 8860.011813349083 rows/sec., 718.15 KiB/sec. | ||
| 2738 | 2024.04.30 22:25:10.106040 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Debug> DynamicQueryHandler: Done processing query | ||
| 2739 | 2024.04.30 22:25:10.106071 [ 3 ] {fc79e786-1d66-4ce3-8b3e-d293fc998272} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2740 | 2024.04.30 22:25:10.106088 [ 3 ] {} <Debug> HTTP-Session: cc700ee5-791d-46b0-a3d9-0daeaa47ea3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.04.30 22:25:10.106217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2742 | 2024.04.30 22:25:10.106272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2743 | 2024.04.30 22:25:10.106292 [ 3 ] {} <Debug> HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2744 | 2024.04.30 22:25:10.106310 [ 3 ] {} <Debug> HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2745 | 2024.04.30 22:25:10.106324 [ 3 ] {} <Debug> HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2746 | 2024.04.30 22:25:10.106360 [ 3 ] {} <Trace> HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2747 | 2024.04.30 22:25:10.106471 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2748 | 2024.04.30 22:25:10.106519 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2749 | 2024.04.30 22:25:10.106666 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2750 | 2024.04.30 22:25:10.106932 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2751 | 2024.04.30 22:25:10.106970 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2752 | 2024.04.30 22:25:10.107284 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2753 | 2024.04.30 22:25:10.107596 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2024.04.30 22:25:10.107746 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Debug> executeQuery: Read 14 rows, 1.18 KiB in 0.001303 sec., 10744.435917114351 rows/sec., 907.61 KiB/sec. | ||
| 2755 | 2024.04.30 22:25:10.107904 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Debug> DynamicQueryHandler: Done processing query | ||
| 2756 | 2024.04.30 22:25:10.107928 [ 3 ] {a6b9790e-62bb-4865-8160-2aa5abfc5e86} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2757 | 2024.04.30 22:25:10.107944 [ 3 ] {} <Debug> HTTP-Session: ee932bf5-ddf0-4b9b-8777-88acc0ec2cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2758 | 2024.04.30 22:25:10.108131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2759 | 2024.04.30 22:25:10.108179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2760 | 2024.04.30 22:25:10.108197 [ 3 ] {} <Debug> HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2761 | 2024.04.30 22:25:10.108213 [ 3 ] {} <Debug> HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2762 | 2024.04.30 22:25:10.108227 [ 3 ] {} <Debug> HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2763 | 2024.04.30 22:25:10.108258 [ 3 ] {} <Trace> HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2024.04.30 22:25:10.108370 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2765 | 2024.04.30 22:25:10.108413 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2766 | 2024.04.30 22:25:10.108535 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2767 | 2024.04.30 22:25:10.108813 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2768 | 2024.04.30 22:25:10.108850 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2769 | 2024.04.30 22:25:10.109178 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2770 | 2024.04.30 22:25:10.109479 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2771 | 2024.04.30 22:25:10.109626 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Debug> executeQuery: Read 55 rows, 4.86 KiB in 0.001294 sec., 42503.86398763524 rows/sec., 3.66 MiB/sec. | ||
| 2772 | 2024.04.30 22:25:10.109777 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2773 | 2024.04.30 22:25:10.109802 [ 3 ] {61a00bdd-3571-46e3-8a8d-ac8e20c0e43a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2774 | 2024.04.30 22:25:10.109818 [ 3 ] {} <Debug> HTTP-Session: 7e994b5f-8900-4e54-98a7-c482214c7066 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2775 | 2024.04.30 22:25:10.109979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2776 | 2024.04.30 22:25:10.110026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2777 | 2024.04.30 22:25:10.110045 [ 3 ] {} <Debug> HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2778 | 2024.04.30 22:25:10.110062 [ 3 ] {} <Debug> HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2779 | 2024.04.30 22:25:10.110075 [ 3 ] {} <Debug> HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2780 | 2024.04.30 22:25:10.110105 [ 3 ] {} <Trace> HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2781 | 2024.04.30 22:25:10.110202 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2782 | 2024.04.30 22:25:10.110244 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2783 | 2024.04.30 22:25:10.110368 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2784 | 2024.04.30 22:25:10.110608 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2024.04.30 22:25:10.110644 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2786 | 2024.04.30 22:25:10.110948 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2787 | 2024.04.30 22:25:10.111257 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2788 | 2024.04.30 22:25:10.111408 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001234 sec., 11345.218800648297 rows/sec., 825.41 KiB/sec. | ||
| 2789 | 2024.04.30 22:25:10.111558 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Debug> DynamicQueryHandler: Done processing query | ||
| 2790 | 2024.04.30 22:25:10.111582 [ 3 ] {6cdd40a8-bc67-45c2-93fa-3347744cff80} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2791 | 2024.04.30 22:25:10.111597 [ 3 ] {} <Debug> HTTP-Session: eb7c7565-c30e-4912-bda3-449c95958da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.04.30 22:25:10.111713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2793 | 2024.04.30 22:25:10.111761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2794 | 2024.04.30 22:25:10.111779 [ 3 ] {} <Debug> HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2795 | 2024.04.30 22:25:10.111796 [ 3 ] {} <Debug> HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2796 | 2024.04.30 22:25:10.111810 [ 3 ] {} <Debug> HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2797 | 2024.04.30 22:25:10.111840 [ 3 ] {} <Trace> HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2798 | 2024.04.30 22:25:10.111940 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2799 | 2024.04.30 22:25:10.111981 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2800 | 2024.04.30 22:25:10.112104 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2801 | 2024.04.30 22:25:10.112455 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2024.04.30 22:25:10.112491 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2803 | 2024.04.30 22:25:10.112792 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2804 | 2024.04.30 22:25:10.113091 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2024.04.30 22:25:10.113240 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Debug> executeQuery: Read 29 rows, 2.38 KiB in 0.001326 sec., 21870.28657616893 rows/sec., 1.76 MiB/sec. | ||
| 2806 | 2024.04.30 22:25:10.113402 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2807 | 2024.04.30 22:25:10.113426 [ 3 ] {9f8eb06d-0163-45b7-a9a9-c1415bc69ef9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2808 | 2024.04.30 22:25:10.113442 [ 3 ] {} <Debug> HTTP-Session: a3e9e83f-741e-4c50-841e-b02c603b7249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2809 | 2024.04.30 22:25:10.113586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2810 | 2024.04.30 22:25:10.113633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2811 | 2024.04.30 22:25:10.113651 [ 3 ] {} <Debug> HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2812 | 2024.04.30 22:25:10.113668 [ 3 ] {} <Debug> HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2813 | 2024.04.30 22:25:10.113681 [ 3 ] {} <Debug> HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2814 | 2024.04.30 22:25:10.113712 [ 3 ] {} <Trace> HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2815 | 2024.04.30 22:25:10.113810 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2816 | 2024.04.30 22:25:10.113855 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2817 | 2024.04.30 22:25:10.114003 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2818 | 2024.04.30 22:25:10.114272 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2819 | 2024.04.30 22:25:10.114308 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2820 | 2024.04.30 22:25:10.114687 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2821 | 2024.04.30 22:25:10.115026 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2024.04.30 22:25:10.115178 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Debug> executeQuery: Read 7 rows, 525.00 B in 0.001388 sec., 5043.227665706052 rows/sec., 369.38 KiB/sec. | ||
| 2823 | 2024.04.30 22:25:10.115178 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2824 | 2024.04.30 22:25:10.115310 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2024.04.30 22:25:10.115354 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2826 | 2024.04.30 22:25:10.115436 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2827 | 2024.04.30 22:25:10.115473 [ 3 ] {6ec2b14e-766b-4252-bc30-22d30dd288b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2828 | 2024.04.30 22:25:10.115504 [ 3 ] {} <Debug> HTTP-Session: 6fd45b25-fc84-4c7d-b219-acff32d4a51f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2829 | 2024.04.30 22:25:10.115552 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::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 | ||
| 2830 | 2024.04.30 22:25:10.115688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2831 | 2024.04.30 22:25:10.115717 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2832 | 2024.04.30 22:25:10.115749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2833 | 2024.04.30 22:25:10.115773 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 288 rows starting from the beginning of the part | ||
| 2834 | 2024.04.30 22:25:10.115778 [ 3 ] {} <Debug> HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2835 | 2024.04.30 22:25:10.115808 [ 3 ] {} <Debug> HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2836 | 2024.04.30 22:25:10.115822 [ 3 ] {} <Debug> HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2837 | 2024.04.30 22:25:10.115866 [ 3 ] {} <Trace> HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2838 | 2024.04.30 22:25:10.115896 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 7 rows starting from the beginning of the part | ||
| 2839 | 2024.04.30 22:25:10.116202 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 37 rows starting from the beginning of the part | ||
| 2840 | 2024.04.30 22:25:10.116273 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2841 | 2024.04.30 22:25:10.116578 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2842 | 2024.04.30 22:25:10.116617 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 2843 | 2024.04.30 22:25:10.116870 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 2844 | 2024.04.30 22:25:10.117200 [ 200 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part | ||
| 2845 | 2024.04.30 22:25:10.117618 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2846 | 2024.04.30 22:25:10.118145 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2024.04.30 22:25:10.118189 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2848 | 2024.04.30 22:25:10.118858 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2849 | 2024.04.30 22:25:10.118948 [ 186 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 377 rows, containing 5 columns (5 merged, 0 gathered) in 0.003479038 sec., 108363.28893217034 rows/sec., 7.65 MiB/sec. | ||
| 2850 | 2024.04.30 22:25:10.119308 [ 186 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2851 | 2024.04.30 22:25:10.119497 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2024.04.30 22:25:10.119950 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00391 sec., 3836.3171355498716 rows/sec., 5.18 MiB/sec. | ||
| 2853 | 2024.04.30 22:25:10.120352 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2854 | 2024.04.30 22:25:10.120401 [ 3 ] {70301ffe-ed2e-4eb8-98e0-06c2f7418f5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2855 | 2024.04.30 22:25:10.120411 [ 186 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2856 | 2024.04.30 22:25:10.120427 [ 3 ] {} <Debug> HTTP-Session: b2149ec1-1aca-46ff-85c9-013bdf4abbf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2857 | 2024.04.30 22:25:10.120551 [ 186 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2858 | 2024.04.30 22:25:10.120656 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2859 | 2024.04.30 22:25:15.102924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2860 | 2024.04.30 22:25:15.103072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2861 | 2024.04.30 22:25:15.103104 [ 3 ] {} <Debug> HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2862 | 2024.04.30 22:25:15.103132 [ 3 ] {} <Debug> HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2863 | 2024.04.30 22:25:15.103150 [ 3 ] {} <Debug> HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2864 | 2024.04.30 22:25:15.103207 [ 3 ] {} <Trace> HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2865 | 2024.04.30 22:25:15.103421 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2866 | 2024.04.30 22:25:15.103497 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2867 | 2024.04.30 22:25:15.103715 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2868 | 2024.04.30 22:25:15.104145 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2869 | 2024.04.30 22:25:15.104190 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2870 | 2024.04.30 22:25:15.104569 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2871 | 2024.04.30 22:25:15.104939 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2872 | 2024.04.30 22:25:15.105088 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001732 sec., 9237.875288683603 rows/sec., 748.77 KiB/sec. | ||
| 2873 | 2024.04.30 22:25:15.105386 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2874 | 2024.04.30 22:25:15.105415 [ 3 ] {d161c10b-7bb7-4cfc-bf5f-8df6624c21e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2875 | 2024.04.30 22:25:15.105432 [ 3 ] {} <Debug> HTTP-Session: 340e8cbc-d739-4cf9-9234-43f1f6e23496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2876 | 2024.04.30 22:25:15.105574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2877 | 2024.04.30 22:25:15.105711 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2878 | 2024.04.30 22:25:15.105732 [ 3 ] {} <Debug> HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2879 | 2024.04.30 22:25:15.105751 [ 3 ] {} <Debug> HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2880 | 2024.04.30 22:25:15.105766 [ 3 ] {} <Debug> HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2881 | 2024.04.30 22:25:15.105804 [ 3 ] {} <Trace> HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2882 | 2024.04.30 22:25:15.105925 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2883 | 2024.04.30 22:25:15.105974 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2884 | 2024.04.30 22:25:15.106124 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2885 | 2024.04.30 22:25:15.106466 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2024.04.30 22:25:15.106503 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2887 | 2024.04.30 22:25:15.106901 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2888 | 2024.04.30 22:25:15.107217 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2889 | 2024.04.30 22:25:15.107347 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001463 sec., 32809.2959671907 rows/sec., 2.93 MiB/sec. | ||
| 2890 | 2024.04.30 22:25:15.107514 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2891 | 2024.04.30 22:25:15.107539 [ 3 ] {b801f7df-1292-4c45-8084-67dfd17adfa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2892 | 2024.04.30 22:25:15.107554 [ 3 ] {} <Debug> HTTP-Session: f1cb773b-18fa-4126-b926-8e58488aa3ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2893 | 2024.04.30 22:25:15.107691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2894 | 2024.04.30 22:25:15.107741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2895 | 2024.04.30 22:25:15.107761 [ 3 ] {} <Debug> HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2896 | 2024.04.30 22:25:15.107778 [ 3 ] {} <Debug> HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2897 | 2024.04.30 22:25:15.107792 [ 3 ] {} <Debug> HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2898 | 2024.04.30 22:25:15.107825 [ 3 ] {} <Trace> HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2899 | 2024.04.30 22:25:15.107932 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2900 | 2024.04.30 22:25:15.107977 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2901 | 2024.04.30 22:25:15.108101 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2902 | 2024.04.30 22:25:15.108371 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2903 | 2024.04.30 22:25:15.108407 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2904 | 2024.04.30 22:25:15.108709 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2905 | 2024.04.30 22:25:15.109012 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2906 | 2024.04.30 22:25:15.109137 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001239 sec., 12913.6400322841 rows/sec., 1.01 MiB/sec. | ||
| 2907 | 2024.04.30 22:25:15.109406 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2908 | 2024.04.30 22:25:15.109448 [ 3 ] {a308e3ba-62db-4bb6-852a-2302a32350a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2909 | 2024.04.30 22:25:15.109464 [ 3 ] {} <Debug> HTTP-Session: 4ef6a703-8689-42fd-a6ab-746faee77636 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2910 | 2024.04.30 22:25:15.109619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2911 | 2024.04.30 22:25:15.109670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2912 | 2024.04.30 22:25:15.109689 [ 3 ] {} <Debug> HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2913 | 2024.04.30 22:25:15.109705 [ 3 ] {} <Debug> HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2914 | 2024.04.30 22:25:15.109718 [ 3 ] {} <Debug> HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2915 | 2024.04.30 22:25:15.109748 [ 3 ] {} <Trace> HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2024.04.30 22:25:15.109927 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2917 | 2024.04.30 22:25:15.109976 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2918 | 2024.04.30 22:25:15.110149 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2919 | 2024.04.30 22:25:15.110521 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2024.04.30 22:25:15.110557 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2921 | 2024.04.30 22:25:15.110975 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2922 | 2024.04.30 22:25:15.111336 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2024.04.30 22:25:15.111464 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001636 sec., 9779.951100244498 rows/sec., 13.20 MiB/sec. | ||
| 2924 | 2024.04.30 22:25:15.111629 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2925 | 2024.04.30 22:25:15.111655 [ 3 ] {cb7deb0f-09f3-4248-a8dd-1793bd5e2ff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2926 | 2024.04.30 22:25:15.111671 [ 3 ] {} <Debug> HTTP-Session: 7fb0a0da-f42b-4d09-b3d6-b96de59d2b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2927 | 2024.04.30 22:25:20.103088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2928 | 2024.04.30 22:25:20.103282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2929 | 2024.04.30 22:25:20.103329 [ 3 ] {} <Debug> HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2930 | 2024.04.30 22:25:20.103371 [ 3 ] {} <Debug> HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2931 | 2024.04.30 22:25:20.103399 [ 3 ] {} <Debug> HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2932 | 2024.04.30 22:25:20.103482 [ 3 ] {} <Trace> HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2933 | 2024.04.30 22:25:20.103781 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2934 | 2024.04.30 22:25:20.103890 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2935 | 2024.04.30 22:25:20.104093 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2936 | 2024.04.30 22:25:20.104534 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2024.04.30 22:25:20.104580 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2938 | 2024.04.30 22:25:20.104958 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2939 | 2024.04.30 22:25:20.105305 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2024.04.30 22:25:20.105476 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001783 sec., 8412.787436904095 rows/sec., 681.90 KiB/sec. | ||
| 2941 | 2024.04.30 22:25:20.105487 [ 103 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 2942 | 2024.04.30 22:25:20.105586 [ 103 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2943 | 2024.04.30 22:25:20.105643 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2944 | 2024.04.30 22:25:20.105800 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2945 | 2024.04.30 22:25:20.105886 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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 | ||
| 2946 | 2024.04.30 22:25:20.105896 [ 3 ] {84b683fd-a05e-4155-ba25-42c89d0189b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2947 | 2024.04.30 22:25:20.106007 [ 3 ] {} <Debug> HTTP-Session: fba13077-38a9-476a-b21e-9ace0d3ea881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2948 | 2024.04.30 22:25:20.106161 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2949 | 2024.04.30 22:25:20.106214 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 31 rows starting from the beginning of the part | ||
| 2950 | 2024.04.30 22:25:20.106224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2951 | 2024.04.30 22:25:20.106348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2952 | 2024.04.30 22:25:20.106436 [ 3 ] {} <Debug> HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2953 | 2024.04.30 22:25:20.106508 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part | ||
| 2954 | 2024.04.30 22:25:20.106525 [ 3 ] {} <Debug> HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2955 | 2024.04.30 22:25:20.106588 [ 3 ] {} <Debug> HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2956 | 2024.04.30 22:25:20.106711 [ 3 ] {} <Trace> HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2957 | 2024.04.30 22:25:20.106822 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 2958 | 2024.04.30 22:25:20.107097 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2959 | 2024.04.30 22:25:20.107101 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part | ||
| 2960 | 2024.04.30 22:25:20.107205 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2961 | 2024.04.30 22:25:20.107421 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
| 2962 | 2024.04.30 22:25:20.107734 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part | ||
| 2963 | 2024.04.30 22:25:20.108325 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2964 | 2024.04.30 22:25:20.109149 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2024.04.30 22:25:20.109236 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2966 | 2024.04.30 22:25:20.110105 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2967 | 2024.04.30 22:25:20.110641 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004907343 sec., 22007.836012277927 rows/sec., 1.74 MiB/sec. | ||
| 2968 | 2024.04.30 22:25:20.110851 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 2969 | 2024.04.30 22:25:20.111015 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.04.30 22:25:20.111379 [ 121 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2971 | 2024.04.30 22:25:20.111496 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.004526 sec., 9942.554131683606 rows/sec., 886.80 KiB/sec. | ||
| 2972 | 2024.04.30 22:25:20.111511 [ 121 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2024.04.30 22:25:20.111614 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2974 | 2024.04.30 22:25:20.112082 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2024.04.30 22:25:20.112191 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 2976 | 2024.04.30 22:25:20.112206 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2977 | 2024.04.30 22:25:20.112350 [ 3 ] {715eba6e-d800-4ea0-a30b-603f99348ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2978 | 2024.04.30 22:25:20.112486 [ 3 ] {} <Debug> HTTP-Session: 444f839c-0414-44a8-9038-078a25fd6831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2979 | 2024.04.30 22:25:20.112567 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_20_4} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 2980 | 2024.04.30 22:25:20.112935 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2981 | 2024.04.30 22:25:20.112942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2982 | 2024.04.30 22:25:20.113037 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2983 | 2024.04.30 22:25:20.113089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2984 | 2024.04.30 22:25:20.113091 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 140 rows starting from the beginning of the part | ||
| 2985 | 2024.04.30 22:25:20.113114 [ 3 ] {} <Debug> HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 2986 | 2024.04.30 22:25:20.113137 [ 3 ] {} <Debug> HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2987 | 2024.04.30 22:25:20.113180 [ 3 ] {} <Debug> HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2988 | 2024.04.30 22:25:20.113222 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 45 rows starting from the beginning of the part | ||
| 2989 | 2024.04.30 22:25:20.113265 [ 3 ] {} <Trace> HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2990 | 2024.04.30 22:25:20.113354 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part | ||
| 2991 | 2024.04.30 22:25:20.113508 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 55 rows starting from the beginning of the part | ||
| 2992 | 2024.04.30 22:25:20.113515 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2993 | 2024.04.30 22:25:20.113606 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2994 | 2024.04.30 22:25:20.113619 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
| 2995 | 2024.04.30 22:25:20.114042 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 45 rows starting from the beginning of the part | ||
| 2996 | 2024.04.30 22:25:20.114487 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2997 | 2024.04.30 22:25:20.115058 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2998 | 2024.04.30 22:25:20.115109 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 2999 | 2024.04.30 22:25:20.115587 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3000 | 2024.04.30 22:25:20.115739 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 383 rows, containing 4 columns (4 merged, 0 gathered) in 0.00392932 sec., 97472.33618030601 rows/sec., 8.43 MiB/sec. | ||
| 3001 | 2024.04.30 22:25:20.116103 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3002 | 2024.04.30 22:25:20.116118 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2024.04.30 22:25:20.116423 [ 121 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3004 | 2024.04.30 22:25:20.116490 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.003064 sec., 4895.5613577023505 rows/sec., 392.03 KiB/sec. | ||
| 3005 | 2024.04.30 22:25:20.116519 [ 121 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3006 | 2024.04.30 22:25:20.116622 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3007 | 2024.04.30 22:25:20.117175 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 3008 | 2024.04.30 22:25:20.117291 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Debug> DynamicQueryHandler: Done processing query | ||
| 3009 | 2024.04.30 22:25:20.117334 [ 3 ] {e8c54d0e-8b0a-42ed-a9c7-f254e3682e41} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3010 | 2024.04.30 22:25:20.117398 [ 3 ] {} <Debug> HTTP-Session: 4404a809-fced-4895-892e-1b66a6e9c999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3011 | 2024.04.30 22:25:20.117525 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3012 | 2024.04.30 22:25:20.117572 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 92 rows starting from the beginning of the part | ||
| 3013 | 2024.04.30 22:25:20.117643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3014 | 2024.04.30 22:25:20.117693 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3015 | 2024.04.30 22:25:20.117888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3016 | 2024.04.30 22:25:20.117936 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 15 rows starting from the beginning of the part | ||
| 3017 | 2024.04.30 22:25:20.118067 [ 3 ] {} <Debug> HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3018 | 2024.04.30 22:25:20.118169 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_21_4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3019 | 2024.04.30 22:25:20.118191 [ 3 ] {} <Debug> HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3020 | 2024.04.30 22:25:20.118278 [ 3 ] {} <Debug> HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3021 | 2024.04.30 22:25:20.118346 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 3022 | 2024.04.30 22:25:20.118492 [ 3 ] {} <Trace> HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3023 | 2024.04.30 22:25:20.118716 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3024 | 2024.04.30 22:25:20.118827 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 29 rows starting from the beginning of the part | ||
| 3025 | 2024.04.30 22:25:20.119065 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 3026 | 2024.04.30 22:25:20.119101 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3027 | 2024.04.30 22:25:20.119324 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3028 | 2024.04.30 22:25:20.119344 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 15 rows starting from the beginning of the part | ||
| 3029 | 2024.04.30 22:25:20.120096 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3030 | 2024.04.30 22:25:20.120765 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3031 | 2024.04.30 22:25:20.120812 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3032 | 2024.04.30 22:25:20.121157 [ 200 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 4 columns (4 merged, 0 gathered) in 0.004377771 sec., 42715.80217421149 rows/sec., 3.37 MiB/sec. | ||
| 3033 | 2024.04.30 22:25:20.121408 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3034 | 2024.04.30 22:25:20.121469 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3035 | 2024.04.30 22:25:20.122643 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3036 | 2024.04.30 22:25:20.122681 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2024.04.30 22:25:20.122822 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_21_4} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3038 | 2024.04.30 22:25:20.123006 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00417 sec., 3597.122302158273 rows/sec., 4.85 MiB/sec. | ||
| 3039 | 2024.04.30 22:25:20.123038 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3040 | 2024.04.30 22:25:20.123292 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Debug> DynamicQueryHandler: Done processing query | ||
| 3041 | 2024.04.30 22:25:20.123323 [ 3 ] {5e113005-7ac4-47e6-8c98-b0894b0eac91} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3042 | 2024.04.30 22:25:20.123339 [ 3 ] {} <Debug> HTTP-Session: 74074c8d-4a52-48a3-b8b5-793c91ea16f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3043 | 2024.04.30 22:25:23.774059 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3044 | 2024.04.30 22:25:23.774136 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3045 | 2024.04.30 22:25:25.103872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3046 | 2024.04.30 22:25:25.104046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3047 | 2024.04.30 22:25:25.104090 [ 3 ] {} <Debug> HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3048 | 2024.04.30 22:25:25.104132 [ 3 ] {} <Debug> HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3049 | 2024.04.30 22:25:25.104160 [ 3 ] {} <Debug> HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3050 | 2024.04.30 22:25:25.104244 [ 3 ] {} <Trace> HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2024.04.30 22:25:25.104543 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3052 | 2024.04.30 22:25:25.104651 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3053 | 2024.04.30 22:25:25.104961 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3054 | 2024.04.30 22:25:25.105388 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2024.04.30 22:25:25.105432 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3056 | 2024.04.30 22:25:25.105804 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3057 | 2024.04.30 22:25:25.106149 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2024.04.30 22:25:25.106323 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001873 sec., 8542.445274959957 rows/sec., 692.41 KiB/sec. | ||
| 3059 | 2024.04.30 22:25:25.106528 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Debug> DynamicQueryHandler: Done processing query | ||
| 3060 | 2024.04.30 22:25:25.106555 [ 3 ] {c3ed40bb-c17c-4dd4-8e73-db102b20f639} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3061 | 2024.04.30 22:25:25.106571 [ 3 ] {} <Debug> HTTP-Session: bd10a4d5-2e1e-4d11-94e9-43b405ffe6d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3062 | 2024.04.30 22:25:25.106696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3063 | 2024.04.30 22:25:25.106749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3064 | 2024.04.30 22:25:25.106768 [ 3 ] {} <Debug> HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3065 | 2024.04.30 22:25:25.106786 [ 3 ] {} <Debug> HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3066 | 2024.04.30 22:25:25.106800 [ 3 ] {} <Debug> HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3067 | 2024.04.30 22:25:25.106835 [ 3 ] {} <Trace> HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3068 | 2024.04.30 22:25:25.106936 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3069 | 2024.04.30 22:25:25.106980 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3070 | 2024.04.30 22:25:25.107113 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3071 | 2024.04.30 22:25:25.107415 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3072 | 2024.04.30 22:25:25.107452 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3073 | 2024.04.30 22:25:25.107755 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3074 | 2024.04.30 22:25:25.108095 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3075 | 2024.04.30 22:25:25.108268 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001342 sec., 1490.3129657228017 rows/sec., 121.52 KiB/sec. | ||
| 3076 | 2024.04.30 22:25:25.108570 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 3077 | 2024.04.30 22:25:25.108595 [ 3 ] {1c8b8e3d-5d1a-4f62-bbb0-04f70b0f50ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3078 | 2024.04.30 22:25:25.108611 [ 3 ] {} <Debug> HTTP-Session: 40e9ac31-7208-4881-ad0a-f49a2863668e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3079 | 2024.04.30 22:25:25.108744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3080 | 2024.04.30 22:25:25.108794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3081 | 2024.04.30 22:25:25.108814 [ 3 ] {} <Debug> HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3082 | 2024.04.30 22:25:25.108830 [ 3 ] {} <Debug> HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3083 | 2024.04.30 22:25:25.108844 [ 3 ] {} <Debug> HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3084 | 2024.04.30 22:25:25.108877 [ 3 ] {} <Trace> HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2024.04.30 22:25:25.108999 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3086 | 2024.04.30 22:25:25.109043 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3087 | 2024.04.30 22:25:25.109188 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3088 | 2024.04.30 22:25:25.109520 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2024.04.30 22:25:25.109556 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3090 | 2024.04.30 22:25:25.109872 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3091 | 2024.04.30 22:25:25.110186 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3092 | 2024.04.30 22:25:25.110342 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Debug> executeQuery: Read 85 rows, 7.23 KiB in 0.001388 sec., 61239.19308357349 rows/sec., 5.09 MiB/sec. | ||
| 3093 | 2024.04.30 22:25:25.110520 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3094 | 2024.04.30 22:25:25.110548 [ 3 ] {4c46e239-4564-46de-9674-18ce51f68ecb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3095 | 2024.04.30 22:25:25.110564 [ 3 ] {} <Debug> HTTP-Session: ec4dd4a1-f709-45bc-bb10-885688de45e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3096 | 2024.04.30 22:25:25.110713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3097 | 2024.04.30 22:25:25.110761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3098 | 2024.04.30 22:25:25.110781 [ 3 ] {} <Debug> HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3099 | 2024.04.30 22:25:25.110797 [ 3 ] {} <Debug> HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3100 | 2024.04.30 22:25:25.110811 [ 3 ] {} <Debug> HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3101 | 2024.04.30 22:25:25.110843 [ 3 ] {} <Trace> HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3102 | 2024.04.30 22:25:25.110942 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3103 | 2024.04.30 22:25:25.110985 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3104 | 2024.04.30 22:25:25.111117 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3105 | 2024.04.30 22:25:25.111411 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2024.04.30 22:25:25.111448 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3107 | 2024.04.30 22:25:25.111757 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3108 | 2024.04.30 22:25:25.112082 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2024.04.30 22:25:25.112254 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001318 sec., 1517.4506828528074 rows/sec., 105.95 KiB/sec. | ||
| 3110 | 2024.04.30 22:25:25.112452 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3111 | 2024.04.30 22:25:25.112477 [ 3 ] {ec01e99e-767f-42e6-b340-25b56d6e596c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3112 | 2024.04.30 22:25:25.112492 [ 3 ] {} <Debug> HTTP-Session: 5f766550-7f5e-4f5c-86b0-a58210be745f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3113 | 2024.04.30 22:25:25.112615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3114 | 2024.04.30 22:25:25.112662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3115 | 2024.04.30 22:25:25.112681 [ 3 ] {} <Debug> HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3116 | 2024.04.30 22:25:25.112697 [ 3 ] {} <Debug> HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3117 | 2024.04.30 22:25:25.112711 [ 3 ] {} <Debug> HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3118 | 2024.04.30 22:25:25.112741 [ 3 ] {} <Trace> HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3119 | 2024.04.30 22:25:25.112845 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3120 | 2024.04.30 22:25:25.112887 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3121 | 2024.04.30 22:25:25.113012 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3122 | 2024.04.30 22:25:25.113306 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3123 | 2024.04.30 22:25:25.113343 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3124 | 2024.04.30 22:25:25.113643 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3125 | 2024.04.30 22:25:25.113977 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3126 | 2024.04.30 22:25:25.114113 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Debug> executeQuery: Read 42 rows, 3.34 KiB in 0.001301 sec., 32282.85933897002 rows/sec., 2.51 MiB/sec. | ||
| 3127 | 2024.04.30 22:25:25.114291 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3128 | 2024.04.30 22:25:25.114316 [ 3 ] {6b9c36fb-1634-4048-978b-be9a0f4766a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3129 | 2024.04.30 22:25:25.114332 [ 3 ] {} <Debug> HTTP-Session: cc9f48b7-a199-437b-9bc7-58a6aa631bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3130 | 2024.04.30 22:25:25.114474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3131 | 2024.04.30 22:25:25.114521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3132 | 2024.04.30 22:25:25.114540 [ 3 ] {} <Debug> HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3133 | 2024.04.30 22:25:25.114556 [ 3 ] {} <Debug> HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3134 | 2024.04.30 22:25:25.114570 [ 3 ] {} <Debug> HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3135 | 2024.04.30 22:25:25.114600 [ 3 ] {} <Trace> HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2024.04.30 22:25:25.114705 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3137 | 2024.04.30 22:25:25.114751 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3138 | 2024.04.30 22:25:25.114899 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3139 | 2024.04.30 22:25:25.115175 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3140 | 2024.04.30 22:25:25.115212 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3141 | 2024.04.30 22:25:25.115579 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3142 | 2024.04.30 22:25:25.115915 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3143 | 2024.04.30 22:25:25.116077 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001398 sec., 26466.380543633764 rows/sec., 1.87 MiB/sec. | ||
| 3144 | 2024.04.30 22:25:25.116232 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3145 | 2024.04.30 22:25:25.116255 [ 3 ] {7b44c93b-67c9-4a1b-a052-94f44892769a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3146 | 2024.04.30 22:25:25.116271 [ 3 ] {} <Debug> HTTP-Session: 7a88cc30-ac0a-491c-9501-dbebce7c2f6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3147 | 2024.04.30 22:25:25.116435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3148 | 2024.04.30 22:25:25.116481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3149 | 2024.04.30 22:25:25.116501 [ 3 ] {} <Debug> HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3150 | 2024.04.30 22:25:25.116518 [ 3 ] {} <Debug> HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3151 | 2024.04.30 22:25:25.116532 [ 3 ] {} <Debug> HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3152 | 2024.04.30 22:25:25.116562 [ 3 ] {} <Trace> HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3153 | 2024.04.30 22:25:25.116745 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3154 | 2024.04.30 22:25:25.116792 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3155 | 2024.04.30 22:25:25.116976 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3156 | 2024.04.30 22:25:25.117366 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2024.04.30 22:25:25.117403 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3158 | 2024.04.30 22:25:25.117801 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3159 | 2024.04.30 22:25:25.118141 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2024.04.30 22:25:25.118296 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001648 sec., 9708.73786407767 rows/sec., 13.10 MiB/sec. | ||
| 3161 | 2024.04.30 22:25:25.118309 [ 129 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3162 | 2024.04.30 22:25:25.118422 [ 129 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3163 | 2024.04.30 22:25:25.118463 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3164 | 2024.04.30 22:25:25.118548 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3165 | 2024.04.30 22:25:25.118612 [ 3 ] {f3b45aea-2260-4c03-bbd1-67036776c1fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3166 | 2024.04.30 22:25:25.118644 [ 3 ] {} <Debug> HTTP-Session: b183ee09-6e5d-43b3-a9c2-ca9a2e7c1f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3167 | 2024.04.30 22:25:25.118657 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 3168 | 2024.04.30 22:25:25.118853 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3169 | 2024.04.30 22:25:25.118891 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 245 rows starting from the beginning of the part | ||
| 3170 | 2024.04.30 22:25:25.118989 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 3171 | 2024.04.30 22:25:25.119235 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part | ||
| 3172 | 2024.04.30 22:25:25.119392 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
| 3173 | 2024.04.30 22:25:25.119518 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part | ||
| 3174 | 2024.04.30 22:25:25.119613 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
| 3175 | 2024.04.30 22:25:25.121698 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 323 rows, containing 6 columns (6 merged, 0 gathered) in 0.00316095 sec., 102184.469858745 rows/sec., 137.89 MiB/sec. | ||
| 3176 | 2024.04.30 22:25:25.122131 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3177 | 2024.04.30 22:25:25.122711 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3178 | 2024.04.30 22:25:25.122818 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3179 | 2024.04.30 22:25:25.122928 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
| 3180 | 2024.04.30 22:25:30.102550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3181 | 2024.04.30 22:25:30.102691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3182 | 2024.04.30 22:25:30.102722 [ 3 ] {} <Debug> HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3183 | 2024.04.30 22:25:30.102750 [ 3 ] {} <Debug> HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3184 | 2024.04.30 22:25:30.102768 [ 3 ] {} <Debug> HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3185 | 2024.04.30 22:25:30.102824 [ 3 ] {} <Trace> HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2024.04.30 22:25:30.103021 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3187 | 2024.04.30 22:25:30.103090 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3188 | 2024.04.30 22:25:30.103281 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3189 | 2024.04.30 22:25:30.103640 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3190 | 2024.04.30 22:25:30.103686 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3191 | 2024.04.30 22:25:30.104082 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3192 | 2024.04.30 22:25:30.104418 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3193 | 2024.04.30 22:25:30.104571 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001608 sec., 9328.358208955224 rows/sec., 756.11 KiB/sec. | ||
| 3194 | 2024.04.30 22:25:30.104780 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3195 | 2024.04.30 22:25:30.104807 [ 3 ] {e7b5f75e-55a9-4eb6-8dec-cd27ffcb842b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3196 | 2024.04.30 22:25:30.104823 [ 3 ] {} <Debug> HTTP-Session: 3fcf9784-81c1-478f-b4d5-a6b0fa74c6d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3197 | 2024.04.30 22:25:30.104957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3198 | 2024.04.30 22:25:30.105014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3199 | 2024.04.30 22:25:30.105034 [ 3 ] {} <Debug> HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3200 | 2024.04.30 22:25:30.105052 [ 3 ] {} <Debug> HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3201 | 2024.04.30 22:25:30.105066 [ 3 ] {} <Debug> HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3202 | 2024.04.30 22:25:30.105102 [ 3 ] {} <Trace> HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3203 | 2024.04.30 22:25:30.105217 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3204 | 2024.04.30 22:25:30.105263 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3205 | 2024.04.30 22:25:30.105391 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3206 | 2024.04.30 22:25:30.105675 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3207 | 2024.04.30 22:25:30.105712 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3208 | 2024.04.30 22:25:30.106020 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3209 | 2024.04.30 22:25:30.106349 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3210 | 2024.04.30 22:25:30.106476 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001297 sec., 34695.45104086353 rows/sec., 3.02 MiB/sec. | ||
| 3211 | 2024.04.30 22:25:30.106659 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Debug> DynamicQueryHandler: Done processing query | ||
| 3212 | 2024.04.30 22:25:30.106683 [ 3 ] {2c563902-23b5-4654-bb7f-2dc79005c167} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3213 | 2024.04.30 22:25:30.106699 [ 3 ] {} <Debug> HTTP-Session: c39607a6-1307-4c21-bd08-fc57313f666f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3214 | 2024.04.30 22:25:30.106817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3215 | 2024.04.30 22:25:30.106865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3216 | 2024.04.30 22:25:30.106885 [ 3 ] {} <Debug> HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3217 | 2024.04.30 22:25:30.106902 [ 3 ] {} <Debug> HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3218 | 2024.04.30 22:25:30.106915 [ 3 ] {} <Debug> HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3219 | 2024.04.30 22:25:30.106946 [ 3 ] {} <Trace> HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2024.04.30 22:25:30.107043 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3221 | 2024.04.30 22:25:30.107086 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3222 | 2024.04.30 22:25:30.107216 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3223 | 2024.04.30 22:25:30.107497 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2024.04.30 22:25:30.107534 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3225 | 2024.04.30 22:25:30.107831 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3226 | 2024.04.30 22:25:30.108138 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3227 | 2024.04.30 22:25:30.108302 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001274 sec., 11773.940345368917 rows/sec., 942.84 KiB/sec. | ||
| 3228 | 2024.04.30 22:25:30.108568 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3229 | 2024.04.30 22:25:30.108599 [ 3 ] {34644cc3-2442-4c62-bd61-98baa8fa8ffa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3230 | 2024.04.30 22:25:30.108615 [ 3 ] {} <Debug> HTTP-Session: 4ef27f4e-a07f-4855-a6ef-f77120f22e15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3231 | 2024.04.30 22:25:30.108764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3232 | 2024.04.30 22:25:30.108811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3233 | 2024.04.30 22:25:30.108831 [ 3 ] {} <Debug> HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3234 | 2024.04.30 22:25:30.108847 [ 3 ] {} <Debug> HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3235 | 2024.04.30 22:25:30.108860 [ 3 ] {} <Debug> HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3236 | 2024.04.30 22:25:30.108890 [ 3 ] {} <Trace> HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3237 | 2024.04.30 22:25:30.109063 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3238 | 2024.04.30 22:25:30.109111 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3239 | 2024.04.30 22:25:30.109296 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3240 | 2024.04.30 22:25:30.109651 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2024.04.30 22:25:30.109686 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 3242 | 2024.04.30 22:25:30.110130 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3243 | 2024.04.30 22:25:30.110476 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2024.04.30 22:25:30.110644 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001671 sec., 8976.660682226213 rows/sec., 12.11 MiB/sec. | ||
| 3245 | 2024.04.30 22:25:30.110957 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3246 | 2024.04.30 22:25:30.110982 [ 3 ] {47e72614-6c2f-4638-b581-affbe300520e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3247 | 2024.04.30 22:25:30.110998 [ 3 ] {} <Debug> HTTP-Session: 634ba1d8-f753-4fab-8ef5-b84d5d7dcd38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3248 | 2024.04.30 22:25:35.102412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3249 | 2024.04.30 22:25:35.102553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3250 | 2024.04.30 22:25:35.102584 [ 3 ] {} <Debug> HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3251 | 2024.04.30 22:25:35.102612 [ 3 ] {} <Debug> HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3252 | 2024.04.30 22:25:35.102630 [ 3 ] {} <Debug> HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3253 | 2024.04.30 22:25:35.102688 [ 3 ] {} <Trace> HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3254 | 2024.04.30 22:25:35.102900 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3255 | 2024.04.30 22:25:35.102978 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3256 | 2024.04.30 22:25:35.103183 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3257 | 2024.04.30 22:25:35.103558 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3258 | 2024.04.30 22:25:35.103604 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3259 | 2024.04.30 22:25:35.103983 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3260 | 2024.04.30 22:25:35.104331 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3261 | 2024.04.30 22:25:35.104478 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001642 sec., 9744.2143727162 rows/sec., 789.81 KiB/sec. | ||
| 3262 | 2024.04.30 22:25:35.104671 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Debug> DynamicQueryHandler: Done processing query | ||
| 3263 | 2024.04.30 22:25:35.104699 [ 3 ] {1105aed6-8b8b-494e-9b10-c11d7f0500be} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3264 | 2024.04.30 22:25:35.104716 [ 3 ] {} <Debug> HTTP-Session: e5a2ea9a-3b5e-4087-bac7-defe31a88cc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3265 | 2024.04.30 22:25:35.104845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3266 | 2024.04.30 22:25:35.104899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3267 | 2024.04.30 22:25:35.104919 [ 3 ] {} <Debug> HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3268 | 2024.04.30 22:25:35.104937 [ 3 ] {} <Debug> HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3269 | 2024.04.30 22:25:35.104951 [ 3 ] {} <Debug> HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3270 | 2024.04.30 22:25:35.104986 [ 3 ] {} <Trace> HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3271 | 2024.04.30 22:25:35.105102 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3272 | 2024.04.30 22:25:35.105148 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3273 | 2024.04.30 22:25:35.105278 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3274 | 2024.04.30 22:25:35.105564 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2024.04.30 22:25:35.105600 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3276 | 2024.04.30 22:25:35.105909 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3277 | 2024.04.30 22:25:35.106220 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3278 | 2024.04.30 22:25:35.106343 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.00128 sec., 37500 rows/sec., 3.35 MiB/sec. | ||
| 3279 | 2024.04.30 22:25:35.106490 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Debug> DynamicQueryHandler: Done processing query | ||
| 3280 | 2024.04.30 22:25:35.106516 [ 3 ] {f19ff598-e86d-459f-92e6-9c4758f9bc11} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3281 | 2024.04.30 22:25:35.106531 [ 3 ] {} <Debug> HTTP-Session: 927f99b5-1c0a-4cc1-820b-77ee562a936e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3282 | 2024.04.30 22:25:35.106645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3283 | 2024.04.30 22:25:35.106692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3284 | 2024.04.30 22:25:35.106711 [ 3 ] {} <Debug> HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3285 | 2024.04.30 22:25:35.106727 [ 3 ] {} <Debug> HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3286 | 2024.04.30 22:25:35.106740 [ 3 ] {} <Debug> HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3287 | 2024.04.30 22:25:35.106771 [ 3 ] {} <Trace> HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3288 | 2024.04.30 22:25:35.106871 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3289 | 2024.04.30 22:25:35.106914 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3290 | 2024.04.30 22:25:35.107038 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3291 | 2024.04.30 22:25:35.107380 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2024.04.30 22:25:35.107417 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3293 | 2024.04.30 22:25:35.107723 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3294 | 2024.04.30 22:25:35.108031 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2024.04.30 22:25:35.108160 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001317 sec., 12148.823082763856 rows/sec., 972.85 KiB/sec. | ||
| 3296 | 2024.04.30 22:25:35.108318 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Debug> DynamicQueryHandler: Done processing query | ||
| 3297 | 2024.04.30 22:25:35.108343 [ 3 ] {ab5b9164-3f11-4ee9-b299-3bc2c51d5029} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3298 | 2024.04.30 22:25:35.108359 [ 3 ] {} <Debug> HTTP-Session: daa9ed7d-bd78-45ce-a68c-fb14a8f30cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3299 | 2024.04.30 22:25:35.108534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3300 | 2024.04.30 22:25:35.108582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3301 | 2024.04.30 22:25:35.108601 [ 3 ] {} <Debug> HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3302 | 2024.04.30 22:25:35.108618 [ 3 ] {} <Debug> HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3303 | 2024.04.30 22:25:35.108631 [ 3 ] {} <Debug> HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3304 | 2024.04.30 22:25:35.108662 [ 3 ] {} <Trace> HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3305 | 2024.04.30 22:25:35.108845 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3306 | 2024.04.30 22:25:35.108895 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3307 | 2024.04.30 22:25:35.109050 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3308 | 2024.04.30 22:25:35.109404 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3309 | 2024.04.30 22:25:35.109438 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3310 | 2024.04.30 22:25:35.109832 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3311 | 2024.04.30 22:25:35.110176 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3312 | 2024.04.30 22:25:35.110305 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001567 sec., 10210.593490746649 rows/sec., 13.78 MiB/sec. | ||
| 3313 | 2024.04.30 22:25:35.110568 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3314 | 2024.04.30 22:25:35.110609 [ 3 ] {c9aacc59-4ec9-4c66-a482-f168e6208a5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3315 | 2024.04.30 22:25:35.110634 [ 3 ] {} <Debug> HTTP-Session: 66262d83-5492-470b-8af2-c4da2653cf8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3316 | 2024.04.30 22:25:36.594276 [ 44 ] {} <Debug> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3317 | 2024.04.30 22:25:36.594342 [ 44 ] {} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3318 | 2024.04.30 22:25:36.594364 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3319 | 2024.04.30 22:25:36.594576 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::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 | ||
| 3320 | 2024.04.30 22:25:36.594754 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3321 | 2024.04.30 22:25:36.594792 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::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 | ||
| 3322 | 2024.04.30 22:25:36.594869 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 3323 | 2024.04.30 22:25:36.595086 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::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 | ||
| 3324 | 2024.04.30 22:25:36.595298 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3325 | 2024.04.30 22:25:36.595435 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 3326 | 2024.04.30 22:25:36.596434 [ 195 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00199114 sec., 18080.094820052833 rows/sec., 1.48 MiB/sec. | ||
| 3327 | 2024.04.30 22:25:36.596595 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3328 | 2024.04.30 22:25:36.596967 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3329 | 2024.04.30 22:25:36.597048 [ 198 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_5_1} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3330 | 2024.04.30 22:25:36.597128 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3331 | 2024.04.30 22:25:37.451068 [ 44 ] {} <Debug> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3332 | 2024.04.30 22:25:37.451175 [ 44 ] {} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2024.04.30 22:25:37.451223 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3334 | 2024.04.30 22:25:37.451560 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::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 | ||
| 3335 | 2024.04.30 22:25:37.451741 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3336 | 2024.04.30 22:25:37.451780 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::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 | ||
| 3337 | 2024.04.30 22:25:37.451900 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 3338 | 2024.04.30 22:25:37.452112 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::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 | ||
| 3339 | 2024.04.30 22:25:37.452273 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3340 | 2024.04.30 22:25:37.452444 [ 192 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 3341 | 2024.04.30 22:25:37.453475 [ 198 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002122804 sec., 16958.70179253478 rows/sec., 1.19 MiB/sec. | ||
| 3342 | 2024.04.30 22:25:37.453702 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3343 | 2024.04.30 22:25:37.454193 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3344 | 2024.04.30 22:25:37.454280 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_5_1} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3345 | 2024.04.30 22:25:37.454376 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3346 | 2024.04.30 22:25:38.774175 [ 18 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3347 | 2024.04.30 22:25:38.774250 [ 18 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3348 | 2024.04.30 22:25:40.102484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3349 | 2024.04.30 22:25:40.102656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3350 | 2024.04.30 22:25:40.102703 [ 3 ] {} <Debug> HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3351 | 2024.04.30 22:25:40.102744 [ 3 ] {} <Debug> HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3352 | 2024.04.30 22:25:40.102773 [ 3 ] {} <Debug> HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3353 | 2024.04.30 22:25:40.102854 [ 3 ] {} <Trace> HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3354 | 2024.04.30 22:25:40.103147 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3355 | 2024.04.30 22:25:40.103257 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3356 | 2024.04.30 22:25:40.103449 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3357 | 2024.04.30 22:25:40.103877 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2024.04.30 22:25:40.103925 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3359 | 2024.04.30 22:25:40.104305 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3360 | 2024.04.30 22:25:40.104640 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2024.04.30 22:25:40.104793 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001742 sec., 8610.792192881745 rows/sec., 697.95 KiB/sec. | ||
| 3362 | 2024.04.30 22:25:40.105028 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3363 | 2024.04.30 22:25:40.105055 [ 3 ] {3e088487-7067-42ad-bf04-f939a09e6a2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3364 | 2024.04.30 22:25:40.105072 [ 3 ] {} <Debug> HTTP-Session: b3b9cb8f-8a62-48f2-b2b1-8d7b6f5123da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3365 | 2024.04.30 22:25:40.105255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3366 | 2024.04.30 22:25:40.105308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3367 | 2024.04.30 22:25:40.105328 [ 3 ] {} <Debug> HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3368 | 2024.04.30 22:25:40.105346 [ 3 ] {} <Debug> HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3369 | 2024.04.30 22:25:40.105359 [ 3 ] {} <Debug> HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3370 | 2024.04.30 22:25:40.105394 [ 3 ] {} <Trace> HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3371 | 2024.04.30 22:25:40.105510 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3372 | 2024.04.30 22:25:40.105555 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3373 | 2024.04.30 22:25:40.105691 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3374 | 2024.04.30 22:25:40.106003 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2024.04.30 22:25:40.106040 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3376 | 2024.04.30 22:25:40.106347 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3377 | 2024.04.30 22:25:40.106659 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2024.04.30 22:25:40.106827 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001345 sec., 33457.249070631966 rows/sec., 2.91 MiB/sec. | ||
| 3379 | 2024.04.30 22:25:40.106987 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3380 | 2024.04.30 22:25:40.107011 [ 3 ] {ca351e7b-5f3e-40d9-9e1f-08becff8aef8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3381 | 2024.04.30 22:25:40.107027 [ 3 ] {} <Debug> HTTP-Session: 4add8f48-7750-4f02-bcf0-bf6aa1509ebe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3382 | 2024.04.30 22:25:40.107181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3383 | 2024.04.30 22:25:40.107228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3384 | 2024.04.30 22:25:40.107246 [ 3 ] {} <Debug> HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3385 | 2024.04.30 22:25:40.107263 [ 3 ] {} <Debug> HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3386 | 2024.04.30 22:25:40.107276 [ 3 ] {} <Debug> HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3387 | 2024.04.30 22:25:40.107308 [ 3 ] {} <Trace> HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3388 | 2024.04.30 22:25:40.107411 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3389 | 2024.04.30 22:25:40.107454 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3390 | 2024.04.30 22:25:40.107579 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3391 | 2024.04.30 22:25:40.107850 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2024.04.30 22:25:40.107886 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3393 | 2024.04.30 22:25:40.108201 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3394 | 2024.04.30 22:25:40.108507 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2024.04.30 22:25:40.108666 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001275 sec., 11764.70588235294 rows/sec., 942.10 KiB/sec. | ||
| 3396 | 2024.04.30 22:25:40.108951 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3397 | 2024.04.30 22:25:40.108978 [ 3 ] {264a30ee-c99d-452f-a1d0-1706d137d2d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3398 | 2024.04.30 22:25:40.108993 [ 3 ] {} <Debug> HTTP-Session: 7fcc158a-ff37-46ad-a30a-4c56f44286aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3399 | 2024.04.30 22:25:40.109118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3400 | 2024.04.30 22:25:40.109167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3401 | 2024.04.30 22:25:40.109185 [ 3 ] {} <Debug> HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3402 | 2024.04.30 22:25:40.109201 [ 3 ] {} <Debug> HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3403 | 2024.04.30 22:25:40.109214 [ 3 ] {} <Debug> HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3404 | 2024.04.30 22:25:40.109247 [ 3 ] {} <Trace> HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3405 | 2024.04.30 22:25:40.109419 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3406 | 2024.04.30 22:25:40.109467 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3407 | 2024.04.30 22:25:40.109644 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3408 | 2024.04.30 22:25:40.109990 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3409 | 2024.04.30 22:25:40.110026 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3410 | 2024.04.30 22:25:40.110425 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3411 | 2024.04.30 22:25:40.110761 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3412 | 2024.04.30 22:25:40.110916 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001591 sec., 9428.032683846637 rows/sec., 12.72 MiB/sec. | ||
| 3413 | 2024.04.30 22:25:40.111208 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Debug> DynamicQueryHandler: Done processing query | ||
| 3414 | 2024.04.30 22:25:40.111246 [ 3 ] {e9781b7a-8590-4cc6-bbb0-186ff166ff47} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3415 | 2024.04.30 22:25:40.111262 [ 3 ] {} <Debug> HTTP-Session: 7261d3ef-8cdc-4457-8e2e-4db7e6f24c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3416 | 2024.04.30 22:25:45.102793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3417 | 2024.04.30 22:25:45.102990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3418 | 2024.04.30 22:25:45.103036 [ 3 ] {} <Debug> HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3419 | 2024.04.30 22:25:45.103077 [ 3 ] {} <Debug> HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3420 | 2024.04.30 22:25:45.103107 [ 3 ] {} <Debug> HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3421 | 2024.04.30 22:25:45.103186 [ 3 ] {} <Trace> HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3422 | 2024.04.30 22:25:45.103453 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3423 | 2024.04.30 22:25:45.103521 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3424 | 2024.04.30 22:25:45.103719 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3425 | 2024.04.30 22:25:45.104204 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2024.04.30 22:25:45.104251 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3427 | 2024.04.30 22:25:45.104625 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3428 | 2024.04.30 22:25:45.104961 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3429 | 2024.04.30 22:25:45.105124 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00174 sec., 9195.402298850575 rows/sec., 745.33 KiB/sec. | ||
| 3430 | 2024.04.30 22:25:45.105168 [ 38 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 3431 | 2024.04.30 22:25:45.105315 [ 38 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3432 | 2024.04.30 22:25:45.105376 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3433 | 2024.04.30 22:25:45.105447 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3434 | 2024.04.30 22:25:45.105513 [ 3 ] {bdd25359-cc8a-40a0-8229-5ec9b3411fd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3435 | 2024.04.30 22:25:45.105566 [ 3 ] {} <Debug> HTTP-Session: 90106b40-cc98-4fc9-ba6e-6580ea5bb47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3436 | 2024.04.30 22:25:45.105595 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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 | ||
| 3437 | 2024.04.30 22:25:45.105782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3438 | 2024.04.30 22:25:45.105846 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3439 | 2024.04.30 22:25:45.105880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3440 | 2024.04.30 22:25:45.105915 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 31 rows starting from the beginning of the part | ||
| 3441 | 2024.04.30 22:25:45.105925 [ 3 ] {} <Debug> HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3442 | 2024.04.30 22:25:45.105979 [ 3 ] {} <Debug> HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3443 | 2024.04.30 22:25:45.106011 [ 3 ] {} <Debug> HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3444 | 2024.04.30 22:25:45.106135 [ 3 ] {} <Trace> HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3445 | 2024.04.30 22:25:45.106206 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
| 3446 | 2024.04.30 22:25:45.106498 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3447 | 2024.04.30 22:25:45.106515 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part | ||
| 3448 | 2024.04.30 22:25:45.106618 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3449 | 2024.04.30 22:25:45.106790 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 3450 | 2024.04.30 22:25:45.107149 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part | ||
| 3451 | 2024.04.30 22:25:45.107455 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
| 3452 | 2024.04.30 22:25:45.107795 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3453 | 2024.04.30 22:25:45.108756 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2024.04.30 22:25:45.108816 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3455 | 2024.04.30 22:25:45.109713 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3456 | 2024.04.30 22:25:45.110274 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004813022 sec., 22646.894196619087 rows/sec., 1.79 MiB/sec. | ||
| 3457 | 2024.04.30 22:25:45.110455 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 3458 | 2024.04.30 22:25:45.110616 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3459 | 2024.04.30 22:25:45.110862 [ 38 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3460 | 2024.04.30 22:25:45.110991 [ 38 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3461 | 2024.04.30 22:25:45.111057 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.004701 sec., 10210.593490746649 rows/sec., 934.18 KiB/sec. | ||
| 3462 | 2024.04.30 22:25:45.111064 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3463 | 2024.04.30 22:25:45.111603 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 3464 | 2024.04.30 22:25:45.111969 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3465 | 2024.04.30 22:25:45.112126 [ 3 ] {b74af0b5-b317-4e85-adca-80e8934947b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3466 | 2024.04.30 22:25:45.112190 [ 3 ] {} <Debug> HTTP-Session: 999c22be-3790-450d-b980-dd98edeed2ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3467 | 2024.04.30 22:25:45.112188 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3468 | 2024.04.30 22:25:45.112270 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 142 rows starting from the beginning of the part | ||
| 3469 | 2024.04.30 22:25:45.112322 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3470 | 2024.04.30 22:25:45.112528 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 85 rows starting from the beginning of the part | ||
| 3471 | 2024.04.30 22:25:45.112593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3472 | 2024.04.30 22:25:45.112840 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 45 rows starting from the beginning of the part | ||
| 3473 | 2024.04.30 22:25:45.113024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3474 | 2024.04.30 22:25:45.113090 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part | ||
| 3475 | 2024.04.30 22:25:45.113131 [ 3 ] {} <Debug> HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3476 | 2024.04.30 22:25:45.113157 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_25_5} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 3477 | 2024.04.30 22:25:45.113240 [ 3 ] {} <Debug> HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3478 | 2024.04.30 22:25:45.113366 [ 3 ] {} <Debug> HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3479 | 2024.04.30 22:25:45.113378 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 45 rows starting from the beginning of the part | ||
| 3480 | 2024.04.30 22:25:45.113628 [ 3 ] {} <Trace> HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3481 | 2024.04.30 22:25:45.113679 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part | ||
| 3482 | 2024.04.30 22:25:45.114212 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3483 | 2024.04.30 22:25:45.114282 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3484 | 2024.04.30 22:25:45.114388 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3485 | 2024.04.30 22:25:45.114803 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3486 | 2024.04.30 22:25:45.115704 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3487 | 2024.04.30 22:25:45.115765 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3488 | 2024.04.30 22:25:45.116548 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3489 | 2024.04.30 22:25:45.116742 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 413 rows, containing 4 columns (4 merged, 0 gathered) in 0.005485819 sec., 75285.02125206828 rows/sec., 6.46 MiB/sec. | ||
| 3490 | 2024.04.30 22:25:45.117107 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3491 | 2024.04.30 22:25:45.117267 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2024.04.30 22:25:45.117515 [ 38 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3493 | 2024.04.30 22:25:45.117615 [ 38 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3494 | 2024.04.30 22:25:45.117635 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.003632 sec., 4405.286343612335 rows/sec., 352.77 KiB/sec. | ||
| 3495 | 2024.04.30 22:25:45.117671 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3496 | 2024.04.30 22:25:45.118278 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 3497 | 2024.04.30 22:25:45.118626 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 3498 | 2024.04.30 22:25:45.118782 [ 3 ] {51221aef-aec6-4509-a3f2-a982e3b213ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3499 | 2024.04.30 22:25:45.118904 [ 3 ] {} <Debug> HTTP-Session: 6548c68d-6c58-47dd-b187-74e95da0258a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3500 | 2024.04.30 22:25:45.119094 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3501 | 2024.04.30 22:25:45.119217 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 96 rows starting from the beginning of the part | ||
| 3502 | 2024.04.30 22:25:45.119239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3503 | 2024.04.30 22:25:45.119298 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3504 | 2024.04.30 22:25:45.119367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3505 | 2024.04.30 22:25:45.119541 [ 3 ] {} <Debug> HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3506 | 2024.04.30 22:25:45.119593 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part | ||
| 3507 | 2024.04.30 22:25:45.119651 [ 3 ] {} <Debug> HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3508 | 2024.04.30 22:25:45.119767 [ 3 ] {} <Debug> HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3509 | 2024.04.30 22:25:45.119947 [ 198 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_26_5} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3510 | 2024.04.30 22:25:45.120019 [ 3 ] {} <Trace> HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3511 | 2024.04.30 22:25:45.120060 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 15 rows starting from the beginning of the part | ||
| 3512 | 2024.04.30 22:25:45.120503 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 3513 | 2024.04.30 22:25:45.120625 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3514 | 2024.04.30 22:25:45.120700 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3515 | 2024.04.30 22:25:45.120938 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 15 rows starting from the beginning of the part | ||
| 3516 | 2024.04.30 22:25:45.120988 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3517 | 2024.04.30 22:25:45.121233 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 3518 | 2024.04.30 22:25:45.122005 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3519 | 2024.04.30 22:25:45.122927 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2024.04.30 22:25:45.122997 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3521 | 2024.04.30 22:25:45.124114 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.006273868 sec., 31878.260747596218 rows/sec., 2.50 MiB/sec. | ||
| 3522 | 2024.04.30 22:25:45.124209 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3523 | 2024.04.30 22:25:45.124440 [ 198 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3524 | 2024.04.30 22:25:45.125105 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3525 | 2024.04.30 22:25:45.125510 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.005147 sec., 3108.606955508063 rows/sec., 4.19 MiB/sec. | ||
| 3526 | 2024.04.30 22:25:45.125772 [ 198 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3527 | 2024.04.30 22:25:45.125885 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3528 | 2024.04.30 22:25:45.125900 [ 198 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_26_5} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3529 | 2024.04.30 22:25:45.125929 [ 3 ] {750385a4-21dc-4796-a469-efaf327392f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3530 | 2024.04.30 22:25:45.125968 [ 3 ] {} <Debug> HTTP-Session: 593b233a-d68c-421d-a021-45ac0339d55a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3531 | 2024.04.30 22:25:45.126088 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3532 | 2024.04.30 22:25:50.102581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3533 | 2024.04.30 22:25:50.102723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3534 | 2024.04.30 22:25:50.102752 [ 3 ] {} <Debug> HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3535 | 2024.04.30 22:25:50.102781 [ 3 ] {} <Debug> HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3536 | 2024.04.30 22:25:50.102798 [ 3 ] {} <Debug> HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3537 | 2024.04.30 22:25:50.102857 [ 3 ] {} <Trace> HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2024.04.30 22:25:50.103066 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3539 | 2024.04.30 22:25:50.103143 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3540 | 2024.04.30 22:25:50.103365 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3541 | 2024.04.30 22:25:50.103816 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3542 | 2024.04.30 22:25:50.103860 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3543 | 2024.04.30 22:25:50.104236 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3544 | 2024.04.30 22:25:50.104574 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3545 | 2024.04.30 22:25:50.104731 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001727 sec., 8685.581933989577 rows/sec., 704.01 KiB/sec. | ||
| 3546 | 2024.04.30 22:25:50.104944 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 3547 | 2024.04.30 22:25:50.104971 [ 3 ] {c13a309a-8ee5-43b2-a3e1-b4608f3ee2dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3548 | 2024.04.30 22:25:50.104988 [ 3 ] {} <Debug> HTTP-Session: f6131e4e-b96f-445d-b945-c7cbc9198f08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3549 | 2024.04.30 22:25:50.105128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3550 | 2024.04.30 22:25:50.105179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3551 | 2024.04.30 22:25:50.105199 [ 3 ] {} <Debug> HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3552 | 2024.04.30 22:25:50.105216 [ 3 ] {} <Debug> HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3553 | 2024.04.30 22:25:50.105230 [ 3 ] {} <Debug> HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3554 | 2024.04.30 22:25:50.105266 [ 3 ] {} <Trace> HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3555 | 2024.04.30 22:25:50.105385 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3556 | 2024.04.30 22:25:50.105432 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3557 | 2024.04.30 22:25:50.105563 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3558 | 2024.04.30 22:25:50.105874 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2024.04.30 22:25:50.105912 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3560 | 2024.04.30 22:25:50.106224 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3561 | 2024.04.30 22:25:50.106534 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2024.04.30 22:25:50.106698 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001346 sec., 33432.39227340268 rows/sec., 2.91 MiB/sec. | ||
| 3563 | 2024.04.30 22:25:50.106977 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Debug> DynamicQueryHandler: Done processing query | ||
| 3564 | 2024.04.30 22:25:50.107016 [ 3 ] {bfa9e56f-2368-4be8-a55e-512fe886d633} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3565 | 2024.04.30 22:25:50.107033 [ 3 ] {} <Debug> HTTP-Session: e2299c7d-50e6-4b7a-9de7-97bba1745407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3566 | 2024.04.30 22:25:50.107214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3567 | 2024.04.30 22:25:50.107275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3568 | 2024.04.30 22:25:50.107297 [ 3 ] {} <Debug> HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3569 | 2024.04.30 22:25:50.107315 [ 3 ] {} <Debug> HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3570 | 2024.04.30 22:25:50.107329 [ 3 ] {} <Debug> HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3571 | 2024.04.30 22:25:50.107361 [ 3 ] {} <Trace> HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3572 | 2024.04.30 22:25:50.107476 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3573 | 2024.04.30 22:25:50.107520 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3574 | 2024.04.30 22:25:50.107673 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3575 | 2024.04.30 22:25:50.107957 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2024.04.30 22:25:50.107995 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3577 | 2024.04.30 22:25:50.108312 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3578 | 2024.04.30 22:25:50.108637 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2024.04.30 22:25:50.108782 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001333 sec., 11252.813203300826 rows/sec., 901.10 KiB/sec. | ||
| 3580 | 2024.04.30 22:25:50.109042 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3581 | 2024.04.30 22:25:50.109093 [ 3 ] {72fa1a91-2380-4a63-94a4-18b62f0f4f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3582 | 2024.04.30 22:25:50.109116 [ 3 ] {} <Debug> HTTP-Session: e6762351-1f98-4f2a-a9a2-9c5076175d6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3583 | 2024.04.30 22:25:50.109246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3584 | 2024.04.30 22:25:50.109296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3585 | 2024.04.30 22:25:50.109316 [ 3 ] {} <Debug> HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3586 | 2024.04.30 22:25:50.109332 [ 3 ] {} <Debug> HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3587 | 2024.04.30 22:25:50.109346 [ 3 ] {} <Debug> HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3588 | 2024.04.30 22:25:50.109377 [ 3 ] {} <Trace> HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3589 | 2024.04.30 22:25:50.109559 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3590 | 2024.04.30 22:25:50.109610 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3591 | 2024.04.30 22:25:50.109792 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3592 | 2024.04.30 22:25:50.110163 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3593 | 2024.04.30 22:25:50.110227 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3594 | 2024.04.30 22:25:50.110633 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3595 | 2024.04.30 22:25:50.110967 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3596 | 2024.04.30 22:25:50.111092 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001638 sec., 9157.509157509157 rows/sec., 12.36 MiB/sec. | ||
| 3597 | 2024.04.30 22:25:50.111103 [ 48 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3598 | 2024.04.30 22:25:50.111155 [ 48 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3599 | 2024.04.30 22:25:50.111187 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3600 | 2024.04.30 22:25:50.111308 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3601 | 2024.04.30 22:25:50.111381 [ 3 ] {78f10da4-cab1-4a06-a885-2d28ed35144a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3602 | 2024.04.30 22:25:50.111410 [ 3 ] {} <Debug> HTTP-Session: 9f52ad8b-d544-410f-9fd3-f095439c017f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3603 | 2024.04.30 22:25:50.111429 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 3604 | 2024.04.30 22:25:50.111958 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3605 | 2024.04.30 22:25:50.111994 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 323 rows starting from the beginning of the part | ||
| 3606 | 2024.04.30 22:25:50.112068 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part | ||
| 3607 | 2024.04.30 22:25:50.112223 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 3608 | 2024.04.30 22:25:50.112597 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part | ||
| 3609 | 2024.04.30 22:25:50.112706 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
| 3610 | 2024.04.30 22:25:50.112790 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part | ||
| 3611 | 2024.04.30 22:25:50.114992 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 6 columns (6 merged, 0 gathered) in 0.003738315 sec., 107000.07891255821 rows/sec., 144.39 MiB/sec. | ||
| 3612 | 2024.04.30 22:25:50.115396 [ 189 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3613 | 2024.04.30 22:25:50.115883 [ 189 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3614 | 2024.04.30 22:25:50.115969 [ 189 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3615 | 2024.04.30 22:25:50.116078 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 3616 | 2024.04.30 22:25:53.774496 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3617 | 2024.04.30 22:25:53.774568 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3618 | 2024.04.30 22:25:55.103495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3619 | 2024.04.30 22:25:55.103668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3620 | 2024.04.30 22:25:55.103713 [ 3 ] {} <Debug> HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3621 | 2024.04.30 22:25:55.103754 [ 3 ] {} <Debug> HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3622 | 2024.04.30 22:25:55.103782 [ 3 ] {} <Debug> HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3623 | 2024.04.30 22:25:55.103864 [ 3 ] {} <Trace> HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3624 | 2024.04.30 22:25:55.104159 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3625 | 2024.04.30 22:25:55.104267 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3626 | 2024.04.30 22:25:55.104582 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3627 | 2024.04.30 22:25:55.105059 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3628 | 2024.04.30 22:25:55.105104 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3629 | 2024.04.30 22:25:55.105466 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3630 | 2024.04.30 22:25:55.105801 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2024.04.30 22:25:55.105981 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001916 sec., 8350.730688935282 rows/sec., 676.87 KiB/sec. | ||
| 3632 | 2024.04.30 22:25:55.106189 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3633 | 2024.04.30 22:25:55.106216 [ 3 ] {d88ef598-a009-44ed-afff-df429575d0a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3634 | 2024.04.30 22:25:55.106232 [ 3 ] {} <Debug> HTTP-Session: f9fbbf4b-8473-4431-a5fb-8f969e42dd92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3635 | 2024.04.30 22:25:55.106373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3636 | 2024.04.30 22:25:55.106422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3637 | 2024.04.30 22:25:55.106442 [ 3 ] {} <Debug> HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3638 | 2024.04.30 22:25:55.106459 [ 3 ] {} <Debug> HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3639 | 2024.04.30 22:25:55.106472 [ 3 ] {} <Debug> HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3640 | 2024.04.30 22:25:55.106504 [ 3 ] {} <Trace> HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3641 | 2024.04.30 22:25:55.106631 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3642 | 2024.04.30 22:25:55.106677 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3643 | 2024.04.30 22:25:55.106809 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3644 | 2024.04.30 22:25:55.107153 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3645 | 2024.04.30 22:25:55.107189 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3646 | 2024.04.30 22:25:55.107496 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3647 | 2024.04.30 22:25:55.107810 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3648 | 2024.04.30 22:25:55.107964 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Debug> executeQuery: Read 84 rows, 7.16 KiB in 0.001382 sec., 60781.476121562955 rows/sec., 5.06 MiB/sec. | ||
| 3649 | 2024.04.30 22:25:55.108118 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3650 | 2024.04.30 22:25:55.108142 [ 3 ] {81acb7ca-8eae-4aa9-9d87-8a2be7df006c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3651 | 2024.04.30 22:25:55.108157 [ 3 ] {} <Debug> HTTP-Session: 6a2c6ac3-6e6c-4c58-b7a1-85ccb2992fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3652 | 2024.04.30 22:25:55.108287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3653 | 2024.04.30 22:25:55.108333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3654 | 2024.04.30 22:25:55.108352 [ 3 ] {} <Debug> HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3655 | 2024.04.30 22:25:55.108367 [ 3 ] {} <Debug> HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3656 | 2024.04.30 22:25:55.108381 [ 3 ] {} <Debug> HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3657 | 2024.04.30 22:25:55.108412 [ 3 ] {} <Trace> HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3658 | 2024.04.30 22:25:55.108521 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3659 | 2024.04.30 22:25:55.108563 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3660 | 2024.04.30 22:25:55.108687 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3661 | 2024.04.30 22:25:55.109055 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2024.04.30 22:25:55.109092 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3663 | 2024.04.30 22:25:55.109389 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3664 | 2024.04.30 22:25:55.109691 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2024.04.30 22:25:55.109845 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Debug> executeQuery: Read 40 rows, 3.18 KiB in 0.00136 sec., 29411.76470588235 rows/sec., 2.28 MiB/sec. | ||
| 3666 | 2024.04.30 22:25:55.110156 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3667 | 2024.04.30 22:25:55.110201 [ 3 ] {0c413e31-fd4a-4935-84c5-9724761335c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3668 | 2024.04.30 22:25:55.110218 [ 3 ] {} <Debug> HTTP-Session: c918f8cf-eae0-4a37-b181-b7a8c97dc564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3669 | 2024.04.30 22:25:55.110381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3670 | 2024.04.30 22:25:55.110430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3671 | 2024.04.30 22:25:55.110448 [ 3 ] {} <Debug> HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3672 | 2024.04.30 22:25:55.110464 [ 3 ] {} <Debug> HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3673 | 2024.04.30 22:25:55.110477 [ 3 ] {} <Debug> HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3674 | 2024.04.30 22:25:55.110507 [ 3 ] {} <Trace> HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3675 | 2024.04.30 22:25:55.110621 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3676 | 2024.04.30 22:25:55.110669 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3677 | 2024.04.30 22:25:55.110830 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3678 | 2024.04.30 22:25:55.111123 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2024.04.30 22:25:55.111159 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3680 | 2024.04.30 22:25:55.111523 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3681 | 2024.04.30 22:25:55.111855 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3682 | 2024.04.30 22:25:55.112014 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001425 sec., 25263.15789473684 rows/sec., 1.78 MiB/sec. | ||
| 3683 | 2024.04.30 22:25:55.112303 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3684 | 2024.04.30 22:25:55.112328 [ 3 ] {b6d8b17d-441d-4e3f-9f71-c1b4ccb824f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3685 | 2024.04.30 22:25:55.112344 [ 3 ] {} <Debug> HTTP-Session: 74ca0cf6-bbf6-444e-8e86-bc2c444150d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3686 | 2024.04.30 22:25:55.112491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3687 | 2024.04.30 22:25:55.112539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3688 | 2024.04.30 22:25:55.112557 [ 3 ] {} <Debug> HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3689 | 2024.04.30 22:25:55.112573 [ 3 ] {} <Debug> HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3690 | 2024.04.30 22:25:55.112587 [ 3 ] {} <Debug> HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3691 | 2024.04.30 22:25:55.112618 [ 3 ] {} <Trace> HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2024.04.30 22:25:55.112793 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3693 | 2024.04.30 22:25:55.112840 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3694 | 2024.04.30 22:25:55.113017 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3695 | 2024.04.30 22:25:55.113409 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3696 | 2024.04.30 22:25:55.113444 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 3697 | 2024.04.30 22:25:55.113836 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3698 | 2024.04.30 22:25:55.114174 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3699 | 2024.04.30 22:25:55.114329 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00163 sec., 9815.9509202454 rows/sec., 13.25 MiB/sec. | ||
| 3700 | 2024.04.30 22:25:55.114498 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3701 | 2024.04.30 22:25:55.114521 [ 3 ] {16f858aa-7601-4c55-8864-79fe60bca18b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3702 | 2024.04.30 22:25:55.114537 [ 3 ] {} <Debug> HTTP-Session: a2dd71ad-d0a0-4ac4-a50e-d81ed45cb975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3703 | 2024.04.30 22:26:00.102499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3704 | 2024.04.30 22:26:00.102653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3705 | 2024.04.30 22:26:00.102692 [ 3 ] {} <Debug> HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3706 | 2024.04.30 22:26:00.102727 [ 3 ] {} <Debug> HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3707 | 2024.04.30 22:26:00.102749 [ 3 ] {} <Debug> HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3708 | 2024.04.30 22:26:00.102814 [ 3 ] {} <Trace> HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3709 | 2024.04.30 22:26:00.103050 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3710 | 2024.04.30 22:26:00.103138 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3711 | 2024.04.30 22:26:00.103396 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3712 | 2024.04.30 22:26:00.103890 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2024.04.30 22:26:00.103943 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3714 | 2024.04.30 22:26:00.104443 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3715 | 2024.04.30 22:26:00.104903 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2024.04.30 22:26:00.105099 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.002125 sec., 7058.823529411764 rows/sec., 572.15 KiB/sec. | ||
| 3717 | 2024.04.30 22:26:00.105355 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3718 | 2024.04.30 22:26:00.105390 [ 3 ] {856ad5f7-b55f-4561-9bea-bc8ae4853ec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3719 | 2024.04.30 22:26:00.105414 [ 3 ] {} <Debug> HTTP-Session: 865ff611-aae9-417e-9448-f76fa4ed99f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3720 | 2024.04.30 22:26:00.105567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3721 | 2024.04.30 22:26:00.105638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3722 | 2024.04.30 22:26:00.105668 [ 3 ] {} <Debug> HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3723 | 2024.04.30 22:26:00.105693 [ 3 ] {} <Debug> HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3724 | 2024.04.30 22:26:00.105713 [ 3 ] {} <Debug> HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3725 | 2024.04.30 22:26:00.105761 [ 3 ] {} <Trace> HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2024.04.30 22:26:00.105909 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3727 | 2024.04.30 22:26:00.105965 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3728 | 2024.04.30 22:26:00.106147 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3729 | 2024.04.30 22:26:00.106554 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2024.04.30 22:26:00.106598 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3731 | 2024.04.30 22:26:00.107016 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3732 | 2024.04.30 22:26:00.107450 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2024.04.30 22:26:00.107613 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001758 sec., 25597.26962457338 rows/sec., 2.23 MiB/sec. | ||
| 3734 | 2024.04.30 22:26:00.107812 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Debug> DynamicQueryHandler: Done processing query | ||
| 3735 | 2024.04.30 22:26:00.107843 [ 3 ] {0d36b2c2-bae1-4794-9c03-6ec6b15b5a09} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3736 | 2024.04.30 22:26:00.107865 [ 3 ] {} <Debug> HTTP-Session: 9b24d30f-0908-4c2c-8868-24267dcc967e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3737 | 2024.04.30 22:26:00.108010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3738 | 2024.04.30 22:26:00.108071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3739 | 2024.04.30 22:26:00.108091 [ 3 ] {} <Debug> HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3740 | 2024.04.30 22:26:00.108109 [ 3 ] {} <Debug> HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3741 | 2024.04.30 22:26:00.108123 [ 3 ] {} <Debug> HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3742 | 2024.04.30 22:26:00.108156 [ 3 ] {} <Trace> HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3743 | 2024.04.30 22:26:00.108265 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3744 | 2024.04.30 22:26:00.108309 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3745 | 2024.04.30 22:26:00.108458 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3746 | 2024.04.30 22:26:00.108760 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3747 | 2024.04.30 22:26:00.108795 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3748 | 2024.04.30 22:26:00.109114 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3749 | 2024.04.30 22:26:00.109458 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2024.04.30 22:26:00.109584 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001348 sec., 11127.59643916914 rows/sec., 891.08 KiB/sec. | ||
| 3751 | 2024.04.30 22:26:00.109734 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Debug> DynamicQueryHandler: Done processing query | ||
| 3752 | 2024.04.30 22:26:00.109759 [ 3 ] {ea21da4e-df49-471c-b096-852378b27484} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3753 | 2024.04.30 22:26:00.109775 [ 3 ] {} <Debug> HTTP-Session: 96f48c3a-16ff-4673-a9c0-9359ae18c778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3754 | 2024.04.30 22:26:00.109953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3755 | 2024.04.30 22:26:00.110006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3756 | 2024.04.30 22:26:00.110026 [ 3 ] {} <Debug> HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3757 | 2024.04.30 22:26:00.110042 [ 3 ] {} <Debug> HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3758 | 2024.04.30 22:26:00.110056 [ 3 ] {} <Debug> HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3759 | 2024.04.30 22:26:00.110087 [ 3 ] {} <Trace> HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3760 | 2024.04.30 22:26:00.110263 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3761 | 2024.04.30 22:26:00.110311 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3762 | 2024.04.30 22:26:00.110465 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3763 | 2024.04.30 22:26:00.110831 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3764 | 2024.04.30 22:26:00.110866 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3765 | 2024.04.30 22:26:00.111277 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3766 | 2024.04.30 22:26:00.111625 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3767 | 2024.04.30 22:26:00.111753 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001593 sec., 9416.195856873823 rows/sec., 12.71 MiB/sec. | ||
| 3768 | 2024.04.30 22:26:00.112021 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Debug> DynamicQueryHandler: Done processing query | ||
| 3769 | 2024.04.30 22:26:00.112058 [ 3 ] {2f9afbf9-1785-49ca-a083-60225fbd0e34} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3770 | 2024.04.30 22:26:00.112077 [ 3 ] {} <Debug> HTTP-Session: 8b0e70f0-e8b7-4501-b764-41f52aa25a3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3771 | 2024.04.30 22:26:05.102246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3772 | 2024.04.30 22:26:05.102388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3773 | 2024.04.30 22:26:05.102418 [ 3 ] {} <Debug> HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3774 | 2024.04.30 22:26:05.102446 [ 3 ] {} <Debug> HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3775 | 2024.04.30 22:26:05.102465 [ 3 ] {} <Debug> HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3776 | 2024.04.30 22:26:05.102522 [ 3 ] {} <Trace> HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3777 | 2024.04.30 22:26:05.102732 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3778 | 2024.04.30 22:26:05.102806 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3779 | 2024.04.30 22:26:05.103019 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3780 | 2024.04.30 22:26:05.103429 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2024.04.30 22:26:05.103472 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3782 | 2024.04.30 22:26:05.103844 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3783 | 2024.04.30 22:26:05.104192 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3784 | 2024.04.30 22:26:05.104344 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001679 sec., 9529.481834425253 rows/sec., 772.41 KiB/sec. | ||
| 3785 | 2024.04.30 22:26:05.104562 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Debug> DynamicQueryHandler: Done processing query | ||
| 3786 | 2024.04.30 22:26:05.104588 [ 3 ] {8b37726d-370d-4761-8cc2-bf0e087a6786} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3787 | 2024.04.30 22:26:05.104605 [ 3 ] {} <Debug> HTTP-Session: 56be1ffc-05d0-4fb7-a144-9cb6b2b63fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3788 | 2024.04.30 22:26:05.104732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3789 | 2024.04.30 22:26:05.104781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3790 | 2024.04.30 22:26:05.104800 [ 3 ] {} <Debug> HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3791 | 2024.04.30 22:26:05.104817 [ 3 ] {} <Debug> HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3792 | 2024.04.30 22:26:05.104830 [ 3 ] {} <Debug> HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3793 | 2024.04.30 22:26:05.104862 [ 3 ] {} <Trace> HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3794 | 2024.04.30 22:26:05.104958 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3795 | 2024.04.30 22:26:05.105001 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3796 | 2024.04.30 22:26:05.105131 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3797 | 2024.04.30 22:26:05.105407 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3798 | 2024.04.30 22:26:05.105443 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3799 | 2024.04.30 22:26:05.105736 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3800 | 2024.04.30 22:26:05.106038 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3801 | 2024.04.30 22:26:05.106189 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001246 sec., 3210.2728731942216 rows/sec., 261.78 KiB/sec. | ||
| 3802 | 2024.04.30 22:26:05.106485 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3803 | 2024.04.30 22:26:05.106510 [ 3 ] {e3bd08f5-c7bc-46d8-b61a-d0dd4789945e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3804 | 2024.04.30 22:26:05.106527 [ 3 ] {} <Debug> HTTP-Session: 4a4e1a1b-7838-4f4c-a4a2-eb00762c36ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3805 | 2024.04.30 22:26:05.106669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3806 | 2024.04.30 22:26:05.106718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3807 | 2024.04.30 22:26:05.106736 [ 3 ] {} <Debug> HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3808 | 2024.04.30 22:26:05.106752 [ 3 ] {} <Debug> HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3809 | 2024.04.30 22:26:05.106766 [ 3 ] {} <Debug> HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3810 | 2024.04.30 22:26:05.106796 [ 3 ] {} <Trace> HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3811 | 2024.04.30 22:26:05.106904 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3812 | 2024.04.30 22:26:05.106947 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3813 | 2024.04.30 22:26:05.107091 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3814 | 2024.04.30 22:26:05.107373 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2024.04.30 22:26:05.107409 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3816 | 2024.04.30 22:26:05.107715 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3817 | 2024.04.30 22:26:05.108024 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2024.04.30 22:26:05.108187 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Debug> executeQuery: Read 50 rows, 4.54 KiB in 0.001309 sec., 38197.09702062643 rows/sec., 3.39 MiB/sec. | ||
| 3819 | 2024.04.30 22:26:05.108446 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Debug> DynamicQueryHandler: Done processing query | ||
| 3820 | 2024.04.30 22:26:05.108497 [ 3 ] {852e9609-fd25-4246-8576-f7ed1a510189} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3821 | 2024.04.30 22:26:05.108543 [ 3 ] {} <Debug> HTTP-Session: e25c2c7e-5058-4d27-b9f9-40ee4cec06bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3822 | 2024.04.30 22:26:05.108719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3823 | 2024.04.30 22:26:05.108769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3824 | 2024.04.30 22:26:05.108788 [ 3 ] {} <Debug> HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3825 | 2024.04.30 22:26:05.108804 [ 3 ] {} <Debug> HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3826 | 2024.04.30 22:26:05.108817 [ 3 ] {} <Debug> HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3827 | 2024.04.30 22:26:05.108848 [ 3 ] {} <Trace> HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3828 | 2024.04.30 22:26:05.108948 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3829 | 2024.04.30 22:26:05.108993 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3830 | 2024.04.30 22:26:05.109137 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3831 | 2024.04.30 22:26:05.109387 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2024.04.30 22:26:05.109423 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3833 | 2024.04.30 22:26:05.109717 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3834 | 2024.04.30 22:26:05.110033 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3835 | 2024.04.30 22:26:05.110186 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001262 sec., 3169.5721077654516 rows/sec., 221.31 KiB/sec. | ||
| 3836 | 2024.04.30 22:26:05.110468 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Debug> DynamicQueryHandler: Done processing query | ||
| 3837 | 2024.04.30 22:26:05.110491 [ 3 ] {dae84dda-74f1-4716-99a4-46bf207f5769} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3838 | 2024.04.30 22:26:05.110507 [ 3 ] {} <Debug> HTTP-Session: 540529ad-28fb-45ca-98f4-bfea3081fec9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3839 | 2024.04.30 22:26:05.110630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3840 | 2024.04.30 22:26:05.110678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3841 | 2024.04.30 22:26:05.110697 [ 3 ] {} <Debug> HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3842 | 2024.04.30 22:26:05.110713 [ 3 ] {} <Debug> HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3843 | 2024.04.30 22:26:05.110727 [ 3 ] {} <Debug> HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3844 | 2024.04.30 22:26:05.110758 [ 3 ] {} <Trace> HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3845 | 2024.04.30 22:26:05.110856 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3846 | 2024.04.30 22:26:05.110899 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3847 | 2024.04.30 22:26:05.111048 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3848 | 2024.04.30 22:26:05.111304 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2024.04.30 22:26:05.111339 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3850 | 2024.04.30 22:26:05.111638 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3851 | 2024.04.30 22:26:05.111942 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3852 | 2024.04.30 22:26:05.112078 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Debug> executeQuery: Read 20 rows, 1.61 KiB in 0.001244 sec., 16077.17041800643 rows/sec., 1.26 MiB/sec. | ||
| 3853 | 2024.04.30 22:26:05.112354 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3854 | 2024.04.30 22:26:05.112395 [ 3 ] {9f692f87-6689-4e29-b020-3a2e3479b45e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3855 | 2024.04.30 22:26:05.112418 [ 3 ] {} <Debug> HTTP-Session: da6e1bca-b83c-4fed-9fe2-59e96b1f7fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3856 | 2024.04.30 22:26:05.112557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3857 | 2024.04.30 22:26:05.112605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3858 | 2024.04.30 22:26:05.112624 [ 3 ] {} <Debug> HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3859 | 2024.04.30 22:26:05.112640 [ 3 ] {} <Debug> HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3860 | 2024.04.30 22:26:05.112653 [ 3 ] {} <Debug> HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3861 | 2024.04.30 22:26:05.112684 [ 3 ] {} <Trace> HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3862 | 2024.04.30 22:26:05.112779 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3863 | 2024.04.30 22:26:05.112828 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3864 | 2024.04.30 22:26:05.112994 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3865 | 2024.04.30 22:26:05.113235 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3866 | 2024.04.30 22:26:05.113270 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3867 | 2024.04.30 22:26:05.113628 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3868 | 2024.04.30 22:26:05.113967 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3869 | 2024.04.30 22:26:05.114122 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.00136 sec., 1470.5882352941176 rows/sec., 103.40 KiB/sec. | ||
| 3870 | 2024.04.30 22:26:05.114410 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Debug> DynamicQueryHandler: Done processing query | ||
| 3871 | 2024.04.30 22:26:05.114435 [ 3 ] {af84f848-e460-4c31-824e-d62f287bba89} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3872 | 2024.04.30 22:26:05.114451 [ 3 ] {} <Debug> HTTP-Session: dbd15743-93c7-4487-951c-799b24c5bc38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3873 | 2024.04.30 22:26:05.114586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3874 | 2024.04.30 22:26:05.114633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3875 | 2024.04.30 22:26:05.114652 [ 3 ] {} <Debug> HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3876 | 2024.04.30 22:26:05.114669 [ 3 ] {} <Debug> HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3877 | 2024.04.30 22:26:05.114682 [ 3 ] {} <Debug> HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3878 | 2024.04.30 22:26:05.114713 [ 3 ] {} <Trace> HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3879 | 2024.04.30 22:26:05.114917 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3880 | 2024.04.30 22:26:05.114968 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3881 | 2024.04.30 22:26:05.115147 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3882 | 2024.04.30 22:26:05.115477 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2024.04.30 22:26:05.115513 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3884 | 2024.04.30 22:26:05.115916 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3885 | 2024.04.30 22:26:05.116262 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3886 | 2024.04.30 22:26:05.116423 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00163 sec., 9815.9509202454 rows/sec., 13.25 MiB/sec. | ||
| 3887 | 2024.04.30 22:26:05.116579 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Debug> DynamicQueryHandler: Done processing query | ||
| 3888 | 2024.04.30 22:26:05.116603 [ 3 ] {af4bee63-40c2-40e1-b317-d2e7af062196} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3889 | 2024.04.30 22:26:05.116618 [ 3 ] {} <Debug> HTTP-Session: 6e10cd21-4f58-483d-9163-fbd4eda78e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3890 | 2024.04.30 22:26:08.774825 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3891 | 2024.04.30 22:26:08.774922 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3892 | 2024.04.30 22:26:10.102811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3893 | 2024.04.30 22:26:10.102932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3894 | 2024.04.30 22:26:10.102960 [ 3 ] {} <Debug> HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3895 | 2024.04.30 22:26:10.102989 [ 3 ] {} <Debug> HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3896 | 2024.04.30 22:26:10.103007 [ 3 ] {} <Debug> HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3897 | 2024.04.30 22:26:10.103064 [ 3 ] {} <Trace> HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3898 | 2024.04.30 22:26:10.103271 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3899 | 2024.04.30 22:26:10.103346 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3900 | 2024.04.30 22:26:10.103566 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3901 | 2024.04.30 22:26:10.103975 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3902 | 2024.04.30 22:26:10.104025 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3903 | 2024.04.30 22:26:10.104415 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3904 | 2024.04.30 22:26:10.104760 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2024.04.30 22:26:10.104902 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001696 sec., 8844.33962264151 rows/sec., 716.88 KiB/sec. | ||
| 3906 | 2024.04.30 22:26:10.104904 [ 144 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 3907 | 2024.04.30 22:26:10.104960 [ 144 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2024.04.30 22:26:10.104987 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3909 | 2024.04.30 22:26:10.105155 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3910 | 2024.04.30 22:26:10.105209 [ 3 ] {e1e23243-a8a5-455d-b83a-0eb1916ffefd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3911 | 2024.04.30 22:26:10.105241 [ 3 ] {} <Debug> HTTP-Session: 7d8b49d4-0729-46e2-914e-44a0d94a0f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3912 | 2024.04.30 22:26:10.105265 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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 | ||
| 3913 | 2024.04.30 22:26:10.105408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3914 | 2024.04.30 22:26:10.105512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3915 | 2024.04.30 22:26:10.105574 [ 3 ] {} <Debug> HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3916 | 2024.04.30 22:26:10.105630 [ 3 ] {} <Debug> HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3917 | 2024.04.30 22:26:10.105669 [ 3 ] {} <Debug> HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3918 | 2024.04.30 22:26:10.105711 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3919 | 2024.04.30 22:26:10.105751 [ 3 ] {} <Trace> HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2024.04.30 22:26:10.105815 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 31 rows starting from the beginning of the part | ||
| 3921 | 2024.04.30 22:26:10.106040 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3922 | 2024.04.30 22:26:10.106149 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part | ||
| 3923 | 2024.04.30 22:26:10.106206 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3924 | 2024.04.30 22:26:10.106451 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
| 3925 | 2024.04.30 22:26:10.106794 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part | ||
| 3926 | 2024.04.30 22:26:10.107139 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
| 3927 | 2024.04.30 22:26:10.107498 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 15 rows starting from the beginning of the part | ||
| 3928 | 2024.04.30 22:26:10.107505 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3929 | 2024.04.30 22:26:10.108429 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3930 | 2024.04.30 22:26:10.108497 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3931 | 2024.04.30 22:26:10.109423 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3932 | 2024.04.30 22:26:10.110268 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.00516506 sec., 20909.7280573701 rows/sec., 1.66 MiB/sec. | ||
| 3933 | 2024.04.30 22:26:10.110339 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3934 | 2024.04.30 22:26:10.110565 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 3935 | 2024.04.30 22:26:10.110609 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Debug> executeQuery: Read 14 rows, 1.18 KiB in 0.004714 sec., 2969.8769622401355 rows/sec., 250.87 KiB/sec. | ||
| 3936 | 2024.04.30 22:26:10.111139 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Debug> DynamicQueryHandler: Done processing query | ||
| 3937 | 2024.04.30 22:26:10.111199 [ 3 ] {99f6bb92-2cec-4b80-91c9-a1e3c074be26} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3938 | 2024.04.30 22:26:10.111247 [ 3 ] {} <Debug> HTTP-Session: 6ad5b911-6582-4f96-a551-d7052d6a683d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3939 | 2024.04.30 22:26:10.111420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3940 | 2024.04.30 22:26:10.111476 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3941 | 2024.04.30 22:26:10.111513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3942 | 2024.04.30 22:26:10.111561 [ 3 ] {} <Debug> HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3943 | 2024.04.30 22:26:10.111595 [ 3 ] {} <Debug> HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3944 | 2024.04.30 22:26:10.111612 [ 3 ] {} <Debug> HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3945 | 2024.04.30 22:26:10.111636 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_30_6} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 3946 | 2024.04.30 22:26:10.111663 [ 3 ] {} <Trace> HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2024.04.30 22:26:10.111801 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3948 | 2024.04.30 22:26:10.111878 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3949 | 2024.04.30 22:26:10.111929 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3950 | 2024.04.30 22:26:10.112079 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3951 | 2024.04.30 22:26:10.112517 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2024.04.30 22:26:10.112554 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3953 | 2024.04.30 22:26:10.112885 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3954 | 2024.04.30 22:26:10.113206 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2024.04.30 22:26:10.113330 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Debug> executeQuery: Read 55 rows, 4.86 KiB in 0.00153 sec., 35947.71241830065 rows/sec., 3.10 MiB/sec. | ||
| 3956 | 2024.04.30 22:26:10.113337 [ 144 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3957 | 2024.04.30 22:26:10.113394 [ 144 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3958 | 2024.04.30 22:26:10.113433 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3959 | 2024.04.30 22:26:10.113540 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3960 | 2024.04.30 22:26:10.113595 [ 3 ] {a1d17c33-bd27-48a6-a954-44ade8e74de4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3961 | 2024.04.30 22:26:10.113609 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 3962 | 2024.04.30 22:26:10.113625 [ 3 ] {} <Debug> HTTP-Session: 5381f893-e3c1-481c-a6aa-3c939dc3a945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3963 | 2024.04.30 22:26:10.113777 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3964 | 2024.04.30 22:26:10.113823 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 142 rows starting from the beginning of the part | ||
| 3965 | 2024.04.30 22:26:10.113858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3966 | 2024.04.30 22:26:10.114013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3967 | 2024.04.30 22:26:10.114025 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 45 rows starting from the beginning of the part | ||
| 3968 | 2024.04.30 22:26:10.114078 [ 3 ] {} <Debug> HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3969 | 2024.04.30 22:26:10.114150 [ 3 ] {} <Debug> HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3970 | 2024.04.30 22:26:10.114222 [ 3 ] {} <Debug> HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3971 | 2024.04.30 22:26:10.114297 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 84 rows starting from the beginning of the part | ||
| 3972 | 2024.04.30 22:26:10.114368 [ 3 ] {} <Trace> HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3973 | 2024.04.30 22:26:10.114634 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 45 rows starting from the beginning of the part | ||
| 3974 | 2024.04.30 22:26:10.114850 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3975 | 2024.04.30 22:26:10.114982 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 50 rows starting from the beginning of the part | ||
| 3976 | 2024.04.30 22:26:10.115004 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3977 | 2024.04.30 22:26:10.115310 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 55 rows starting from the beginning of the part | ||
| 3978 | 2024.04.30 22:26:10.115978 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3979 | 2024.04.30 22:26:10.116719 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3980 | 2024.04.30 22:26:10.116784 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 3981 | 2024.04.30 22:26:10.117744 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3982 | 2024.04.30 22:26:10.118538 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 4 columns (4 merged, 0 gathered) in 0.005023037 sec., 83813.83613140814 rows/sec., 7.16 MiB/sec. | ||
| 3983 | 2024.04.30 22:26:10.118672 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3984 | 2024.04.30 22:26:10.118859 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3985 | 2024.04.30 22:26:10.118916 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.004258 sec., 3287.9286049788634 rows/sec., 239.21 KiB/sec. | ||
| 3986 | 2024.04.30 22:26:10.119309 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3987 | 2024.04.30 22:26:10.119357 [ 3 ] {b308aea9-c234-43cf-948c-6dd6f5635fb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3988 | 2024.04.30 22:26:10.119420 [ 3 ] {} <Debug> HTTP-Session: 80494d0e-9213-4203-873c-bc9fb99ad62b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3989 | 2024.04.30 22:26:10.119598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3990 | 2024.04.30 22:26:10.119681 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3991 | 2024.04.30 22:26:10.119691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3992 | 2024.04.30 22:26:10.119774 [ 3 ] {} <Debug> HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 3993 | 2024.04.30 22:26:10.119805 [ 3 ] {} <Debug> HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3994 | 2024.04.30 22:26:10.119827 [ 3 ] {} <Debug> HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3995 | 2024.04.30 22:26:10.119878 [ 3 ] {} <Trace> HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2024.04.30 22:26:10.119892 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_31_6} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3997 | 2024.04.30 22:26:10.120054 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3998 | 2024.04.30 22:26:10.120108 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3999 | 2024.04.30 22:26:10.120159 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4000 | 2024.04.30 22:26:10.120301 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4001 | 2024.04.30 22:26:10.120604 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4002 | 2024.04.30 22:26:10.120640 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4003 | 2024.04.30 22:26:10.120964 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4004 | 2024.04.30 22:26:10.121290 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4005 | 2024.04.30 22:26:10.121413 [ 144 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4006 | 2024.04.30 22:26:10.121418 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Debug> executeQuery: Read 29 rows, 2.38 KiB in 0.001402 sec., 20684.736091298146 rows/sec., 1.66 MiB/sec. | ||
| 4007 | 2024.04.30 22:26:10.121446 [ 144 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2024.04.30 22:26:10.121485 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4009 | 2024.04.30 22:26:10.121642 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 4010 | 2024.04.30 22:26:10.121652 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4011 | 2024.04.30 22:26:10.121704 [ 3 ] {e1e06ec6-628c-4d92-878f-c5f599f9b0b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4012 | 2024.04.30 22:26:10.121752 [ 3 ] {} <Debug> HTTP-Session: fd6a78d2-7875-4c4b-bb3e-59989f622a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4013 | 2024.04.30 22:26:10.121849 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4014 | 2024.04.30 22:26:10.121883 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 96 rows starting from the beginning of the part | ||
| 4015 | 2024.04.30 22:26:10.121963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4016 | 2024.04.30 22:26:10.122154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4017 | 2024.04.30 22:26:10.122151 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 15 rows starting from the beginning of the part | ||
| 4018 | 2024.04.30 22:26:10.122224 [ 3 ] {} <Debug> HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4019 | 2024.04.30 22:26:10.122285 [ 3 ] {} <Debug> HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4020 | 2024.04.30 22:26:10.122378 [ 3 ] {} <Debug> HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4021 | 2024.04.30 22:26:10.122436 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 4022 | 2024.04.30 22:26:10.122471 [ 3 ] {} <Trace> HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4023 | 2024.04.30 22:26:10.122714 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 15 rows starting from the beginning of the part | ||
| 4024 | 2024.04.30 22:26:10.122759 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4025 | 2024.04.30 22:26:10.122946 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part | ||
| 4026 | 2024.04.30 22:26:10.122956 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4027 | 2024.04.30 22:26:10.123282 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 29 rows starting from the beginning of the part | ||
| 4028 | 2024.04.30 22:26:10.124047 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4029 | 2024.04.30 22:26:10.124870 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4030 | 2024.04.30 22:26:10.124951 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4031 | 2024.04.30 22:26:10.126112 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 215 rows, containing 4 columns (4 merged, 0 gathered) in 0.004547215 sec., 47281.68780231416 rows/sec., 3.72 MiB/sec. | ||
| 4032 | 2024.04.30 22:26:10.126117 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4033 | 2024.04.30 22:26:10.126277 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4034 | 2024.04.30 22:26:10.127008 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2024.04.30 22:26:10.127148 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2024.04.30 22:26:10.127359 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Debug> executeQuery: Read 7 rows, 525.00 B in 0.004679 sec., 1496.0461637101944 rows/sec., 109.57 KiB/sec. | ||
| 4037 | 2024.04.30 22:26:10.127542 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_31_6} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4038 | 2024.04.30 22:26:10.127867 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4039 | 2024.04.30 22:26:10.127954 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4040 | 2024.04.30 22:26:10.127985 [ 3 ] {ea3c275f-c1b1-45d6-a6bd-b5129ebbd90c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4041 | 2024.04.30 22:26:10.128002 [ 3 ] {} <Debug> HTTP-Session: e75fa514-e67d-44db-90a5-09ea06b8b3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4042 | 2024.04.30 22:26:10.128124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4043 | 2024.04.30 22:26:10.128173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4044 | 2024.04.30 22:26:10.128192 [ 3 ] {} <Debug> HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4045 | 2024.04.30 22:26:10.128209 [ 3 ] {} <Debug> HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4046 | 2024.04.30 22:26:10.128223 [ 3 ] {} <Debug> HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4047 | 2024.04.30 22:26:10.128254 [ 3 ] {} <Trace> HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2024.04.30 22:26:10.128577 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4049 | 2024.04.30 22:26:10.128626 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4050 | 2024.04.30 22:26:10.128820 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4051 | 2024.04.30 22:26:10.129244 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2024.04.30 22:26:10.129280 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4053 | 2024.04.30 22:26:10.129715 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4054 | 2024.04.30 22:26:10.130075 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2024.04.30 22:26:10.130203 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001871 sec., 8017.103153393907 rows/sec., 10.82 MiB/sec. | ||
| 4056 | 2024.04.30 22:26:10.130370 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Debug> DynamicQueryHandler: Done processing query | ||
| 4057 | 2024.04.30 22:26:10.130395 [ 3 ] {76b40e9f-66b9-4539-985a-680ded2b9626} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4058 | 2024.04.30 22:26:10.130410 [ 3 ] {} <Debug> HTTP-Session: b71795c1-5e8e-43e9-aa54-d68037766bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4059 | 2024.04.30 22:26:15.102127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4060 | 2024.04.30 22:26:15.102296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4061 | 2024.04.30 22:26:15.102340 [ 3 ] {} <Debug> HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4062 | 2024.04.30 22:26:15.102380 [ 3 ] {} <Debug> HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4063 | 2024.04.30 22:26:15.102408 [ 3 ] {} <Debug> HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4064 | 2024.04.30 22:26:15.102489 [ 3 ] {} <Trace> HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2024.04.30 22:26:15.102780 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4066 | 2024.04.30 22:26:15.102889 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4067 | 2024.04.30 22:26:15.103210 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4068 | 2024.04.30 22:26:15.103692 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2024.04.30 22:26:15.103736 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4070 | 2024.04.30 22:26:15.104121 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4071 | 2024.04.30 22:26:15.104482 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2024.04.30 22:26:15.104637 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001955 sec., 8184.143222506394 rows/sec., 663.36 KiB/sec. | ||
| 4073 | 2024.04.30 22:26:15.104846 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Debug> DynamicQueryHandler: Done processing query | ||
| 4074 | 2024.04.30 22:26:15.104873 [ 3 ] {0419da36-ad2d-4c8d-9261-687912482174} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4075 | 2024.04.30 22:26:15.104890 [ 3 ] {} <Debug> HTTP-Session: df7b84a6-e137-48cd-9fff-2e839b6190f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4076 | 2024.04.30 22:26:15.105072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4077 | 2024.04.30 22:26:15.105127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4078 | 2024.04.30 22:26:15.105147 [ 3 ] {} <Debug> HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4079 | 2024.04.30 22:26:15.105166 [ 3 ] {} <Debug> HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4080 | 2024.04.30 22:26:15.105179 [ 3 ] {} <Debug> HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4081 | 2024.04.30 22:26:15.105217 [ 3 ] {} <Trace> HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4082 | 2024.04.30 22:26:15.105335 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4083 | 2024.04.30 22:26:15.105380 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4084 | 2024.04.30 22:26:15.105508 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4085 | 2024.04.30 22:26:15.105847 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2024.04.30 22:26:15.105883 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4087 | 2024.04.30 22:26:15.106196 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4088 | 2024.04.30 22:26:15.106514 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2024.04.30 22:26:15.106643 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001351 sec., 35529.23760177646 rows/sec., 3.17 MiB/sec. | ||
| 4090 | 2024.04.30 22:26:15.106906 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4091 | 2024.04.30 22:26:15.106948 [ 3 ] {6b0af44c-4536-4d98-b6bc-94b257fce63f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4092 | 2024.04.30 22:26:15.106965 [ 3 ] {} <Debug> HTTP-Session: 939fc8fd-c167-4ea1-a659-a79dfde65d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4093 | 2024.04.30 22:26:15.107088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4094 | 2024.04.30 22:26:15.107139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4095 | 2024.04.30 22:26:15.107159 [ 3 ] {} <Debug> HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4096 | 2024.04.30 22:26:15.107175 [ 3 ] {} <Debug> HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4097 | 2024.04.30 22:26:15.107189 [ 3 ] {} <Debug> HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4098 | 2024.04.30 22:26:15.107221 [ 3 ] {} <Trace> HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4099 | 2024.04.30 22:26:15.107327 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4100 | 2024.04.30 22:26:15.107371 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4101 | 2024.04.30 22:26:15.107516 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4102 | 2024.04.30 22:26:15.107797 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4103 | 2024.04.30 22:26:15.107831 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4104 | 2024.04.30 22:26:15.108135 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4105 | 2024.04.30 22:26:15.108445 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4106 | 2024.04.30 22:26:15.108567 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001271 sec., 12588.512981904012 rows/sec., 1008.06 KiB/sec. | ||
| 4107 | 2024.04.30 22:26:15.108716 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4108 | 2024.04.30 22:26:15.108741 [ 3 ] {81ce93aa-d9bb-449b-be34-1af75aba61c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4109 | 2024.04.30 22:26:15.108757 [ 3 ] {} <Debug> HTTP-Session: 9e3a80b9-576f-4381-bdba-9bf44bc556ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4110 | 2024.04.30 22:26:15.108918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4111 | 2024.04.30 22:26:15.108966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4112 | 2024.04.30 22:26:15.108984 [ 3 ] {} <Debug> HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4113 | 2024.04.30 22:26:15.109000 [ 3 ] {} <Debug> HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4114 | 2024.04.30 22:26:15.109013 [ 3 ] {} <Debug> HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4115 | 2024.04.30 22:26:15.109044 [ 3 ] {} <Trace> HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4116 | 2024.04.30 22:26:15.109235 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4117 | 2024.04.30 22:26:15.109284 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4118 | 2024.04.30 22:26:15.109437 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4119 | 2024.04.30 22:26:15.109861 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4120 | 2024.04.30 22:26:15.109896 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4121 | 2024.04.30 22:26:15.110323 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4122 | 2024.04.30 22:26:15.110678 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4123 | 2024.04.30 22:26:15.110806 [ 148 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4124 | 2024.04.30 22:26:15.110812 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00169 sec., 9467.455621301775 rows/sec., 12.78 MiB/sec. | ||
| 4125 | 2024.04.30 22:26:15.110858 [ 148 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4126 | 2024.04.30 22:26:15.110899 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4127 | 2024.04.30 22:26:15.111048 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Debug> DynamicQueryHandler: Done processing query | ||
| 4128 | 2024.04.30 22:26:15.111096 [ 3 ] {a12ae61e-1136-46cf-aa8a-05b611810259} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4129 | 2024.04.30 22:26:15.111106 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 4130 | 2024.04.30 22:26:15.111118 [ 3 ] {} <Debug> HTTP-Session: 2252dffa-686a-4fe9-8265-dd8ae63f7166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4131 | 2024.04.30 22:26:15.111350 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4132 | 2024.04.30 22:26:15.111401 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 400 rows starting from the beginning of the part | ||
| 4133 | 2024.04.30 22:26:15.111517 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
| 4134 | 2024.04.30 22:26:15.111725 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part | ||
| 4135 | 2024.04.30 22:26:15.111896 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
| 4136 | 2024.04.30 22:26:15.112025 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 15 rows starting from the beginning of the part | ||
| 4137 | 2024.04.30 22:26:15.112142 [ 197 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
| 4138 | 2024.04.30 22:26:15.114609 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 478 rows, containing 6 columns (6 merged, 0 gathered) in 0.003615071 sec., 132224.23570657393 rows/sec., 178.43 MiB/sec. | ||
| 4139 | 2024.04.30 22:26:15.115146 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4140 | 2024.04.30 22:26:15.115649 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4141 | 2024.04.30 22:26:15.115749 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4142 | 2024.04.30 22:26:15.115857 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 4143 | 2024.04.30 22:26:20.102742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4144 | 2024.04.30 22:26:20.102877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4145 | 2024.04.30 22:26:20.102903 [ 3 ] {} <Debug> HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4146 | 2024.04.30 22:26:20.102929 [ 3 ] {} <Debug> HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4147 | 2024.04.30 22:26:20.102945 [ 3 ] {} <Debug> HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4148 | 2024.04.30 22:26:20.102997 [ 3 ] {} <Trace> HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4149 | 2024.04.30 22:26:20.103194 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4150 | 2024.04.30 22:26:20.103262 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4151 | 2024.04.30 22:26:20.103457 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4152 | 2024.04.30 22:26:20.103827 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2024.04.30 22:26:20.103876 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4154 | 2024.04.30 22:26:20.104258 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4155 | 2024.04.30 22:26:20.104606 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2024.04.30 22:26:20.104771 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001635 sec., 9174.311926605506 rows/sec., 743.62 KiB/sec. | ||
| 4157 | 2024.04.30 22:26:20.105091 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Debug> DynamicQueryHandler: Done processing query | ||
| 4158 | 2024.04.30 22:26:20.105135 [ 3 ] {cca5e1e4-cc5d-477a-83a8-5ebbbea49993} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4159 | 2024.04.30 22:26:20.105159 [ 3 ] {} <Debug> HTTP-Session: e1832796-ebb2-41b5-b232-2cda3e531483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4160 | 2024.04.30 22:26:20.105298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4161 | 2024.04.30 22:26:20.105354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4162 | 2024.04.30 22:26:20.105377 [ 3 ] {} <Debug> HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4163 | 2024.04.30 22:26:20.105395 [ 3 ] {} <Debug> HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4164 | 2024.04.30 22:26:20.105409 [ 3 ] {} <Debug> HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4165 | 2024.04.30 22:26:20.105443 [ 3 ] {} <Trace> HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4166 | 2024.04.30 22:26:20.105563 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4167 | 2024.04.30 22:26:20.105609 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4168 | 2024.04.30 22:26:20.105758 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4169 | 2024.04.30 22:26:20.106051 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4170 | 2024.04.30 22:26:20.106089 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4171 | 2024.04.30 22:26:20.106408 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4172 | 2024.04.30 22:26:20.106720 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2024.04.30 22:26:20.106858 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001333 sec., 33758.439609902474 rows/sec., 2.94 MiB/sec. | ||
| 4174 | 2024.04.30 22:26:20.107125 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Debug> DynamicQueryHandler: Done processing query | ||
| 4175 | 2024.04.30 22:26:20.107179 [ 3 ] {4035f119-31e9-4fde-809a-2b7794ceff84} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4176 | 2024.04.30 22:26:20.107225 [ 3 ] {} <Debug> HTTP-Session: 79cb03d6-a67f-484e-b7f6-3124e33727ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4177 | 2024.04.30 22:26:20.107352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4178 | 2024.04.30 22:26:20.107403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4179 | 2024.04.30 22:26:20.107423 [ 3 ] {} <Debug> HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4180 | 2024.04.30 22:26:20.107440 [ 3 ] {} <Debug> HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4181 | 2024.04.30 22:26:20.107454 [ 3 ] {} <Debug> HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4182 | 2024.04.30 22:26:20.107487 [ 3 ] {} <Trace> HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4183 | 2024.04.30 22:26:20.107593 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4184 | 2024.04.30 22:26:20.107639 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4185 | 2024.04.30 22:26:20.107788 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4186 | 2024.04.30 22:26:20.108059 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2024.04.30 22:26:20.108097 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4188 | 2024.04.30 22:26:20.108409 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4189 | 2024.04.30 22:26:20.108729 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2024.04.30 22:26:20.108891 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.00132 sec., 11363.636363636364 rows/sec., 909.98 KiB/sec. | ||
| 4191 | 2024.04.30 22:26:20.109180 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Debug> DynamicQueryHandler: Done processing query | ||
| 4192 | 2024.04.30 22:26:20.109221 [ 3 ] {4573e384-085e-45cd-afd7-f3f69a0b5043} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4193 | 2024.04.30 22:26:20.109238 [ 3 ] {} <Debug> HTTP-Session: 00a6a250-9ef1-4e06-9aeb-6b06eee948bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4194 | 2024.04.30 22:26:20.109397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4195 | 2024.04.30 22:26:20.109446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4196 | 2024.04.30 22:26:20.109466 [ 3 ] {} <Debug> HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4197 | 2024.04.30 22:26:20.109483 [ 3 ] {} <Debug> HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4198 | 2024.04.30 22:26:20.109497 [ 3 ] {} <Debug> HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4199 | 2024.04.30 22:26:20.109528 [ 3 ] {} <Trace> HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4200 | 2024.04.30 22:26:20.109734 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4201 | 2024.04.30 22:26:20.109786 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4202 | 2024.04.30 22:26:20.109964 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4203 | 2024.04.30 22:26:20.110330 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4204 | 2024.04.30 22:26:20.110367 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4205 | 2024.04.30 22:26:20.110782 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4206 | 2024.04.30 22:26:20.111121 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2024.04.30 22:26:20.111272 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001666 sec., 9003.60144057623 rows/sec., 12.15 MiB/sec. | ||
| 4208 | 2024.04.30 22:26:20.111426 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Debug> DynamicQueryHandler: Done processing query | ||
| 4209 | 2024.04.30 22:26:20.111450 [ 3 ] {4fabf67b-9cc9-41dd-a04f-55c695186483} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4210 | 2024.04.30 22:26:20.111466 [ 3 ] {} <Debug> HTTP-Session: 2e599002-fb69-45b3-9896-76041d0e5fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4211 | 2024.04.30 22:26:22.645637 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 4212 | 2024.04.30 22:26:22.645710 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4213 | 2024.04.30 22:26:22.645735 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
| 4214 | 2024.04.30 22:26:22.645957 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 4215 | 2024.04.30 22:26:22.646208 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4216 | 2024.04.30 22:26:22.646257 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 377 rows starting from the beginning of the part | ||
| 4217 | 2024.04.30 22:26:22.646351 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part | ||
| 4218 | 2024.04.30 22:26:22.646559 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
| 4219 | 2024.04.30 22:26:22.646871 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 4220 | 2024.04.30 22:26:22.647027 [ 188 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 7 rows starting from the beginning of the part | ||
| 4221 | 2024.04.30 22:26:22.648283 [ 190 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 459 rows, containing 5 columns (5 merged, 0 gathered) in 0.002459142 sec., 186650.46589420212 rows/sec., 13.18 MiB/sec. | ||
| 4222 | 2024.04.30 22:26:22.648561 [ 187 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4223 | 2024.04.30 22:26:22.649107 [ 187 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4224 | 2024.04.30 22:26:22.649210 [ 187 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_10_2} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 4225 | 2024.04.30 22:26:22.649317 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4226 | 2024.04.30 22:26:23.775175 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4227 | 2024.04.30 22:26:23.775232 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4228 | 2024.04.30 22:26:25.104514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4229 | 2024.04.30 22:26:25.104644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4230 | 2024.04.30 22:26:25.104673 [ 3 ] {} <Debug> HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4231 | 2024.04.30 22:26:25.104702 [ 3 ] {} <Debug> HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4232 | 2024.04.30 22:26:25.104719 [ 3 ] {} <Debug> HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4233 | 2024.04.30 22:26:25.104775 [ 3 ] {} <Trace> HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4234 | 2024.04.30 22:26:25.104987 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4235 | 2024.04.30 22:26:25.105067 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4236 | 2024.04.30 22:26:25.105288 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4237 | 2024.04.30 22:26:25.105677 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2024.04.30 22:26:25.105723 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4239 | 2024.04.30 22:26:25.106104 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4240 | 2024.04.30 22:26:25.106455 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2024.04.30 22:26:25.106621 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001695 sec., 9439.528023598821 rows/sec., 765.12 KiB/sec. | ||
| 4242 | 2024.04.30 22:26:25.106828 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4243 | 2024.04.30 22:26:25.106856 [ 3 ] {f2096af4-6ada-47ac-84ec-2771f2f635d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4244 | 2024.04.30 22:26:25.106873 [ 3 ] {} <Debug> HTTP-Session: 84099754-d962-4775-8033-69fbb5877f22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4245 | 2024.04.30 22:26:25.107006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4246 | 2024.04.30 22:26:25.107060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4247 | 2024.04.30 22:26:25.107080 [ 3 ] {} <Debug> HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4248 | 2024.04.30 22:26:25.107098 [ 3 ] {} <Debug> HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4249 | 2024.04.30 22:26:25.107111 [ 3 ] {} <Debug> HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4250 | 2024.04.30 22:26:25.107148 [ 3 ] {} <Trace> HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4251 | 2024.04.30 22:26:25.107251 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4252 | 2024.04.30 22:26:25.107298 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4253 | 2024.04.30 22:26:25.107431 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4254 | 2024.04.30 22:26:25.107683 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4255 | 2024.04.30 22:26:25.107721 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4256 | 2024.04.30 22:26:25.108047 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4257 | 2024.04.30 22:26:25.108360 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4258 | 2024.04.30 22:26:25.108512 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 127.31 KiB/sec. | ||
| 4259 | 2024.04.30 22:26:25.108792 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4260 | 2024.04.30 22:26:25.108818 [ 3 ] {d2fe787e-0056-4e51-9166-ae2b234382f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4261 | 2024.04.30 22:26:25.108835 [ 3 ] {} <Debug> HTTP-Session: bd8f68e0-3b8c-4ae6-a048-6ddc698bda9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4262 | 2024.04.30 22:26:25.108967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4263 | 2024.04.30 22:26:25.109017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4264 | 2024.04.30 22:26:25.109036 [ 3 ] {} <Debug> HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4265 | 2024.04.30 22:26:25.109053 [ 3 ] {} <Debug> HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4266 | 2024.04.30 22:26:25.109066 [ 3 ] {} <Debug> HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4267 | 2024.04.30 22:26:25.109099 [ 3 ] {} <Trace> HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4268 | 2024.04.30 22:26:25.109223 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4269 | 2024.04.30 22:26:25.109268 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4270 | 2024.04.30 22:26:25.109413 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4271 | 2024.04.30 22:26:25.109722 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2024.04.30 22:26:25.109758 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4273 | 2024.04.30 22:26:25.110069 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4274 | 2024.04.30 22:26:25.110374 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2024.04.30 22:26:25.110521 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Debug> executeQuery: Read 85 rows, 7.23 KiB in 0.001338 sec., 63527.653213751866 rows/sec., 5.28 MiB/sec. | ||
| 4276 | 2024.04.30 22:26:25.110676 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4277 | 2024.04.30 22:26:25.110701 [ 3 ] {383bb9ac-4683-420d-b15f-8934ba7e7a8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4278 | 2024.04.30 22:26:25.110716 [ 3 ] {} <Debug> HTTP-Session: f0894854-a248-4fb3-adf8-98efa402e718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4279 | 2024.04.30 22:26:25.110909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4280 | 2024.04.30 22:26:25.110957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4281 | 2024.04.30 22:26:25.110975 [ 3 ] {} <Debug> HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4282 | 2024.04.30 22:26:25.110991 [ 3 ] {} <Debug> HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4283 | 2024.04.30 22:26:25.111004 [ 3 ] {} <Debug> HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4284 | 2024.04.30 22:26:25.111035 [ 3 ] {} <Trace> HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4285 | 2024.04.30 22:26:25.111129 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4286 | 2024.04.30 22:26:25.111171 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4287 | 2024.04.30 22:26:25.111293 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4288 | 2024.04.30 22:26:25.111663 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2024.04.30 22:26:25.111698 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4290 | 2024.04.30 22:26:25.111991 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4291 | 2024.04.30 22:26:25.112289 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2024.04.30 22:26:25.112440 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001331 sec., 1502.6296018031555 rows/sec., 104.92 KiB/sec. | ||
| 4293 | 2024.04.30 22:26:25.112635 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4294 | 2024.04.30 22:26:25.112660 [ 3 ] {93e28730-5fc2-4cd4-8c60-1ea52cd9abe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4295 | 2024.04.30 22:26:25.112676 [ 3 ] {} <Debug> HTTP-Session: 3591b061-e196-47b7-aeca-c18a88f443c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4296 | 2024.04.30 22:26:25.112787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4297 | 2024.04.30 22:26:25.112836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4298 | 2024.04.30 22:26:25.112854 [ 3 ] {} <Debug> HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4299 | 2024.04.30 22:26:25.112870 [ 3 ] {} <Debug> HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4300 | 2024.04.30 22:26:25.112883 [ 3 ] {} <Debug> HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4301 | 2024.04.30 22:26:25.112916 [ 3 ] {} <Trace> HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4302 | 2024.04.30 22:26:25.113020 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4303 | 2024.04.30 22:26:25.113062 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4304 | 2024.04.30 22:26:25.113188 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4305 | 2024.04.30 22:26:25.113480 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2024.04.30 22:26:25.113516 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4307 | 2024.04.30 22:26:25.113821 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4308 | 2024.04.30 22:26:25.114125 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2024.04.30 22:26:25.114281 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Debug> executeQuery: Read 42 rows, 3.34 KiB in 0.001293 sec., 32482.598607888627 rows/sec., 2.52 MiB/sec. | ||
| 4310 | 2024.04.30 22:26:25.114430 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Debug> DynamicQueryHandler: Done processing query | ||
| 4311 | 2024.04.30 22:26:25.114454 [ 3 ] {cf885b60-bc78-444a-a31d-27ddb3ceaf51} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4312 | 2024.04.30 22:26:25.114470 [ 3 ] {} <Debug> HTTP-Session: 785cfef4-d620-4d68-a57e-6d97daec1e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4313 | 2024.04.30 22:26:25.114594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4314 | 2024.04.30 22:26:25.114670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4315 | 2024.04.30 22:26:25.114688 [ 3 ] {} <Debug> HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4316 | 2024.04.30 22:26:25.114704 [ 3 ] {} <Debug> HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4317 | 2024.04.30 22:26:25.114717 [ 3 ] {} <Debug> HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4318 | 2024.04.30 22:26:25.114749 [ 3 ] {} <Trace> HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4319 | 2024.04.30 22:26:25.114852 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4320 | 2024.04.30 22:26:25.114899 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4321 | 2024.04.30 22:26:25.115044 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4322 | 2024.04.30 22:26:25.115345 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4323 | 2024.04.30 22:26:25.115381 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4324 | 2024.04.30 22:26:25.115751 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4325 | 2024.04.30 22:26:25.116113 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4326 | 2024.04.30 22:26:25.116269 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001449 sec., 25534.851621808142 rows/sec., 1.80 MiB/sec. | ||
| 4327 | 2024.04.30 22:26:25.116436 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Debug> DynamicQueryHandler: Done processing query | ||
| 4328 | 2024.04.30 22:26:25.116460 [ 3 ] {b8ad0aa3-517d-47d5-9e5d-6b44d21cf359} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4329 | 2024.04.30 22:26:25.116476 [ 3 ] {} <Debug> HTTP-Session: 2425c706-5b44-4ab7-b1a6-1a0132e4aa5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4330 | 2024.04.30 22:26:25.116585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4331 | 2024.04.30 22:26:25.116634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4332 | 2024.04.30 22:26:25.116653 [ 3 ] {} <Debug> HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4333 | 2024.04.30 22:26:25.116668 [ 3 ] {} <Debug> HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4334 | 2024.04.30 22:26:25.116682 [ 3 ] {} <Debug> HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4335 | 2024.04.30 22:26:25.116712 [ 3 ] {} <Trace> HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4336 | 2024.04.30 22:26:25.116895 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4337 | 2024.04.30 22:26:25.116943 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4338 | 2024.04.30 22:26:25.117103 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4339 | 2024.04.30 22:26:25.117497 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4340 | 2024.04.30 22:26:25.117533 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4341 | 2024.04.30 22:26:25.117913 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4342 | 2024.04.30 22:26:25.118248 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2024.04.30 22:26:25.118401 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001615 sec., 9907.120743034056 rows/sec., 13.37 MiB/sec. | ||
| 4344 | 2024.04.30 22:26:25.118554 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Debug> DynamicQueryHandler: Done processing query | ||
| 4345 | 2024.04.30 22:26:25.118577 [ 3 ] {a901dd09-8d89-4d4c-898a-fd5889895768} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4346 | 2024.04.30 22:26:25.118592 [ 3 ] {} <Debug> HTTP-Session: 912ff2c1-99c5-44c5-aa55-ce4d73107b09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4347 | 2024.04.30 22:26:30.102371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4348 | 2024.04.30 22:26:30.102514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4349 | 2024.04.30 22:26:30.102547 [ 3 ] {} <Debug> HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4350 | 2024.04.30 22:26:30.102576 [ 3 ] {} <Debug> HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4351 | 2024.04.30 22:26:30.102594 [ 3 ] {} <Debug> HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4352 | 2024.04.30 22:26:30.102648 [ 3 ] {} <Trace> HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4353 | 2024.04.30 22:26:30.102860 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4354 | 2024.04.30 22:26:30.102930 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4355 | 2024.04.30 22:26:30.103122 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4356 | 2024.04.30 22:26:30.103546 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4357 | 2024.04.30 22:26:30.103591 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4358 | 2024.04.30 22:26:30.103980 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4359 | 2024.04.30 22:26:30.104317 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4360 | 2024.04.30 22:26:30.104482 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001677 sec., 8944.543828264757 rows/sec., 725.00 KiB/sec. | ||
| 4361 | 2024.04.30 22:26:30.104709 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4362 | 2024.04.30 22:26:30.104737 [ 3 ] {4639f383-de17-4ae8-9c65-0d1899bc9ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4363 | 2024.04.30 22:26:30.104754 [ 3 ] {} <Debug> HTTP-Session: acb40a75-135a-4ade-9282-f138213435c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4364 | 2024.04.30 22:26:30.104890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4365 | 2024.04.30 22:26:30.104949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4366 | 2024.04.30 22:26:30.104968 [ 3 ] {} <Debug> HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4367 | 2024.04.30 22:26:30.104986 [ 3 ] {} <Debug> HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4368 | 2024.04.30 22:26:30.105000 [ 3 ] {} <Debug> HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4369 | 2024.04.30 22:26:30.105035 [ 3 ] {} <Trace> HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4370 | 2024.04.30 22:26:30.105156 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4371 | 2024.04.30 22:26:30.105203 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4372 | 2024.04.30 22:26:30.105334 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4373 | 2024.04.30 22:26:30.105657 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2024.04.30 22:26:30.105695 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4375 | 2024.04.30 22:26:30.106014 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4376 | 2024.04.30 22:26:30.106331 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4377 | 2024.04.30 22:26:30.106484 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001363 sec., 33015.40719002201 rows/sec., 2.88 MiB/sec. | ||
| 4378 | 2024.04.30 22:26:30.106652 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4379 | 2024.04.30 22:26:30.106676 [ 3 ] {a8ce1a83-ec3a-4020-ac12-4f75b9d7421b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4380 | 2024.04.30 22:26:30.106692 [ 3 ] {} <Debug> HTTP-Session: bc4343fd-2714-471f-bd0b-bea65ed135fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4381 | 2024.04.30 22:26:30.106831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4382 | 2024.04.30 22:26:30.106880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4383 | 2024.04.30 22:26:30.106898 [ 3 ] {} <Debug> HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4384 | 2024.04.30 22:26:30.106917 [ 3 ] {} <Debug> HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4385 | 2024.04.30 22:26:30.106931 [ 3 ] {} <Debug> HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4386 | 2024.04.30 22:26:30.106964 [ 3 ] {} <Trace> HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4387 | 2024.04.30 22:26:30.107071 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4388 | 2024.04.30 22:26:30.107115 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4389 | 2024.04.30 22:26:30.107243 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4390 | 2024.04.30 22:26:30.107524 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2024.04.30 22:26:30.107561 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4392 | 2024.04.30 22:26:30.107869 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4393 | 2024.04.30 22:26:30.108188 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4394 | 2024.04.30 22:26:30.108344 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001298 sec., 11556.240369799692 rows/sec., 925.40 KiB/sec. | ||
| 4395 | 2024.04.30 22:26:30.108507 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Debug> DynamicQueryHandler: Done processing query | ||
| 4396 | 2024.04.30 22:26:30.108532 [ 3 ] {8e74452d-5e44-4c24-984d-a1aa47762072} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4397 | 2024.04.30 22:26:30.108548 [ 3 ] {} <Debug> HTTP-Session: b90b19f1-997f-4aa5-ba32-d3985b2550ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4398 | 2024.04.30 22:26:30.108706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4399 | 2024.04.30 22:26:30.108755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4400 | 2024.04.30 22:26:30.108773 [ 3 ] {} <Debug> HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4401 | 2024.04.30 22:26:30.108790 [ 3 ] {} <Debug> HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4402 | 2024.04.30 22:26:30.108803 [ 3 ] {} <Debug> HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4403 | 2024.04.30 22:26:30.108835 [ 3 ] {} <Trace> HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4404 | 2024.04.30 22:26:30.109008 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4405 | 2024.04.30 22:26:30.109057 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4406 | 2024.04.30 22:26:30.109217 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4407 | 2024.04.30 22:26:30.109566 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4408 | 2024.04.30 22:26:30.109603 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4409 | 2024.04.30 22:26:30.110002 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4410 | 2024.04.30 22:26:30.110352 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4411 | 2024.04.30 22:26:30.110515 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001597 sec., 9392.61114589856 rows/sec., 12.67 MiB/sec. | ||
| 4412 | 2024.04.30 22:26:30.110672 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Debug> DynamicQueryHandler: Done processing query | ||
| 4413 | 2024.04.30 22:26:30.110696 [ 3 ] {bd67b8db-1480-40ed-9e2d-9caa6d434390} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4414 | 2024.04.30 22:26:30.110712 [ 3 ] {} <Debug> HTTP-Session: 9c2daaf7-a99c-4345-94de-10c88e2ec9d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4415 | 2024.04.30 22:26:35.102332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4416 | 2024.04.30 22:26:35.102473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4417 | 2024.04.30 22:26:35.102502 [ 3 ] {} <Debug> HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4418 | 2024.04.30 22:26:35.102531 [ 3 ] {} <Debug> HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4419 | 2024.04.30 22:26:35.102549 [ 3 ] {} <Debug> HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4420 | 2024.04.30 22:26:35.102607 [ 3 ] {} <Trace> HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4421 | 2024.04.30 22:26:35.102815 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4422 | 2024.04.30 22:26:35.102889 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4423 | 2024.04.30 22:26:35.103090 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4424 | 2024.04.30 22:26:35.103463 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4425 | 2024.04.30 22:26:35.103506 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4426 | 2024.04.30 22:26:35.103883 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4427 | 2024.04.30 22:26:35.104233 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4428 | 2024.04.30 22:26:35.104376 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 796.12 KiB/sec. | ||
| 4429 | 2024.04.30 22:26:35.104383 [ 136 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 4430 | 2024.04.30 22:26:35.104447 [ 136 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4431 | 2024.04.30 22:26:35.104482 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4432 | 2024.04.30 22:26:35.104605 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Debug> DynamicQueryHandler: Done processing query | ||
| 4433 | 2024.04.30 22:26:35.104606 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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 | ||
| 4434 | 2024.04.30 22:26:35.104633 [ 3 ] {5c679c5b-85bd-4237-a026-7e288e478449} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4435 | 2024.04.30 22:26:35.104666 [ 3 ] {} <Debug> HTTP-Session: 29d9bdc0-e149-48f7-96db-f7b730dd466c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4436 | 2024.04.30 22:26:35.104768 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4437 | 2024.04.30 22:26:35.104809 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 31 rows starting from the beginning of the part | ||
| 4438 | 2024.04.30 22:26:35.104816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4439 | 2024.04.30 22:26:35.104893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4440 | 2024.04.30 22:26:35.104908 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
| 4441 | 2024.04.30 22:26:35.104951 [ 3 ] {} <Debug> HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4442 | 2024.04.30 22:26:35.105027 [ 3 ] {} <Debug> HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4443 | 2024.04.30 22:26:35.105092 [ 3 ] {} <Debug> HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4444 | 2024.04.30 22:26:35.105271 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part | ||
| 4445 | 2024.04.30 22:26:35.105280 [ 3 ] {} <Trace> HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4446 | 2024.04.30 22:26:35.105642 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
| 4447 | 2024.04.30 22:26:35.105677 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4448 | 2024.04.30 22:26:35.105747 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 15 rows starting from the beginning of the part | ||
| 4449 | 2024.04.30 22:26:35.105796 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4450 | 2024.04.30 22:26:35.106173 [ 188 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
| 4451 | 2024.04.30 22:26:35.106723 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4452 | 2024.04.30 22:26:35.107164 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2024.04.30 22:26:35.107208 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4454 | 2024.04.30 22:26:35.107872 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4455 | 2024.04.30 22:26:35.107932 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.003382095 sec., 32228.54473336793 rows/sec., 2.55 MiB/sec. | ||
| 4456 | 2024.04.30 22:26:35.108292 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 4457 | 2024.04.30 22:26:35.108601 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2024.04.30 22:26:35.108988 [ 136 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4459 | 2024.04.30 22:26:35.109028 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.003435 sec., 13973.799126637554 rows/sec., 1.25 MiB/sec. | ||
| 4460 | 2024.04.30 22:26:35.109056 [ 136 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4461 | 2024.04.30 22:26:35.109123 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4462 | 2024.04.30 22:26:35.109396 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4463 | 2024.04.30 22:26:35.109495 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 4464 | 2024.04.30 22:26:35.109570 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4465 | 2024.04.30 22:26:35.109587 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_35_7} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 4466 | 2024.04.30 22:26:35.109661 [ 3 ] {36b0ae6f-9f0a-43cb-8376-a2f0fcac32d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4467 | 2024.04.30 22:26:35.109756 [ 3 ] {} <Debug> HTTP-Session: 06dcef15-86aa-47d6-bbf0-97bb0372fdf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4468 | 2024.04.30 22:26:35.109886 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4469 | 2024.04.30 22:26:35.109913 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4470 | 2024.04.30 22:26:35.109953 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 142 rows starting from the beginning of the part | ||
| 4471 | 2024.04.30 22:26:35.110020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4472 | 2024.04.30 22:26:35.110190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4473 | 2024.04.30 22:26:35.110238 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 4474 | 2024.04.30 22:26:35.110269 [ 3 ] {} <Debug> HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4475 | 2024.04.30 22:26:35.110350 [ 3 ] {} <Debug> HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4476 | 2024.04.30 22:26:35.110425 [ 3 ] {} <Debug> HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4477 | 2024.04.30 22:26:35.110659 [ 3 ] {} <Trace> HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4478 | 2024.04.30 22:26:35.110780 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 45 rows starting from the beginning of the part | ||
| 4479 | 2024.04.30 22:26:35.111011 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4480 | 2024.04.30 22:26:35.111094 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 85 rows starting from the beginning of the part | ||
| 4481 | 2024.04.30 22:26:35.111151 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4482 | 2024.04.30 22:26:35.111425 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 45 rows starting from the beginning of the part | ||
| 4483 | 2024.04.30 22:26:35.111748 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 4484 | 2024.04.30 22:26:35.112187 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4485 | 2024.04.30 22:26:35.112935 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2024.04.30 22:26:35.113001 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4487 | 2024.04.30 22:26:35.113897 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4488 | 2024.04.30 22:26:35.114601 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 413 rows, containing 4 columns (4 merged, 0 gathered) in 0.005308914 sec., 77793.68812529267 rows/sec., 6.67 MiB/sec. | ||
| 4489 | 2024.04.30 22:26:35.114669 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4490 | 2024.04.30 22:26:35.114764 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4491 | 2024.04.30 22:26:35.114821 [ 136 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4492 | 2024.04.30 22:26:35.114868 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.004012 sec., 3988.035892323031 rows/sec., 319.35 KiB/sec. | ||
| 4493 | 2024.04.30 22:26:35.114891 [ 136 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4494 | 2024.04.30 22:26:35.114971 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4495 | 2024.04.30 22:26:35.115341 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Debug> DynamicQueryHandler: Done processing query | ||
| 4496 | 2024.04.30 22:26:35.115436 [ 3 ] {9a227949-eca9-4a6e-af2c-473bd822efbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4497 | 2024.04.30 22:26:35.115510 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 4498 | 2024.04.30 22:26:35.115515 [ 3 ] {} <Debug> HTTP-Session: 3ae86df3-d95f-405b-801b-a739114b1c94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4499 | 2024.04.30 22:26:35.115854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4500 | 2024.04.30 22:26:35.115903 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4501 | 2024.04.30 22:26:35.116013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4502 | 2024.04.30 22:26:35.116005 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 96 rows starting from the beginning of the part | ||
| 4503 | 2024.04.30 22:26:35.116082 [ 3 ] {} <Debug> HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4504 | 2024.04.30 22:26:35.116133 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4505 | 2024.04.30 22:26:35.116154 [ 3 ] {} <Debug> HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4506 | 2024.04.30 22:26:35.116262 [ 3 ] {} <Debug> HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4507 | 2024.04.30 22:26:35.116473 [ 3 ] {} <Trace> HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4508 | 2024.04.30 22:26:35.116472 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 4509 | 2024.04.30 22:26:35.116587 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_36_7} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4510 | 2024.04.30 22:26:35.116931 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 15 rows starting from the beginning of the part | ||
| 4511 | 2024.04.30 22:26:35.116972 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4512 | 2024.04.30 22:26:35.117102 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4513 | 2024.04.30 22:26:35.117295 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part | ||
| 4514 | 2024.04.30 22:26:35.117320 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4515 | 2024.04.30 22:26:35.117597 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 15 rows starting from the beginning of the part | ||
| 4516 | 2024.04.30 22:26:35.117942 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 4517 | 2024.04.30 22:26:35.118686 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4518 | 2024.04.30 22:26:35.119635 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4519 | 2024.04.30 22:26:35.119725 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4520 | 2024.04.30 22:26:35.120722 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.005611402 sec., 35641.71663338324 rows/sec., 2.79 MiB/sec. | ||
| 4521 | 2024.04.30 22:26:35.120940 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4522 | 2024.04.30 22:26:35.120946 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4523 | 2024.04.30 22:26:35.121943 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2024.04.30 22:26:35.122055 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4525 | 2024.04.30 22:26:35.122134 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_36_7} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4526 | 2024.04.30 22:26:35.122287 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4527 | 2024.04.30 22:26:35.122409 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.005693 sec., 2810.4689970138766 rows/sec., 3.79 MiB/sec. | ||
| 4528 | 2024.04.30 22:26:35.122609 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4529 | 2024.04.30 22:26:35.122634 [ 3 ] {760d6f6a-e9cc-41e3-9634-b484ecf90c6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4530 | 2024.04.30 22:26:35.122650 [ 3 ] {} <Debug> HTTP-Session: 4d8e260e-57d9-4e1e-9bae-f0b71b601433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4531 | 2024.04.30 22:26:38.775281 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4532 | 2024.04.30 22:26:38.775351 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4533 | 2024.04.30 22:26:40.102148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4534 | 2024.04.30 22:26:40.102272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4535 | 2024.04.30 22:26:40.102302 [ 3 ] {} <Debug> HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4536 | 2024.04.30 22:26:40.102333 [ 3 ] {} <Debug> HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4537 | 2024.04.30 22:26:40.102349 [ 3 ] {} <Debug> HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4538 | 2024.04.30 22:26:40.102399 [ 3 ] {} <Trace> HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4539 | 2024.04.30 22:26:40.102604 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4540 | 2024.04.30 22:26:40.102679 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4541 | 2024.04.30 22:26:40.102888 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4542 | 2024.04.30 22:26:40.103260 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2024.04.30 22:26:40.103302 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4544 | 2024.04.30 22:26:40.103686 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4545 | 2024.04.30 22:26:40.104046 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2024.04.30 22:26:40.104192 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00165 sec., 9090.90909090909 rows/sec., 736.86 KiB/sec. | ||
| 4547 | 2024.04.30 22:26:40.104387 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4548 | 2024.04.30 22:26:40.104414 [ 3 ] {ddffb522-d48f-435b-983d-1579968890a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4549 | 2024.04.30 22:26:40.104431 [ 3 ] {} <Debug> HTTP-Session: feec491f-eee2-4f38-91e1-29a301352a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4550 | 2024.04.30 22:26:40.104574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4551 | 2024.04.30 22:26:40.104629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4552 | 2024.04.30 22:26:40.104648 [ 3 ] {} <Debug> HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4553 | 2024.04.30 22:26:40.104667 [ 3 ] {} <Debug> HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4554 | 2024.04.30 22:26:40.104681 [ 3 ] {} <Debug> HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4555 | 2024.04.30 22:26:40.104715 [ 3 ] {} <Trace> HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4556 | 2024.04.30 22:26:40.104838 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4557 | 2024.04.30 22:26:40.104883 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4558 | 2024.04.30 22:26:40.105013 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4559 | 2024.04.30 22:26:40.105302 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4560 | 2024.04.30 22:26:40.105338 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4561 | 2024.04.30 22:26:40.105655 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4562 | 2024.04.30 22:26:40.105977 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2024.04.30 22:26:40.106101 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001302 sec., 34562.21198156682 rows/sec., 3.01 MiB/sec. | ||
| 4564 | 2024.04.30 22:26:40.106252 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4565 | 2024.04.30 22:26:40.106287 [ 3 ] {747be35d-2e02-4891-99ea-e15cbb2257eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4566 | 2024.04.30 22:26:40.106310 [ 3 ] {} <Debug> HTTP-Session: b1d53f56-9c23-4b31-940a-ad0112ea75be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4567 | 2024.04.30 22:26:40.106467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4568 | 2024.04.30 22:26:40.106536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4569 | 2024.04.30 22:26:40.106568 [ 3 ] {} <Debug> HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4570 | 2024.04.30 22:26:40.106594 [ 3 ] {} <Debug> HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4571 | 2024.04.30 22:26:40.106616 [ 3 ] {} <Debug> HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4572 | 2024.04.30 22:26:40.106662 [ 3 ] {} <Trace> HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4573 | 2024.04.30 22:26:40.106798 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4574 | 2024.04.30 22:26:40.106859 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4575 | 2024.04.30 22:26:40.107042 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4576 | 2024.04.30 22:26:40.107384 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4577 | 2024.04.30 22:26:40.107433 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4578 | 2024.04.30 22:26:40.107877 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4579 | 2024.04.30 22:26:40.108357 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4580 | 2024.04.30 22:26:40.108532 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001776 sec., 8445.945945945947 rows/sec., 676.34 KiB/sec. | ||
| 4581 | 2024.04.30 22:26:40.108732 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4582 | 2024.04.30 22:26:40.108764 [ 3 ] {4a937680-fe07-4b8b-b8e7-7261c03206f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4583 | 2024.04.30 22:26:40.108784 [ 3 ] {} <Debug> HTTP-Session: 14572190-8ec0-404e-a6f2-6d117b782f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4584 | 2024.04.30 22:26:40.108964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4585 | 2024.04.30 22:26:40.109024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4586 | 2024.04.30 22:26:40.109047 [ 3 ] {} <Debug> HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4587 | 2024.04.30 22:26:40.109069 [ 3 ] {} <Debug> HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4588 | 2024.04.30 22:26:40.109086 [ 3 ] {} <Debug> HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4589 | 2024.04.30 22:26:40.109122 [ 3 ] {} <Trace> HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4590 | 2024.04.30 22:26:40.109339 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4591 | 2024.04.30 22:26:40.109389 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4592 | 2024.04.30 22:26:40.109547 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4593 | 2024.04.30 22:26:40.109903 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4594 | 2024.04.30 22:26:40.109940 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4595 | 2024.04.30 22:26:40.110353 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4596 | 2024.04.30 22:26:40.110698 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4597 | 2024.04.30 22:26:40.110824 [ 132 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4598 | 2024.04.30 22:26:40.110829 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001627 sec., 9219.42224953903 rows/sec., 12.44 MiB/sec. | ||
| 4599 | 2024.04.30 22:26:40.110864 [ 132 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4600 | 2024.04.30 22:26:40.110899 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4601 | 2024.04.30 22:26:40.111109 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4602 | 2024.04.30 22:26:40.111184 [ 3 ] {24f2a608-3b77-48b7-8eb8-0cf561c9fb6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4603 | 2024.04.30 22:26:40.111186 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 4604 | 2024.04.30 22:26:40.111258 [ 3 ] {} <Debug> HTTP-Session: 8f904250-f07a-4298-81a3-4f6d57c02e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4605 | 2024.04.30 22:26:40.111558 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4606 | 2024.04.30 22:26:40.111611 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 478 rows starting from the beginning of the part | ||
| 4607 | 2024.04.30 22:26:40.111718 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part | ||
| 4608 | 2024.04.30 22:26:40.111818 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
| 4609 | 2024.04.30 22:26:40.112109 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 15 rows starting from the beginning of the part | ||
| 4610 | 2024.04.30 22:26:40.112206 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
| 4611 | 2024.04.30 22:26:40.112326 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 15 rows starting from the beginning of the part | ||
| 4612 | 2024.04.30 22:26:40.115782 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 6 columns (6 merged, 0 gathered) in 0.004789131 sec., 115887.41255981513 rows/sec., 156.38 MiB/sec. | ||
| 4613 | 2024.04.30 22:26:40.116535 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4614 | 2024.04.30 22:26:40.117037 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4615 | 2024.04.30 22:26:40.117132 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4616 | 2024.04.30 22:26:40.117243 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. | ||
| 4617 | 2024.04.30 22:26:41.000146 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.03 MiB, peak 191.34 MiB, free memory in arenas 0.00 B, will set to 185.06 MiB (RSS), difference: 2.02 MiB | ||
| 4618 | 2024.04.30 22:26:45.102924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4619 | 2024.04.30 22:26:45.103120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4620 | 2024.04.30 22:26:45.103167 [ 3 ] {} <Debug> HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4621 | 2024.04.30 22:26:45.103208 [ 3 ] {} <Debug> HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4622 | 2024.04.30 22:26:45.103237 [ 3 ] {} <Debug> HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4623 | 2024.04.30 22:26:45.103317 [ 3 ] {} <Trace> HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4624 | 2024.04.30 22:26:45.103511 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4625 | 2024.04.30 22:26:45.103580 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4626 | 2024.04.30 22:26:45.103773 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4627 | 2024.04.30 22:26:45.104262 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2024.04.30 22:26:45.104308 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4629 | 2024.04.30 22:26:45.104679 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4630 | 2024.04.30 22:26:45.105032 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2024.04.30 22:26:45.105183 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001729 sec., 9253.903990746096 rows/sec., 750.07 KiB/sec. | ||
| 4632 | 2024.04.30 22:26:45.105454 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4633 | 2024.04.30 22:26:45.105487 [ 3 ] {05f3662e-65c5-4dca-8338-0e9348179b7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4634 | 2024.04.30 22:26:45.105504 [ 3 ] {} <Debug> HTTP-Session: 19e45715-a4b5-49d1-ae0b-ec2ea63cd560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4635 | 2024.04.30 22:26:45.105676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4636 | 2024.04.30 22:26:45.105734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4637 | 2024.04.30 22:26:45.105754 [ 3 ] {} <Debug> HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4638 | 2024.04.30 22:26:45.105773 [ 3 ] {} <Debug> HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4639 | 2024.04.30 22:26:45.105787 [ 3 ] {} <Debug> HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4640 | 2024.04.30 22:26:45.105822 [ 3 ] {} <Trace> HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4641 | 2024.04.30 22:26:45.105939 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4642 | 2024.04.30 22:26:45.105986 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4643 | 2024.04.30 22:26:45.106125 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4644 | 2024.04.30 22:26:45.106465 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4645 | 2024.04.30 22:26:45.106502 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4646 | 2024.04.30 22:26:45.106808 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4647 | 2024.04.30 22:26:45.107130 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4648 | 2024.04.30 22:26:45.107287 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001386 sec., 34632.03463203463 rows/sec., 3.09 MiB/sec. | ||
| 4649 | 2024.04.30 22:26:45.107448 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Debug> DynamicQueryHandler: Done processing query | ||
| 4650 | 2024.04.30 22:26:45.107473 [ 3 ] {3c0d6305-10e0-4330-bf68-654ec758f453} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4651 | 2024.04.30 22:26:45.107488 [ 3 ] {} <Debug> HTTP-Session: 191d2fc5-fb08-4468-82fb-9c21f594c40d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4652 | 2024.04.30 22:26:45.107654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4653 | 2024.04.30 22:26:45.107703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4654 | 2024.04.30 22:26:45.107722 [ 3 ] {} <Debug> HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4655 | 2024.04.30 22:26:45.107739 [ 3 ] {} <Debug> HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4656 | 2024.04.30 22:26:45.107753 [ 3 ] {} <Debug> HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4657 | 2024.04.30 22:26:45.107785 [ 3 ] {} <Trace> HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4658 | 2024.04.30 22:26:45.107892 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4659 | 2024.04.30 22:26:45.107937 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4660 | 2024.04.30 22:26:45.108062 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4661 | 2024.04.30 22:26:45.108336 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4662 | 2024.04.30 22:26:45.108372 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4663 | 2024.04.30 22:26:45.108675 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4664 | 2024.04.30 22:26:45.108976 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4665 | 2024.04.30 22:26:45.109134 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.00127 sec., 12598.425196850392 rows/sec., 1008.86 KiB/sec. | ||
| 4666 | 2024.04.30 22:26:45.109296 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Debug> DynamicQueryHandler: Done processing query | ||
| 4667 | 2024.04.30 22:26:45.109320 [ 3 ] {108a9418-0a2d-4033-8964-cc54180ffa52} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4668 | 2024.04.30 22:26:45.109336 [ 3 ] {} <Debug> HTTP-Session: eaffed00-03d3-40f3-8d5e-29ba0b95142d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4669 | 2024.04.30 22:26:45.109464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4670 | 2024.04.30 22:26:45.109513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4671 | 2024.04.30 22:26:45.109533 [ 3 ] {} <Debug> HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4672 | 2024.04.30 22:26:45.109549 [ 3 ] {} <Debug> HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4673 | 2024.04.30 22:26:45.109563 [ 3 ] {} <Debug> HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4674 | 2024.04.30 22:26:45.109594 [ 3 ] {} <Trace> HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4675 | 2024.04.30 22:26:45.109774 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4676 | 2024.04.30 22:26:45.109822 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4677 | 2024.04.30 22:26:45.109981 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4678 | 2024.04.30 22:26:45.110326 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4679 | 2024.04.30 22:26:45.110362 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4680 | 2024.04.30 22:26:45.110762 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4681 | 2024.04.30 22:26:45.111104 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2024.04.30 22:26:45.111257 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001587 sec., 10081.91556395715 rows/sec., 13.61 MiB/sec. | ||
| 4683 | 2024.04.30 22:26:45.111417 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Debug> DynamicQueryHandler: Done processing query | ||
| 4684 | 2024.04.30 22:26:45.111441 [ 3 ] {ace29160-395c-4eeb-9075-83ef22a53840} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4685 | 2024.04.30 22:26:45.111457 [ 3 ] {} <Debug> HTTP-Session: 5cad3aa5-d002-4f98-9964-ab3aadfeb4f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4686 | 2024.04.30 22:26:50.102207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4687 | 2024.04.30 22:26:50.102355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4688 | 2024.04.30 22:26:50.102386 [ 3 ] {} <Debug> HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4689 | 2024.04.30 22:26:50.102415 [ 3 ] {} <Debug> HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4690 | 2024.04.30 22:26:50.102433 [ 3 ] {} <Debug> HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4691 | 2024.04.30 22:26:50.102492 [ 3 ] {} <Trace> HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4692 | 2024.04.30 22:26:50.102704 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4693 | 2024.04.30 22:26:50.102783 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4694 | 2024.04.30 22:26:50.103009 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4695 | 2024.04.30 22:26:50.103473 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2024.04.30 22:26:50.103518 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4697 | 2024.04.30 22:26:50.103896 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4698 | 2024.04.30 22:26:50.104249 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4699 | 2024.04.30 22:26:50.104401 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001762 sec., 8513.05334846765 rows/sec., 690.02 KiB/sec. | ||
| 4700 | 2024.04.30 22:26:50.104618 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 4701 | 2024.04.30 22:26:50.104645 [ 3 ] {43235ac1-db41-44a2-90aa-88989debd1ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4702 | 2024.04.30 22:26:50.104663 [ 3 ] {} <Debug> HTTP-Session: bb55f473-3670-4b3a-92dc-a06c0740e5c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4703 | 2024.04.30 22:26:50.104806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4704 | 2024.04.30 22:26:50.104862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4705 | 2024.04.30 22:26:50.104882 [ 3 ] {} <Debug> HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4706 | 2024.04.30 22:26:50.104900 [ 3 ] {} <Debug> HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4707 | 2024.04.30 22:26:50.104916 [ 3 ] {} <Debug> HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4708 | 2024.04.30 22:26:50.104952 [ 3 ] {} <Trace> HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4709 | 2024.04.30 22:26:50.105077 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4710 | 2024.04.30 22:26:50.105125 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4711 | 2024.04.30 22:26:50.105258 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4712 | 2024.04.30 22:26:50.105569 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2024.04.30 22:26:50.105608 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4714 | 2024.04.30 22:26:50.105923 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4715 | 2024.04.30 22:26:50.106238 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2024.04.30 22:26:50.106364 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001332 sec., 33783.78378378378 rows/sec., 2.94 MiB/sec. | ||
| 4717 | 2024.04.30 22:26:50.106520 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4718 | 2024.04.30 22:26:50.106545 [ 3 ] {e000815a-0701-4561-b49e-e9967a6a5c9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4719 | 2024.04.30 22:26:50.106562 [ 3 ] {} <Debug> HTTP-Session: 1933fc65-dbd1-417c-b844-1a7305fc4da1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4720 | 2024.04.30 22:26:50.106731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4721 | 2024.04.30 22:26:50.106779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4722 | 2024.04.30 22:26:50.106799 [ 3 ] {} <Debug> HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4723 | 2024.04.30 22:26:50.106817 [ 3 ] {} <Debug> HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4724 | 2024.04.30 22:26:50.106831 [ 3 ] {} <Debug> HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4725 | 2024.04.30 22:26:50.106864 [ 3 ] {} <Trace> HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4726 | 2024.04.30 22:26:50.106966 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4727 | 2024.04.30 22:26:50.107010 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4728 | 2024.04.30 22:26:50.107136 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4729 | 2024.04.30 22:26:50.107427 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2024.04.30 22:26:50.107463 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4731 | 2024.04.30 22:26:50.107766 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4732 | 2024.04.30 22:26:50.108077 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4733 | 2024.04.30 22:26:50.108207 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001266 sec., 11848.341232227489 rows/sec., 948.79 KiB/sec. | ||
| 4734 | 2024.04.30 22:26:50.108409 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Debug> DynamicQueryHandler: Done processing query | ||
| 4735 | 2024.04.30 22:26:50.108434 [ 3 ] {bbe8f9e7-c751-499c-a8fc-f418e5e74200} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4736 | 2024.04.30 22:26:50.108450 [ 3 ] {} <Debug> HTTP-Session: 36f14c33-9605-4f13-a68f-3a28db3f11b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4737 | 2024.04.30 22:26:50.108676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4738 | 2024.04.30 22:26:50.108726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4739 | 2024.04.30 22:26:50.108745 [ 3 ] {} <Debug> HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4740 | 2024.04.30 22:26:50.108762 [ 3 ] {} <Debug> HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4741 | 2024.04.30 22:26:50.108776 [ 3 ] {} <Debug> HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4742 | 2024.04.30 22:26:50.108807 [ 3 ] {} <Trace> HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2024.04.30 22:26:50.108985 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4744 | 2024.04.30 22:26:50.109034 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4745 | 2024.04.30 22:26:50.109202 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4746 | 2024.04.30 22:26:50.109547 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4747 | 2024.04.30 22:26:50.109584 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
| 4748 | 2024.04.30 22:26:50.109988 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4749 | 2024.04.30 22:26:50.110343 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2024.04.30 22:26:50.110514 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001622 sec., 9247.842170160297 rows/sec., 12.48 MiB/sec. | ||
| 4751 | 2024.04.30 22:26:50.110798 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4752 | 2024.04.30 22:26:50.110854 [ 3 ] {50dfc8ed-ef3b-4990-be5e-773118b1860c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4753 | 2024.04.30 22:26:50.110884 [ 3 ] {} <Debug> HTTP-Session: 95c9dc60-71d0-44d5-a479-1262c4cd0db9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4754 | 2024.04.30 22:26:53.775403 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4755 | 2024.04.30 22:26:53.775500 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4756 | 2024.04.30 22:26:55.001437 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000985795 sec. | ||
| 4757 | 2024.04.30 22:26:55.104441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4758 | 2024.04.30 22:26:55.104564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4759 | 2024.04.30 22:26:55.104589 [ 3 ] {} <Debug> HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4760 | 2024.04.30 22:26:55.104615 [ 3 ] {} <Debug> HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4761 | 2024.04.30 22:26:55.104629 [ 3 ] {} <Debug> HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4762 | 2024.04.30 22:26:55.104679 [ 3 ] {} <Trace> HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4763 | 2024.04.30 22:26:55.104877 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4764 | 2024.04.30 22:26:55.104946 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4765 | 2024.04.30 22:26:55.105144 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4766 | 2024.04.30 22:26:55.105560 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4767 | 2024.04.30 22:26:55.105609 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4768 | 2024.04.30 22:26:55.105992 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4769 | 2024.04.30 22:26:55.106332 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4770 | 2024.04.30 22:26:55.106511 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001681 sec., 9518.143961927424 rows/sec., 771.49 KiB/sec. | ||
| 4771 | 2024.04.30 22:26:55.106729 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Debug> DynamicQueryHandler: Done processing query | ||
| 4772 | 2024.04.30 22:26:55.106757 [ 3 ] {6e6c020e-446e-4395-ac73-ba9b8dc14c64} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4773 | 2024.04.30 22:26:55.106774 [ 3 ] {} <Debug> HTTP-Session: 19217b4b-5b04-4c86-b4c3-04816516d6a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4774 | 2024.04.30 22:26:55.106932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4775 | 2024.04.30 22:26:55.106997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4776 | 2024.04.30 22:26:55.107018 [ 3 ] {} <Debug> HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4777 | 2024.04.30 22:26:55.107042 [ 3 ] {} <Debug> HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4778 | 2024.04.30 22:26:55.107058 [ 3 ] {} <Debug> HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4779 | 2024.04.30 22:26:55.107098 [ 3 ] {} <Trace> HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4780 | 2024.04.30 22:26:55.107244 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4781 | 2024.04.30 22:26:55.107299 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4782 | 2024.04.30 22:26:55.107457 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4783 | 2024.04.30 22:26:55.107792 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4784 | 2024.04.30 22:26:55.107830 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4785 | 2024.04.30 22:26:55.108150 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4786 | 2024.04.30 22:26:55.108466 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4787 | 2024.04.30 22:26:55.108626 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Debug> executeQuery: Read 84 rows, 7.16 KiB in 0.001432 sec., 58659.217877094976 rows/sec., 4.88 MiB/sec. | ||
| 4788 | 2024.04.30 22:26:55.108894 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Debug> DynamicQueryHandler: Done processing query | ||
| 4789 | 2024.04.30 22:26:55.108956 [ 3 ] {98079aff-02dd-480b-96ac-1064f41cfb38} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4790 | 2024.04.30 22:26:55.109015 [ 3 ] {} <Debug> HTTP-Session: 848ad4f0-8508-4481-9b8c-dc1da53cab91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4791 | 2024.04.30 22:26:55.109192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4792 | 2024.04.30 22:26:55.109244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4793 | 2024.04.30 22:26:55.109263 [ 3 ] {} <Debug> HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4794 | 2024.04.30 22:26:55.109281 [ 3 ] {} <Debug> HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4795 | 2024.04.30 22:26:55.109294 [ 3 ] {} <Debug> HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4796 | 2024.04.30 22:26:55.109326 [ 3 ] {} <Trace> HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4797 | 2024.04.30 22:26:55.109443 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4798 | 2024.04.30 22:26:55.109488 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4799 | 2024.04.30 22:26:55.109633 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4800 | 2024.04.30 22:26:55.109930 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2024.04.30 22:26:55.109969 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4802 | 2024.04.30 22:26:55.110279 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4803 | 2024.04.30 22:26:55.110604 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2024.04.30 22:26:55.110770 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Debug> executeQuery: Read 40 rows, 3.18 KiB in 0.001357 sec., 29476.78703021371 rows/sec., 2.29 MiB/sec. | ||
| 4805 | 2024.04.30 22:26:55.111101 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Debug> DynamicQueryHandler: Done processing query | ||
| 4806 | 2024.04.30 22:26:55.111131 [ 3 ] {19987bd8-235a-40ea-b546-b265e1390c58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4807 | 2024.04.30 22:26:55.111146 [ 3 ] {} <Debug> HTTP-Session: 70f613b6-99d0-4e3a-b293-57b7a700450c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4808 | 2024.04.30 22:26:55.111294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4809 | 2024.04.30 22:26:55.111345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4810 | 2024.04.30 22:26:55.111364 [ 3 ] {} <Debug> HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4811 | 2024.04.30 22:26:55.111381 [ 3 ] {} <Debug> HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4812 | 2024.04.30 22:26:55.111395 [ 3 ] {} <Debug> HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4813 | 2024.04.30 22:26:55.111427 [ 3 ] {} <Trace> HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4814 | 2024.04.30 22:26:55.111541 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4815 | 2024.04.30 22:26:55.111593 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4816 | 2024.04.30 22:26:55.111763 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4817 | 2024.04.30 22:26:55.112057 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2024.04.30 22:26:55.112094 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4819 | 2024.04.30 22:26:55.112471 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4820 | 2024.04.30 22:26:55.112817 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4821 | 2024.04.30 22:26:55.112941 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001437 sec., 25052.19206680585 rows/sec., 1.77 MiB/sec. | ||
| 4822 | 2024.04.30 22:26:55.113191 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4823 | 2024.04.30 22:26:55.113232 [ 3 ] {0c0d5772-084e-424c-8956-a9ae3475824b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4824 | 2024.04.30 22:26:55.113249 [ 3 ] {} <Debug> HTTP-Session: 4c42fd8a-38e1-488c-b8a1-d8107f9a9e89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4825 | 2024.04.30 22:26:55.113384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4826 | 2024.04.30 22:26:55.113432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4827 | 2024.04.30 22:26:55.113451 [ 3 ] {} <Debug> HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4828 | 2024.04.30 22:26:55.113467 [ 3 ] {} <Debug> HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4829 | 2024.04.30 22:26:55.113481 [ 3 ] {} <Debug> HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4830 | 2024.04.30 22:26:55.113512 [ 3 ] {} <Trace> HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2024.04.30 22:26:55.113688 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4832 | 2024.04.30 22:26:55.113738 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4833 | 2024.04.30 22:26:55.113911 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4834 | 2024.04.30 22:26:55.114265 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4835 | 2024.04.30 22:26:55.114301 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4836 | 2024.04.30 22:26:55.114684 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4837 | 2024.04.30 22:26:55.115018 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4838 | 2024.04.30 22:26:55.115138 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00155 sec., 10322.58064516129 rows/sec., 13.93 MiB/sec. | ||
| 4839 | 2024.04.30 22:26:55.115289 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4840 | 2024.04.30 22:26:55.115314 [ 3 ] {179370b3-8d37-430c-9f2c-b0cd6c16daf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4841 | 2024.04.30 22:26:55.115329 [ 3 ] {} <Debug> HTTP-Session: cd0de16f-781f-4798-98e9-aed17903edcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4842 | 2024.04.30 22:27:00.101674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4843 | 2024.04.30 22:27:00.101808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4844 | 2024.04.30 22:27:00.101834 [ 3 ] {} <Debug> HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4845 | 2024.04.30 22:27:00.101859 [ 3 ] {} <Debug> HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4846 | 2024.04.30 22:27:00.101873 [ 3 ] {} <Debug> HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4847 | 2024.04.30 22:27:00.101925 [ 3 ] {} <Trace> HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4848 | 2024.04.30 22:27:00.102117 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4849 | 2024.04.30 22:27:00.102188 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4850 | 2024.04.30 22:27:00.102397 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4851 | 2024.04.30 22:27:00.102830 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2024.04.30 22:27:00.102877 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4853 | 2024.04.30 22:27:00.103254 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4854 | 2024.04.30 22:27:00.103591 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2024.04.30 22:27:00.103746 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001686 sec., 8896.79715302491 rows/sec., 721.13 KiB/sec. | ||
| 4856 | 2024.04.30 22:27:00.103805 [ 119 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 4857 | 2024.04.30 22:27:00.103917 [ 119 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4858 | 2024.04.30 22:27:00.103952 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4859 | 2024.04.30 22:27:00.104050 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4860 | 2024.04.30 22:27:00.104114 [ 3 ] {73684864-3748-4455-805e-67af990815d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4861 | 2024.04.30 22:27:00.104148 [ 3 ] {} <Debug> HTTP-Session: 905ba9a5-79ab-47db-a05b-48b0fba877a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4862 | 2024.04.30 22:27:00.104159 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::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 | ||
| 4863 | 2024.04.30 22:27:00.104322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4864 | 2024.04.30 22:27:00.104409 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4865 | 2024.04.30 22:27:00.104429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4866 | 2024.04.30 22:27:00.104482 [ 3 ] {} <Debug> HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4867 | 2024.04.30 22:27:00.104484 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 31 rows starting from the beginning of the part | ||
| 4868 | 2024.04.30 22:27:00.104512 [ 3 ] {} <Debug> HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4869 | 2024.04.30 22:27:00.104553 [ 3 ] {} <Debug> HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4870 | 2024.04.30 22:27:00.104690 [ 3 ] {} <Trace> HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4871 | 2024.04.30 22:27:00.104740 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 15 rows starting from the beginning of the part | ||
| 4872 | 2024.04.30 22:27:00.105065 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
| 4873 | 2024.04.30 22:27:00.105099 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4874 | 2024.04.30 22:27:00.105251 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4875 | 2024.04.30 22:27:00.105393 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part | ||
| 4876 | 2024.04.30 22:27:00.105707 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
| 4877 | 2024.04.30 22:27:00.106081 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part | ||
| 4878 | 2024.04.30 22:27:00.106300 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4879 | 2024.04.30 22:27:00.107148 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4880 | 2024.04.30 22:27:00.107217 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4881 | 2024.04.30 22:27:00.108104 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4882 | 2024.04.30 22:27:00.108894 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.004855843 sec., 22241.246267640858 rows/sec., 1.76 MiB/sec. | ||
| 4883 | 2024.04.30 22:27:00.109092 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 4884 | 2024.04.30 22:27:00.109102 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2024.04.30 22:27:00.109371 [ 119 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4886 | 2024.04.30 22:27:00.109489 [ 119 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4887 | 2024.04.30 22:27:00.109531 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.004546 sec., 9898.812142542896 rows/sec., 882.90 KiB/sec. | ||
| 4888 | 2024.04.30 22:27:00.109575 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4889 | 2024.04.30 22:27:00.110218 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Debug> DynamicQueryHandler: Done processing query | ||
| 4890 | 2024.04.30 22:27:00.110237 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 4891 | 2024.04.30 22:27:00.110274 [ 3 ] {dd3fb5b8-e1d4-440b-9fe7-87d810fc36db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4892 | 2024.04.30 22:27:00.110341 [ 3 ] {} <Debug> HTTP-Session: b30bb92b-d914-437f-8514-4f84f029bdb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4893 | 2024.04.30 22:27:00.110490 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4894 | 2024.04.30 22:27:00.110621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4895 | 2024.04.30 22:27:00.110798 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_40_8} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 4896 | 2024.04.30 22:27:00.110800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4897 | 2024.04.30 22:27:00.110815 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4898 | 2024.04.30 22:27:00.110883 [ 3 ] {} <Debug> HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4899 | 2024.04.30 22:27:00.110957 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 142 rows starting from the beginning of the part | ||
| 4900 | 2024.04.30 22:27:00.110976 [ 3 ] {} <Debug> HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4901 | 2024.04.30 22:27:00.111012 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4902 | 2024.04.30 22:27:00.111051 [ 3 ] {} <Debug> HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4903 | 2024.04.30 22:27:00.111207 [ 3 ] {} <Trace> HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4904 | 2024.04.30 22:27:00.111269 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 45 rows starting from the beginning of the part | ||
| 4905 | 2024.04.30 22:27:00.111545 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4906 | 2024.04.30 22:27:00.111594 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part | ||
| 4907 | 2024.04.30 22:27:00.111664 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4908 | 2024.04.30 22:27:00.111861 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 45 rows starting from the beginning of the part | ||
| 4909 | 2024.04.30 22:27:00.112189 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 84 rows starting from the beginning of the part | ||
| 4910 | 2024.04.30 22:27:00.112548 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 45 rows starting from the beginning of the part | ||
| 4911 | 2024.04.30 22:27:00.112842 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4912 | 2024.04.30 22:27:00.113680 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2024.04.30 22:27:00.113731 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4914 | 2024.04.30 22:27:00.114641 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4915 | 2024.04.30 22:27:00.115348 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 409 rows, containing 4 columns (4 merged, 0 gathered) in 0.005494898 sec., 74432.68282686958 rows/sec., 6.37 MiB/sec. | ||
| 4916 | 2024.04.30 22:27:00.115412 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2024.04.30 22:27:00.115519 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4918 | 2024.04.30 22:27:00.115628 [ 119 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4919 | 2024.04.30 22:27:00.115688 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.004282 sec., 3503.0359645025687 rows/sec., 280.52 KiB/sec. | ||
| 4920 | 2024.04.30 22:27:00.115722 [ 119 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2024.04.30 22:27:00.115858 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4922 | 2024.04.30 22:27:00.116243 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Debug> DynamicQueryHandler: Done processing query | ||
| 4923 | 2024.04.30 22:27:00.116351 [ 3 ] {0f4bb98c-3c2d-42ae-86bc-92685cc50b30} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4924 | 2024.04.30 22:27:00.116427 [ 3 ] {} <Debug> HTTP-Session: 4944ff86-3296-4480-8d2d-3eedb3854ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4925 | 2024.04.30 22:27:00.116443 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 4926 | 2024.04.30 22:27:00.116727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4927 | 2024.04.30 22:27:00.116885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4928 | 2024.04.30 22:27:00.116901 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4929 | 2024.04.30 22:27:00.116948 [ 3 ] {} <Debug> HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4930 | 2024.04.30 22:27:00.116979 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 96 rows starting from the beginning of the part | ||
| 4931 | 2024.04.30 22:27:00.117028 [ 3 ] {} <Debug> HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4932 | 2024.04.30 22:27:00.117062 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4933 | 2024.04.30 22:27:00.117098 [ 3 ] {} <Debug> HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4934 | 2024.04.30 22:27:00.117302 [ 3 ] {} <Trace> HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4935 | 2024.04.30 22:27:00.117409 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 15 rows starting from the beginning of the part | ||
| 4936 | 2024.04.30 22:27:00.117649 [ 200 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_41_8} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4937 | 2024.04.30 22:27:00.117819 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 4938 | 2024.04.30 22:27:00.117968 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4939 | 2024.04.30 22:27:00.117982 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4940 | 2024.04.30 22:27:00.118197 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 15 rows starting from the beginning of the part | ||
| 4941 | 2024.04.30 22:27:00.118285 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4942 | 2024.04.30 22:27:00.118575 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 4943 | 2024.04.30 22:27:00.118997 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 15 rows starting from the beginning of the part | ||
| 4944 | 2024.04.30 22:27:00.119697 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4945 | 2024.04.30 22:27:00.120629 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4946 | 2024.04.30 22:27:00.120697 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4947 | 2024.04.30 22:27:00.121746 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 4 columns (4 merged, 0 gathered) in 0.005733705 sec., 34358.23782353644 rows/sec., 2.69 MiB/sec. | ||
| 4948 | 2024.04.30 22:27:00.121891 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4949 | 2024.04.30 22:27:00.121933 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4950 | 2024.04.30 22:27:00.122825 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4951 | 2024.04.30 22:27:00.122849 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2024.04.30 22:27:00.123042 [ 191 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_41_8} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4953 | 2024.04.30 22:27:00.123135 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.005511 sec., 2721.829069134458 rows/sec., 3.67 MiB/sec. | ||
| 4954 | 2024.04.30 22:27:00.123224 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4955 | 2024.04.30 22:27:00.123464 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Debug> DynamicQueryHandler: Done processing query | ||
| 4956 | 2024.04.30 22:27:00.123494 [ 3 ] {08916df1-1cb8-47cb-97c4-a30f48adce22} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4957 | 2024.04.30 22:27:00.123510 [ 3 ] {} <Debug> HTTP-Session: 2fc1b84b-a48d-451d-9336-ef61598867a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4958 | 2024.04.30 22:27:05.102825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4959 | 2024.04.30 22:27:05.103020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4960 | 2024.04.30 22:27:05.103065 [ 3 ] {} <Debug> HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4961 | 2024.04.30 22:27:05.103108 [ 3 ] {} <Debug> HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4962 | 2024.04.30 22:27:05.103136 [ 3 ] {} <Debug> HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4963 | 2024.04.30 22:27:05.103220 [ 3 ] {} <Trace> HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4964 | 2024.04.30 22:27:05.103518 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4965 | 2024.04.30 22:27:05.103629 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4966 | 2024.04.30 22:27:05.103953 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4967 | 2024.04.30 22:27:05.104485 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4968 | 2024.04.30 22:27:05.104532 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4969 | 2024.04.30 22:27:05.104909 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4970 | 2024.04.30 22:27:05.105250 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4971 | 2024.04.30 22:27:05.105408 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001989 sec., 8044.243338360986 rows/sec., 652.02 KiB/sec. | ||
| 4972 | 2024.04.30 22:27:05.105718 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4973 | 2024.04.30 22:27:05.105764 [ 3 ] {fe03fa64-14d0-421a-8d63-6daba067d7d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4974 | 2024.04.30 22:27:05.105790 [ 3 ] {} <Debug> HTTP-Session: dd1a1906-c0c0-493a-a81d-0c7c5923cac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4975 | 2024.04.30 22:27:05.105962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4976 | 2024.04.30 22:27:05.106019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4977 | 2024.04.30 22:27:05.106038 [ 3 ] {} <Debug> HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4978 | 2024.04.30 22:27:05.106057 [ 3 ] {} <Debug> HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4979 | 2024.04.30 22:27:05.106072 [ 3 ] {} <Debug> HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4980 | 2024.04.30 22:27:05.106107 [ 3 ] {} <Trace> HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4981 | 2024.04.30 22:27:05.106213 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4982 | 2024.04.30 22:27:05.106260 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4983 | 2024.04.30 22:27:05.106414 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4984 | 2024.04.30 22:27:05.106705 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4985 | 2024.04.30 22:27:05.106742 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 4986 | 2024.04.30 22:27:05.107054 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4987 | 2024.04.30 22:27:05.107369 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2024.04.30 22:27:05.107538 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001341 sec., 2982.848620432513 rows/sec., 243.23 KiB/sec. | ||
| 4989 | 2024.04.30 22:27:05.108042 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Debug> DynamicQueryHandler: Done processing query | ||
| 4990 | 2024.04.30 22:27:05.108067 [ 3 ] {64f96975-f072-445d-86f6-281472f20460} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4991 | 2024.04.30 22:27:05.108085 [ 3 ] {} <Debug> HTTP-Session: 16595018-7527-486b-ac85-80167c7581eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4992 | 2024.04.30 22:27:05.108252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4993 | 2024.04.30 22:27:05.108302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4994 | 2024.04.30 22:27:05.108322 [ 3 ] {} <Debug> HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 4995 | 2024.04.30 22:27:05.108339 [ 3 ] {} <Debug> HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4996 | 2024.04.30 22:27:05.108353 [ 3 ] {} <Debug> HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4997 | 2024.04.30 22:27:05.108385 [ 3 ] {} <Trace> HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4998 | 2024.04.30 22:27:05.108499 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4999 | 2024.04.30 22:27:05.108543 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5000 | 2024.04.30 22:27:05.108695 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5001 | 2024.04.30 22:27:05.109013 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2024.04.30 22:27:05.109050 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5003 | 2024.04.30 22:27:05.109357 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5004 | 2024.04.30 22:27:05.109662 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5005 | 2024.04.30 22:27:05.109817 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Debug> executeQuery: Read 50 rows, 4.54 KiB in 0.001352 sec., 36982.24852071006 rows/sec., 3.28 MiB/sec. | ||
| 5006 | 2024.04.30 22:27:05.110093 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Debug> DynamicQueryHandler: Done processing query | ||
| 5007 | 2024.04.30 22:27:05.110152 [ 3 ] {f716032a-6ac3-4490-9797-f7c1335d4b89} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5008 | 2024.04.30 22:27:05.110222 [ 3 ] {} <Debug> HTTP-Session: 851170b4-576b-4b74-ae98-563d14f8a38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5009 | 2024.04.30 22:27:05.110427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5010 | 2024.04.30 22:27:05.110482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5011 | 2024.04.30 22:27:05.110502 [ 3 ] {} <Debug> HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5012 | 2024.04.30 22:27:05.110518 [ 3 ] {} <Debug> HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5013 | 2024.04.30 22:27:05.110532 [ 3 ] {} <Debug> HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5014 | 2024.04.30 22:27:05.110565 [ 3 ] {} <Trace> HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5015 | 2024.04.30 22:27:05.110669 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5016 | 2024.04.30 22:27:05.110714 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5017 | 2024.04.30 22:27:05.110862 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5018 | 2024.04.30 22:27:05.111150 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5019 | 2024.04.30 22:27:05.111189 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5020 | 2024.04.30 22:27:05.111484 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5021 | 2024.04.30 22:27:05.111787 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5022 | 2024.04.30 22:27:05.111944 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001293 sec., 3093.580819798917 rows/sec., 216.01 KiB/sec. | ||
| 5023 | 2024.04.30 22:27:05.112415 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Debug> DynamicQueryHandler: Done processing query | ||
| 5024 | 2024.04.30 22:27:05.112440 [ 3 ] {0df69bf4-b6ff-4b15-ac97-fdf37b7cc373} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5025 | 2024.04.30 22:27:05.112456 [ 3 ] {} <Debug> HTTP-Session: 9f5ec991-50b2-4f3c-bc43-5ecc7b7ac9e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5026 | 2024.04.30 22:27:05.112572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5027 | 2024.04.30 22:27:05.112620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5028 | 2024.04.30 22:27:05.112640 [ 3 ] {} <Debug> HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5029 | 2024.04.30 22:27:05.112656 [ 3 ] {} <Debug> HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5030 | 2024.04.30 22:27:05.112670 [ 3 ] {} <Debug> HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5031 | 2024.04.30 22:27:05.112701 [ 3 ] {} <Trace> HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5032 | 2024.04.30 22:27:05.112805 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5033 | 2024.04.30 22:27:05.112876 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5034 | 2024.04.30 22:27:05.113034 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5035 | 2024.04.30 22:27:05.113322 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2024.04.30 22:27:05.113360 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5037 | 2024.04.30 22:27:05.113673 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5038 | 2024.04.30 22:27:05.113977 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5039 | 2024.04.30 22:27:05.114098 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Debug> executeQuery: Read 20 rows, 1.61 KiB in 0.001324 sec., 15105.74018126888 rows/sec., 1.19 MiB/sec. | ||
| 5040 | 2024.04.30 22:27:05.114257 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5041 | 2024.04.30 22:27:05.114285 [ 3 ] {47713a59-2139-4ae8-9e57-49ae9191ad0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5042 | 2024.04.30 22:27:05.114301 [ 3 ] {} <Debug> HTTP-Session: 8cf0044a-0ef5-4352-ad93-0a81079d55e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5043 | 2024.04.30 22:27:05.114442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5044 | 2024.04.30 22:27:05.114492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5045 | 2024.04.30 22:27:05.114512 [ 3 ] {} <Debug> HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5046 | 2024.04.30 22:27:05.114528 [ 3 ] {} <Debug> HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5047 | 2024.04.30 22:27:05.114542 [ 3 ] {} <Debug> HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5048 | 2024.04.30 22:27:05.114572 [ 3 ] {} <Trace> HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5049 | 2024.04.30 22:27:05.114666 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5050 | 2024.04.30 22:27:05.114715 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5051 | 2024.04.30 22:27:05.114853 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5052 | 2024.04.30 22:27:05.115111 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5053 | 2024.04.30 22:27:05.115146 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5054 | 2024.04.30 22:27:05.115501 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5055 | 2024.04.30 22:27:05.115823 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5056 | 2024.04.30 22:27:05.115946 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001305 sec., 1532.5670498084291 rows/sec., 107.76 KiB/sec. | ||
| 5057 | 2024.04.30 22:27:05.116249 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5058 | 2024.04.30 22:27:05.116274 [ 3 ] {f7476bb8-b940-4321-be04-c1208d42d1c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5059 | 2024.04.30 22:27:05.116290 [ 3 ] {} <Debug> HTTP-Session: 21a48235-9216-4711-a1fa-e374ab11e44c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5060 | 2024.04.30 22:27:05.116414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5061 | 2024.04.30 22:27:05.116462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5062 | 2024.04.30 22:27:05.116481 [ 3 ] {} <Debug> HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5063 | 2024.04.30 22:27:05.116497 [ 3 ] {} <Debug> HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5064 | 2024.04.30 22:27:05.116511 [ 3 ] {} <Debug> HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5065 | 2024.04.30 22:27:05.116541 [ 3 ] {} <Trace> HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5066 | 2024.04.30 22:27:05.116746 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5067 | 2024.04.30 22:27:05.116795 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5068 | 2024.04.30 22:27:05.116972 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5069 | 2024.04.30 22:27:05.117371 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2024.04.30 22:27:05.117407 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5071 | 2024.04.30 22:27:05.117795 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5072 | 2024.04.30 22:27:05.118140 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2024.04.30 22:27:05.118264 [ 116 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5074 | 2024.04.30 22:27:05.118269 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001652 sec., 9685.230024213075 rows/sec., 13.07 MiB/sec. | ||
| 5075 | 2024.04.30 22:27:05.118303 [ 116 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5076 | 2024.04.30 22:27:05.118341 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5077 | 2024.04.30 22:27:05.118452 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 5078 | 2024.04.30 22:27:05.118482 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Debug> DynamicQueryHandler: Done processing query | ||
| 5079 | 2024.04.30 22:27:05.118514 [ 3 ] {862b3b78-7a7d-4f5b-bf6e-ccb897075d90} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5080 | 2024.04.30 22:27:05.118537 [ 3 ] {} <Debug> HTTP-Session: 39547e90-fd4a-42e3-a35c-59ad92103b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5081 | 2024.04.30 22:27:05.118610 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5082 | 2024.04.30 22:27:05.118642 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 555 rows starting from the beginning of the part | ||
| 5083 | 2024.04.30 22:27:05.118706 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
| 5084 | 2024.04.30 22:27:05.118931 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part | ||
| 5085 | 2024.04.30 22:27:05.119182 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
| 5086 | 2024.04.30 22:27:05.119352 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part | ||
| 5087 | 2024.04.30 22:27:05.119452 [ 200 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
| 5088 | 2024.04.30 22:27:05.121779 [ 191 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 633 rows, containing 6 columns (6 merged, 0 gathered) in 0.003370655 sec., 187797.32722571725 rows/sec., 253.42 MiB/sec. | ||
| 5089 | 2024.04.30 22:27:05.122426 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5090 | 2024.04.30 22:27:05.122993 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5091 | 2024.04.30 22:27:05.123084 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5092 | 2024.04.30 22:27:05.123193 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. | ||
| 5093 | 2024.04.30 22:27:08.775551 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5094 | 2024.04.30 22:27:08.775623 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5095 | 2024.04.30 22:27:10.103063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5096 | 2024.04.30 22:27:10.103223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5097 | 2024.04.30 22:27:10.103265 [ 3 ] {} <Debug> HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5098 | 2024.04.30 22:27:10.103304 [ 3 ] {} <Debug> HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5099 | 2024.04.30 22:27:10.103331 [ 3 ] {} <Debug> HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5100 | 2024.04.30 22:27:10.103407 [ 3 ] {} <Trace> HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5101 | 2024.04.30 22:27:10.103682 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5102 | 2024.04.30 22:27:10.103785 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5103 | 2024.04.30 22:27:10.104081 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5104 | 2024.04.30 22:27:10.104601 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5105 | 2024.04.30 22:27:10.104650 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5106 | 2024.04.30 22:27:10.105016 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5107 | 2024.04.30 22:27:10.105357 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2024.04.30 22:27:10.105523 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001928 sec., 7780.0829875518675 rows/sec., 630.61 KiB/sec. | ||
| 5109 | 2024.04.30 22:27:10.105777 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5110 | 2024.04.30 22:27:10.105811 [ 3 ] {9faa1aee-985a-4d95-a4fa-cb8fd83c3aa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5111 | 2024.04.30 22:27:10.105829 [ 3 ] {} <Debug> HTTP-Session: c83f81cc-8f4c-4aa2-845b-5c49d8addda6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5112 | 2024.04.30 22:27:10.105994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5113 | 2024.04.30 22:27:10.106052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5114 | 2024.04.30 22:27:10.106072 [ 3 ] {} <Debug> HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5115 | 2024.04.30 22:27:10.106090 [ 3 ] {} <Debug> HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5116 | 2024.04.30 22:27:10.106104 [ 3 ] {} <Debug> HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5117 | 2024.04.30 22:27:10.106139 [ 3 ] {} <Trace> HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5118 | 2024.04.30 22:27:10.106248 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5119 | 2024.04.30 22:27:10.106293 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5120 | 2024.04.30 22:27:10.106423 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5121 | 2024.04.30 22:27:10.106737 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5122 | 2024.04.30 22:27:10.106775 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5123 | 2024.04.30 22:27:10.107085 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5124 | 2024.04.30 22:27:10.107393 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5125 | 2024.04.30 22:27:10.107552 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Debug> executeQuery: Read 14 rows, 1.18 KiB in 0.001326 sec., 10558.069381598794 rows/sec., 891.87 KiB/sec. | ||
| 5126 | 2024.04.30 22:27:10.107555 [ 113 ] {} <Debug> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 5127 | 2024.04.30 22:27:10.107646 [ 113 ] {} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2024.04.30 22:27:10.107698 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5129 | 2024.04.30 22:27:10.107816 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5130 | 2024.04.30 22:27:10.107843 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::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 | ||
| 5131 | 2024.04.30 22:27:10.107851 [ 3 ] {e2494d90-0458-4c95-b7ae-cf16e997edc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5132 | 2024.04.30 22:27:10.107890 [ 3 ] {} <Debug> HTTP-Session: b381c8f1-1e77-4334-b6b8-248ceb2b7e4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5133 | 2024.04.30 22:27:10.107974 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5134 | 2024.04.30 22:27:10.108003 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part | ||
| 5135 | 2024.04.30 22:27:10.108040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5136 | 2024.04.30 22:27:10.108080 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5137 | 2024.04.30 22:27:10.108180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5138 | 2024.04.30 22:27:10.108290 [ 3 ] {} <Debug> HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5139 | 2024.04.30 22:27:10.108418 [ 3 ] {} <Debug> HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5140 | 2024.04.30 22:27:10.108448 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 5141 | 2024.04.30 22:27:10.108513 [ 3 ] {} <Debug> HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5142 | 2024.04.30 22:27:10.108668 [ 3 ] {} <Trace> HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5143 | 2024.04.30 22:27:10.108807 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 5144 | 2024.04.30 22:27:10.109065 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5145 | 2024.04.30 22:27:10.109069 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 5146 | 2024.04.30 22:27:10.109157 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5147 | 2024.04.30 22:27:10.109292 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 5148 | 2024.04.30 22:27:10.109796 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5149 | 2024.04.30 22:27:10.110321 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5150 | 2024.04.30 22:27:10.110365 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5151 | 2024.04.30 22:27:10.110912 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5152 | 2024.04.30 22:27:10.110916 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 4 columns (4 merged, 0 gathered) in 0.003132528 sec., 18515.397148884225 rows/sec., 1.51 MiB/sec. | ||
| 5153 | 2024.04.30 22:27:10.111081 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 5154 | 2024.04.30 22:27:10.111442 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5155 | 2024.04.30 22:27:10.111664 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5156 | 2024.04.30 22:27:10.111676 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Debug> executeQuery: Read 55 rows, 4.86 KiB in 0.002775 sec., 19819.81981981982 rows/sec., 1.71 MiB/sec. | ||
| 5157 | 2024.04.30 22:27:10.111787 [ 200 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_10_2} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 5158 | 2024.04.30 22:27:10.111869 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5159 | 2024.04.30 22:27:10.111899 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Debug> DynamicQueryHandler: Done processing query | ||
| 5160 | 2024.04.30 22:27:10.111924 [ 3 ] {9d3f2efa-32e8-40d8-ad87-c57e8365a696} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5161 | 2024.04.30 22:27:10.111941 [ 3 ] {} <Debug> HTTP-Session: 952e3169-b6d4-4d8c-94da-70c11f9fdafd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5162 | 2024.04.30 22:27:10.112093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5163 | 2024.04.30 22:27:10.112141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5164 | 2024.04.30 22:27:10.112161 [ 3 ] {} <Debug> HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5165 | 2024.04.30 22:27:10.112176 [ 3 ] {} <Debug> HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5166 | 2024.04.30 22:27:10.112190 [ 3 ] {} <Debug> HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5167 | 2024.04.30 22:27:10.112221 [ 3 ] {} <Trace> HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5168 | 2024.04.30 22:27:10.112317 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5169 | 2024.04.30 22:27:10.112360 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5170 | 2024.04.30 22:27:10.112484 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5171 | 2024.04.30 22:27:10.112763 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2024.04.30 22:27:10.112800 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5173 | 2024.04.30 22:27:10.113099 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5174 | 2024.04.30 22:27:10.113401 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5175 | 2024.04.30 22:27:10.113544 [ 113 ] {} <Debug> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 5176 | 2024.04.30 22:27:10.113556 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001254 sec., 11164.27432216906 rows/sec., 812.24 KiB/sec. | ||
| 5177 | 2024.04.30 22:27:10.113590 [ 113 ] {} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5178 | 2024.04.30 22:27:10.113657 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5179 | 2024.04.30 22:27:10.113861 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::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 | ||
| 5180 | 2024.04.30 22:27:10.113883 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5181 | 2024.04.30 22:27:10.113943 [ 3 ] {e578dbb3-222e-4500-bcbe-c04b571f56bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5182 | 2024.04.30 22:27:10.113968 [ 3 ] {} <Debug> HTTP-Session: 1822f8c4-ef5f-449f-8d84-74315167c72d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5183 | 2024.04.30 22:27:10.114086 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5184 | 2024.04.30 22:27:10.114143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5185 | 2024.04.30 22:27:10.114156 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part | ||
| 5186 | 2024.04.30 22:27:10.114232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5187 | 2024.04.30 22:27:10.114330 [ 3 ] {} <Debug> HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5188 | 2024.04.30 22:27:10.114398 [ 3 ] {} <Debug> HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5189 | 2024.04.30 22:27:10.114398 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 5190 | 2024.04.30 22:27:10.114445 [ 3 ] {} <Debug> HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5191 | 2024.04.30 22:27:10.114608 [ 3 ] {} <Trace> HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5192 | 2024.04.30 22:27:10.114634 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 5193 | 2024.04.30 22:27:10.114944 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 5194 | 2024.04.30 22:27:10.114999 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5195 | 2024.04.30 22:27:10.115176 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5196 | 2024.04.30 22:27:10.115215 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 5197 | 2024.04.30 22:27:10.115583 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 5198 | 2024.04.30 22:27:10.116270 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5199 | 2024.04.30 22:27:10.116990 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5200 | 2024.04.30 22:27:10.117042 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5201 | 2024.04.30 22:27:10.117939 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5202 | 2024.04.30 22:27:10.118296 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 58 rows, containing 4 columns (4 merged, 0 gathered) in 0.004529944 sec., 12803.690288445066 rows/sec., 921.17 KiB/sec. | ||
| 5203 | 2024.04.30 22:27:10.118527 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 5204 | 2024.04.30 22:27:10.118719 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5205 | 2024.04.30 22:27:10.119233 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Debug> executeQuery: Read 29 rows, 2.38 KiB in 0.004329 sec., 6699.006699006698 rows/sec., 550.66 KiB/sec. | ||
| 5206 | 2024.04.30 22:27:10.119637 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5207 | 2024.04.30 22:27:10.119908 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_10_2} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 5208 | 2024.04.30 22:27:10.119916 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5209 | 2024.04.30 22:27:10.119988 [ 3 ] {be92adeb-11b3-4a94-8e90-9e2b74dedabc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5210 | 2024.04.30 22:27:10.120059 [ 3 ] {} <Debug> HTTP-Session: 221795d6-896f-4470-a6d4-bb53341f25eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5211 | 2024.04.30 22:27:10.120068 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5212 | 2024.04.30 22:27:10.120243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5213 | 2024.04.30 22:27:10.120300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5214 | 2024.04.30 22:27:10.120320 [ 3 ] {} <Debug> HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5215 | 2024.04.30 22:27:10.120337 [ 3 ] {} <Debug> HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5216 | 2024.04.30 22:27:10.120351 [ 3 ] {} <Debug> HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5217 | 2024.04.30 22:27:10.120384 [ 3 ] {} <Trace> HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5218 | 2024.04.30 22:27:10.120491 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5219 | 2024.04.30 22:27:10.120540 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5220 | 2024.04.30 22:27:10.120716 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5221 | 2024.04.30 22:27:10.121005 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2024.04.30 22:27:10.121041 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5223 | 2024.04.30 22:27:10.121415 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5224 | 2024.04.30 22:27:10.121782 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2024.04.30 22:27:10.121951 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Debug> executeQuery: Read 7 rows, 525.00 B in 0.001483 sec., 4720.161834120027 rows/sec., 345.71 KiB/sec. | ||
| 5226 | 2024.04.30 22:27:10.122166 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5227 | 2024.04.30 22:27:10.122190 [ 3 ] {a18d16ea-3f26-40be-8b59-1a73a3ed32d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5228 | 2024.04.30 22:27:10.122206 [ 3 ] {} <Debug> HTTP-Session: 13d81942-5fdd-4edd-9a45-d3dd2264bedc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5229 | 2024.04.30 22:27:10.122337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5230 | 2024.04.30 22:27:10.122388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5231 | 2024.04.30 22:27:10.122408 [ 3 ] {} <Debug> HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5232 | 2024.04.30 22:27:10.122424 [ 3 ] {} <Debug> HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5233 | 2024.04.30 22:27:10.122438 [ 3 ] {} <Debug> HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5234 | 2024.04.30 22:27:10.122468 [ 3 ] {} <Trace> HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5235 | 2024.04.30 22:27:10.122651 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5236 | 2024.04.30 22:27:10.122698 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5237 | 2024.04.30 22:27:10.122860 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5238 | 2024.04.30 22:27:10.123239 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5239 | 2024.04.30 22:27:10.123276 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5240 | 2024.04.30 22:27:10.123676 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5241 | 2024.04.30 22:27:10.124016 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5242 | 2024.04.30 22:27:10.124175 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001622 sec., 9247.842170160297 rows/sec., 12.48 MiB/sec. | ||
| 5243 | 2024.04.30 22:27:10.124515 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Debug> DynamicQueryHandler: Done processing query | ||
| 5244 | 2024.04.30 22:27:10.124566 [ 3 ] {5cc0d00e-34cc-420c-bebf-4d9c98bf7625} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5245 | 2024.04.30 22:27:10.124590 [ 3 ] {} <Debug> HTTP-Session: d148fc1a-e9a9-40fa-9396-da185bf17ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5246 | 2024.04.30 22:27:15.101874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5247 | 2024.04.30 22:27:15.102007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5248 | 2024.04.30 22:27:15.102031 [ 3 ] {} <Debug> HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5249 | 2024.04.30 22:27:15.102055 [ 3 ] {} <Debug> HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5250 | 2024.04.30 22:27:15.102070 [ 3 ] {} <Debug> HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5251 | 2024.04.30 22:27:15.102120 [ 3 ] {} <Trace> HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5252 | 2024.04.30 22:27:15.102307 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5253 | 2024.04.30 22:27:15.102376 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5254 | 2024.04.30 22:27:15.102577 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5255 | 2024.04.30 22:27:15.103020 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5256 | 2024.04.30 22:27:15.103066 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5257 | 2024.04.30 22:27:15.103437 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5258 | 2024.04.30 22:27:15.103772 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5259 | 2024.04.30 22:27:15.103934 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00168 sec., 9523.809523809523 rows/sec., 771.95 KiB/sec. | ||
| 5260 | 2024.04.30 22:27:15.104161 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5261 | 2024.04.30 22:27:15.104189 [ 3 ] {4edd4d47-5338-4d73-ab16-331851fb8cf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5262 | 2024.04.30 22:27:15.104205 [ 3 ] {} <Debug> HTTP-Session: 226f858b-1a59-41ca-94e1-de3fe8a36213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5263 | 2024.04.30 22:27:15.104376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5264 | 2024.04.30 22:27:15.104433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5265 | 2024.04.30 22:27:15.104454 [ 3 ] {} <Debug> HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5266 | 2024.04.30 22:27:15.104472 [ 3 ] {} <Debug> HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5267 | 2024.04.30 22:27:15.104486 [ 3 ] {} <Debug> HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5268 | 2024.04.30 22:27:15.104523 [ 3 ] {} <Trace> HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5269 | 2024.04.30 22:27:15.104640 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5270 | 2024.04.30 22:27:15.104686 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5271 | 2024.04.30 22:27:15.104819 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5272 | 2024.04.30 22:27:15.105174 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2024.04.30 22:27:15.105212 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5274 | 2024.04.30 22:27:15.105528 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5275 | 2024.04.30 22:27:15.105839 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2024.04.30 22:27:15.105980 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001378 sec., 34833.09143686502 rows/sec., 3.11 MiB/sec. | ||
| 5277 | 2024.04.30 22:27:15.106140 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Debug> DynamicQueryHandler: Done processing query | ||
| 5278 | 2024.04.30 22:27:15.106164 [ 3 ] {0c16690b-c56f-41de-bb67-59a27f182a40} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5279 | 2024.04.30 22:27:15.106179 [ 3 ] {} <Debug> HTTP-Session: ba0fa41f-ad4b-407e-8492-b32035a89213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5280 | 2024.04.30 22:27:15.106303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5281 | 2024.04.30 22:27:15.106353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5282 | 2024.04.30 22:27:15.106371 [ 3 ] {} <Debug> HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5283 | 2024.04.30 22:27:15.106387 [ 3 ] {} <Debug> HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5284 | 2024.04.30 22:27:15.106402 [ 3 ] {} <Debug> HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5285 | 2024.04.30 22:27:15.106433 [ 3 ] {} <Trace> HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5286 | 2024.04.30 22:27:15.106535 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5287 | 2024.04.30 22:27:15.106578 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5288 | 2024.04.30 22:27:15.106705 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5289 | 2024.04.30 22:27:15.106975 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5290 | 2024.04.30 22:27:15.107011 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5291 | 2024.04.30 22:27:15.107307 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5292 | 2024.04.30 22:27:15.107608 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5293 | 2024.04.30 22:27:15.107757 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001246 sec., 12841.091492776886 rows/sec., 1.00 MiB/sec. | ||
| 5294 | 2024.04.30 22:27:15.107919 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5295 | 2024.04.30 22:27:15.107944 [ 3 ] {af5e6826-4895-45bb-b7dc-5c4c875e319c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5296 | 2024.04.30 22:27:15.107960 [ 3 ] {} <Debug> HTTP-Session: 1bd443e3-4e28-4a73-81be-3d98a0fa90b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5297 | 2024.04.30 22:27:15.108120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5298 | 2024.04.30 22:27:15.108168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5299 | 2024.04.30 22:27:15.108186 [ 3 ] {} <Debug> HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5300 | 2024.04.30 22:27:15.108202 [ 3 ] {} <Debug> HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5301 | 2024.04.30 22:27:15.108216 [ 3 ] {} <Debug> HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5302 | 2024.04.30 22:27:15.108248 [ 3 ] {} <Trace> HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5303 | 2024.04.30 22:27:15.108424 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5304 | 2024.04.30 22:27:15.108472 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5305 | 2024.04.30 22:27:15.108632 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5306 | 2024.04.30 22:27:15.108985 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5307 | 2024.04.30 22:27:15.109021 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5308 | 2024.04.30 22:27:15.109421 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5309 | 2024.04.30 22:27:15.109749 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5310 | 2024.04.30 22:27:15.109913 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001587 sec., 10081.91556395715 rows/sec., 13.61 MiB/sec. | ||
| 5311 | 2024.04.30 22:27:15.110191 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Debug> DynamicQueryHandler: Done processing query | ||
| 5312 | 2024.04.30 22:27:15.110240 [ 3 ] {3cf3f190-4b43-41be-9e89-731bc8a7a714} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5313 | 2024.04.30 22:27:15.110271 [ 3 ] {} <Debug> HTTP-Session: def59b43-1582-4576-83ac-2cc7f4c51ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5314 | 2024.04.30 22:27:20.102202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5315 | 2024.04.30 22:27:20.102359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5316 | 2024.04.30 22:27:20.102391 [ 3 ] {} <Debug> HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5317 | 2024.04.30 22:27:20.102420 [ 3 ] {} <Debug> HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5318 | 2024.04.30 22:27:20.102438 [ 3 ] {} <Debug> HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5319 | 2024.04.30 22:27:20.102497 [ 3 ] {} <Trace> HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5320 | 2024.04.30 22:27:20.102717 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5321 | 2024.04.30 22:27:20.102796 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5322 | 2024.04.30 22:27:20.103025 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5323 | 2024.04.30 22:27:20.103485 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5324 | 2024.04.30 22:27:20.103536 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5325 | 2024.04.30 22:27:20.103947 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5326 | 2024.04.30 22:27:20.104316 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5327 | 2024.04.30 22:27:20.104535 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001874 sec., 8004.268943436499 rows/sec., 648.78 KiB/sec. | ||
| 5328 | 2024.04.30 22:27:20.105208 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Debug> DynamicQueryHandler: Done processing query | ||
| 5329 | 2024.04.30 22:27:20.105245 [ 3 ] {fe1ae1b2-d4f5-451d-9e3e-58df0303a972} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5330 | 2024.04.30 22:27:20.105271 [ 3 ] {} <Debug> HTTP-Session: 31199570-cbb5-451d-bea3-ddf1c85900b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5331 | 2024.04.30 22:27:20.105498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5332 | 2024.04.30 22:27:20.105572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5333 | 2024.04.30 22:27:20.105597 [ 3 ] {} <Debug> HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5334 | 2024.04.30 22:27:20.105628 [ 3 ] {} <Debug> HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5335 | 2024.04.30 22:27:20.105644 [ 3 ] {} <Debug> HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5336 | 2024.04.30 22:27:20.105683 [ 3 ] {} <Trace> HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5337 | 2024.04.30 22:27:20.105816 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5338 | 2024.04.30 22:27:20.105876 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5339 | 2024.04.30 22:27:20.106040 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5340 | 2024.04.30 22:27:20.106397 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5341 | 2024.04.30 22:27:20.106440 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5342 | 2024.04.30 22:27:20.106912 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5343 | 2024.04.30 22:27:20.107272 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5344 | 2024.04.30 22:27:20.107445 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001667 sec., 26994.601079784043 rows/sec., 2.35 MiB/sec. | ||
| 5345 | 2024.04.30 22:27:20.107621 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Debug> DynamicQueryHandler: Done processing query | ||
| 5346 | 2024.04.30 22:27:20.107646 [ 3 ] {f5c82367-1704-4153-b5ac-4fe38845b405} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5347 | 2024.04.30 22:27:20.107662 [ 3 ] {} <Debug> HTTP-Session: 60ea8738-65fe-44f9-b26e-790209767099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5348 | 2024.04.30 22:27:20.107799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5349 | 2024.04.30 22:27:20.107850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5350 | 2024.04.30 22:27:20.107872 [ 3 ] {} <Debug> HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5351 | 2024.04.30 22:27:20.107890 [ 3 ] {} <Debug> HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5352 | 2024.04.30 22:27:20.107904 [ 3 ] {} <Debug> HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5353 | 2024.04.30 22:27:20.107937 [ 3 ] {} <Trace> HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5354 | 2024.04.30 22:27:20.108042 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5355 | 2024.04.30 22:27:20.108090 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5356 | 2024.04.30 22:27:20.108221 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5357 | 2024.04.30 22:27:20.108517 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5358 | 2024.04.30 22:27:20.108556 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5359 | 2024.04.30 22:27:20.108868 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5360 | 2024.04.30 22:27:20.109178 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5361 | 2024.04.30 22:27:20.109342 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001323 sec., 11337.868480725623 rows/sec., 907.92 KiB/sec. | ||
| 5362 | 2024.04.30 22:27:20.109514 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5363 | 2024.04.30 22:27:20.109539 [ 3 ] {3863a9ad-1cd7-4647-a792-eb9ebad989b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5364 | 2024.04.30 22:27:20.109555 [ 3 ] {} <Debug> HTTP-Session: 618d294c-9edb-49df-b58d-733dc1ffd8ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5365 | 2024.04.30 22:27:20.109715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5366 | 2024.04.30 22:27:20.109764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5367 | 2024.04.30 22:27:20.109783 [ 3 ] {} <Debug> HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5368 | 2024.04.30 22:27:20.109800 [ 3 ] {} <Debug> HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5369 | 2024.04.30 22:27:20.109814 [ 3 ] {} <Debug> HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5370 | 2024.04.30 22:27:20.109844 [ 3 ] {} <Trace> HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5371 | 2024.04.30 22:27:20.110022 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5372 | 2024.04.30 22:27:20.110069 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5373 | 2024.04.30 22:27:20.110231 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5374 | 2024.04.30 22:27:20.110585 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5375 | 2024.04.30 22:27:20.110623 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
| 5376 | 2024.04.30 22:27:20.111022 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5377 | 2024.04.30 22:27:20.111365 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5378 | 2024.04.30 22:27:20.111527 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001604 sec., 9351.620947630923 rows/sec., 12.62 MiB/sec. | ||
| 5379 | 2024.04.30 22:27:20.111699 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5380 | 2024.04.30 22:27:20.111726 [ 3 ] {de8ce7a5-ae4f-401a-a056-ecdf4bd7a99c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5381 | 2024.04.30 22:27:20.111743 [ 3 ] {} <Debug> HTTP-Session: f2d2cd51-84fe-4fb1-92ce-2a806a6458d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5382 | 2024.04.30 22:27:23.539810 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 5383 | 2024.04.30 22:27:23.539939 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5384 | 2024.04.30 22:27:23.539982 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5385 | 2024.04.30 22:27:23.540306 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 5386 | 2024.04.30 22:27:23.540608 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5387 | 2024.04.30 22:27:23.540647 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 459 rows starting from the beginning of the part | ||
| 5388 | 2024.04.30 22:27:23.540726 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 37 rows starting from the beginning of the part | ||
| 5389 | 2024.04.30 22:27:23.540900 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 5390 | 2024.04.30 22:27:23.541183 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 5391 | 2024.04.30 22:27:23.541440 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 7 rows starting from the beginning of the part | ||
| 5392 | 2024.04.30 22:27:23.542539 [ 196 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.002441851 sec., 221553.23973493878 rows/sec., 15.64 MiB/sec. | ||
| 5393 | 2024.04.30 22:27:23.542754 [ 196 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 5394 | 2024.04.30 22:27:23.543294 [ 196 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5395 | 2024.04.30 22:27:23.543392 [ 196 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_14_3} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 5396 | 2024.04.30 22:27:23.543504 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5397 | 2024.04.30 22:27:23.775664 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5398 | 2024.04.30 22:27:23.775709 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5399 | 2024.04.30 22:27:25.103321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5400 | 2024.04.30 22:27:25.103434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5401 | 2024.04.30 22:27:25.103459 [ 3 ] {} <Debug> HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5402 | 2024.04.30 22:27:25.103484 [ 3 ] {} <Debug> HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5403 | 2024.04.30 22:27:25.103498 [ 3 ] {} <Debug> HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5404 | 2024.04.30 22:27:25.103556 [ 3 ] {} <Trace> HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5405 | 2024.04.30 22:27:25.103792 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5406 | 2024.04.30 22:27:25.103867 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5407 | 2024.04.30 22:27:25.104066 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5408 | 2024.04.30 22:27:25.104497 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5409 | 2024.04.30 22:27:25.104540 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5410 | 2024.04.30 22:27:25.104917 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5411 | 2024.04.30 22:27:25.105259 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5412 | 2024.04.30 22:27:25.105410 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001688 sec., 9478.67298578199 rows/sec., 768.29 KiB/sec. | ||
| 5413 | 2024.04.30 22:27:25.105416 [ 104 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 5414 | 2024.04.30 22:27:25.105474 [ 104 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2024.04.30 22:27:25.105504 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5416 | 2024.04.30 22:27:25.105720 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5417 | 2024.04.30 22:27:25.105765 [ 3 ] {67c8c83e-e754-4c41-b27b-11058279bc7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5418 | 2024.04.30 22:27:25.105777 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 5419 | 2024.04.30 22:27:25.105854 [ 3 ] {} <Debug> HTTP-Session: 8cec6c9d-aa83-47d6-8b3d-b0a696281c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5420 | 2024.04.30 22:27:25.106358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5421 | 2024.04.30 22:27:25.106420 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5422 | 2024.04.30 22:27:25.106519 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 31 rows starting from the beginning of the part | ||
| 5423 | 2024.04.30 22:27:25.106584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5424 | 2024.04.30 22:27:25.106655 [ 3 ] {} <Debug> HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5425 | 2024.04.30 22:27:25.106771 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
| 5426 | 2024.04.30 22:27:25.106772 [ 3 ] {} <Debug> HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5427 | 2024.04.30 22:27:25.106857 [ 3 ] {} <Debug> HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5428 | 2024.04.30 22:27:25.106979 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part | ||
| 5429 | 2024.04.30 22:27:25.107017 [ 3 ] {} <Trace> HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5430 | 2024.04.30 22:27:25.107266 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
| 5431 | 2024.04.30 22:27:25.107506 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5432 | 2024.04.30 22:27:25.107544 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part | ||
| 5433 | 2024.04.30 22:27:25.107706 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5434 | 2024.04.30 22:27:25.107813 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
| 5435 | 2024.04.30 22:27:25.108526 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5436 | 2024.04.30 22:27:25.109447 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5437 | 2024.04.30 22:27:25.109520 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5438 | 2024.04.30 22:27:25.110406 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004826192 sec., 22585.094003719703 rows/sec., 1.79 MiB/sec. | ||
| 5439 | 2024.04.30 22:27:25.110416 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5440 | 2024.04.30 22:27:25.110590 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 5441 | 2024.04.30 22:27:25.111243 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5442 | 2024.04.30 22:27:25.111488 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5443 | 2024.04.30 22:27:25.111601 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004286 sec., 466.63555762949136 rows/sec., 38.05 KiB/sec. | ||
| 5444 | 2024.04.30 22:27:25.111708 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_45_9} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 5445 | 2024.04.30 22:27:25.111873 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5446 | 2024.04.30 22:27:25.111943 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Debug> DynamicQueryHandler: Done processing query | ||
| 5447 | 2024.04.30 22:27:25.111974 [ 3 ] {f58b5de9-fa87-4816-a25b-aae8f5e7a871} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5448 | 2024.04.30 22:27:25.111990 [ 3 ] {} <Debug> HTTP-Session: b39d3021-ab7d-47fc-86c9-f829bb23ddee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5449 | 2024.04.30 22:27:25.112144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5450 | 2024.04.30 22:27:25.112194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5451 | 2024.04.30 22:27:25.112214 [ 3 ] {} <Debug> HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5452 | 2024.04.30 22:27:25.112231 [ 3 ] {} <Debug> HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5453 | 2024.04.30 22:27:25.112245 [ 3 ] {} <Debug> HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5454 | 2024.04.30 22:27:25.112278 [ 3 ] {} <Trace> HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5455 | 2024.04.30 22:27:25.112406 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5456 | 2024.04.30 22:27:25.112450 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5457 | 2024.04.30 22:27:25.112598 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5458 | 2024.04.30 22:27:25.112952 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2024.04.30 22:27:25.112987 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5460 | 2024.04.30 22:27:25.113309 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5461 | 2024.04.30 22:27:25.113624 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2024.04.30 22:27:25.113781 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Debug> executeQuery: Read 85 rows, 7.23 KiB in 0.001421 sec., 59817.030260380016 rows/sec., 4.97 MiB/sec. | ||
| 5463 | 2024.04.30 22:27:25.113794 [ 102 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5464 | 2024.04.30 22:27:25.113897 [ 102 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5465 | 2024.04.30 22:27:25.113950 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5466 | 2024.04.30 22:27:25.114039 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Debug> DynamicQueryHandler: Done processing query | ||
| 5467 | 2024.04.30 22:27:25.114094 [ 3 ] {8212e834-212f-478c-8f49-1fe68401fe07} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5468 | 2024.04.30 22:27:25.114144 [ 3 ] {} <Debug> HTTP-Session: 41fe40a1-e020-4b6c-b672-26d36b49292c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5469 | 2024.04.30 22:27:25.114168 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 5470 | 2024.04.30 22:27:25.114374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5471 | 2024.04.30 22:27:25.114392 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5472 | 2024.04.30 22:27:25.114466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5473 | 2024.04.30 22:27:25.114472 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 142 rows starting from the beginning of the part | ||
| 5474 | 2024.04.30 22:27:25.114514 [ 3 ] {} <Debug> HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5475 | 2024.04.30 22:27:25.114578 [ 3 ] {} <Debug> HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5476 | 2024.04.30 22:27:25.114684 [ 3 ] {} <Debug> HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5477 | 2024.04.30 22:27:25.114817 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 50 rows starting from the beginning of the part | ||
| 5478 | 2024.04.30 22:27:25.114862 [ 3 ] {} <Trace> HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5479 | 2024.04.30 22:27:25.115215 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 55 rows starting from the beginning of the part | ||
| 5480 | 2024.04.30 22:27:25.115280 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5481 | 2024.04.30 22:27:25.115455 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5482 | 2024.04.30 22:27:25.115500 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 5483 | 2024.04.30 22:27:25.115863 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 45 rows starting from the beginning of the part | ||
| 5484 | 2024.04.30 22:27:25.116245 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 85 rows starting from the beginning of the part | ||
| 5485 | 2024.04.30 22:27:25.116595 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5486 | 2024.04.30 22:27:25.117505 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5487 | 2024.04.30 22:27:25.117562 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5488 | 2024.04.30 22:27:25.118360 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5489 | 2024.04.30 22:27:25.119104 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2024.04.30 22:27:25.119112 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 425 rows, containing 4 columns (4 merged, 0 gathered) in 0.005062588 sec., 83949.15801957418 rows/sec., 7.19 MiB/sec. | ||
| 5491 | 2024.04.30 22:27:25.119365 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5492 | 2024.04.30 22:27:25.119394 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004232 sec., 472.5897920604915 rows/sec., 33.00 KiB/sec. | ||
| 5493 | 2024.04.30 22:27:25.120156 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5494 | 2024.04.30 22:27:25.120200 [ 3 ] {0e6242cb-ef80-48ad-b25e-f419360169f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5495 | 2024.04.30 22:27:25.120240 [ 3 ] {} <Debug> HTTP-Session: ee9cb971-ae2b-4d64-ad63-c4b16e2323b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5496 | 2024.04.30 22:27:25.120372 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2024.04.30 22:27:25.120462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5498 | 2024.04.30 22:27:25.120518 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_46_9} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5499 | 2024.04.30 22:27:25.120547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5500 | 2024.04.30 22:27:25.120591 [ 3 ] {} <Debug> HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5501 | 2024.04.30 22:27:25.120658 [ 3 ] {} <Debug> HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5502 | 2024.04.30 22:27:25.120686 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5503 | 2024.04.30 22:27:25.120692 [ 3 ] {} <Debug> HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5504 | 2024.04.30 22:27:25.120772 [ 3 ] {} <Trace> HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5505 | 2024.04.30 22:27:25.120906 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5506 | 2024.04.30 22:27:25.120952 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5507 | 2024.04.30 22:27:25.121103 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5508 | 2024.04.30 22:27:25.121455 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5509 | 2024.04.30 22:27:25.121497 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5510 | 2024.04.30 22:27:25.121902 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5511 | 2024.04.30 22:27:25.122221 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5512 | 2024.04.30 22:27:25.122390 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Debug> executeQuery: Read 42 rows, 3.34 KiB in 0.00152 sec., 27631.57894736842 rows/sec., 2.15 MiB/sec. | ||
| 5513 | 2024.04.30 22:27:25.122395 [ 102 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5514 | 2024.04.30 22:27:25.122486 [ 102 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5515 | 2024.04.30 22:27:25.122535 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5516 | 2024.04.30 22:27:25.122637 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5517 | 2024.04.30 22:27:25.122667 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 5518 | 2024.04.30 22:27:25.122670 [ 3 ] {c866c919-ee20-4bcd-a6f0-316ac3e4b2a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5519 | 2024.04.30 22:27:25.122711 [ 3 ] {} <Debug> HTTP-Session: c5ef99cd-cf3c-49ee-bb80-ee097e6275e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5520 | 2024.04.30 22:27:25.122799 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5521 | 2024.04.30 22:27:25.122829 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 96 rows starting from the beginning of the part | ||
| 5522 | 2024.04.30 22:27:25.122869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5523 | 2024.04.30 22:27:25.122967 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part | ||
| 5524 | 2024.04.30 22:27:25.123001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5525 | 2024.04.30 22:27:25.123111 [ 3 ] {} <Debug> HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5526 | 2024.04.30 22:27:25.123225 [ 3 ] {} <Debug> HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5527 | 2024.04.30 22:27:25.123331 [ 3 ] {} <Debug> HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5528 | 2024.04.30 22:27:25.123354 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 29 rows starting from the beginning of the part | ||
| 5529 | 2024.04.30 22:27:25.123403 [ 3 ] {} <Trace> HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5530 | 2024.04.30 22:27:25.123492 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 5531 | 2024.04.30 22:27:25.123779 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5532 | 2024.04.30 22:27:25.123811 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 15 rows starting from the beginning of the part | ||
| 5533 | 2024.04.30 22:27:25.123871 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5534 | 2024.04.30 22:27:25.123986 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part | ||
| 5535 | 2024.04.30 22:27:25.124441 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5536 | 2024.04.30 22:27:25.124965 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5537 | 2024.04.30 22:27:25.125008 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5538 | 2024.04.30 22:27:25.125626 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 218 rows, containing 4 columns (4 merged, 0 gathered) in 0.003016386 sec., 72271.91745353545 rows/sec., 5.68 MiB/sec. | ||
| 5539 | 2024.04.30 22:27:25.125662 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5540 | 2024.04.30 22:27:25.125829 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5541 | 2024.04.30 22:27:25.126518 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5542 | 2024.04.30 22:27:25.126840 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.003266 sec., 11328.84262094305 rows/sec., 818.09 KiB/sec. | ||
| 5543 | 2024.04.30 22:27:25.126845 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5544 | 2024.04.30 22:27:25.127086 [ 189 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_46_9} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5545 | 2024.04.30 22:27:25.127224 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5546 | 2024.04.30 22:27:25.127240 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5547 | 2024.04.30 22:27:25.127260 [ 3 ] {9ebe9af6-0a00-4a3f-b98a-ee881e1aa2b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5548 | 2024.04.30 22:27:25.127298 [ 3 ] {} <Debug> HTTP-Session: 1dec9086-1b36-4f5d-a7a3-3773107865a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5549 | 2024.04.30 22:27:25.127474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5550 | 2024.04.30 22:27:25.127523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5551 | 2024.04.30 22:27:25.127543 [ 3 ] {} <Debug> HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5552 | 2024.04.30 22:27:25.127559 [ 3 ] {} <Debug> HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5553 | 2024.04.30 22:27:25.127573 [ 3 ] {} <Debug> HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5554 | 2024.04.30 22:27:25.127605 [ 3 ] {} <Trace> HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5555 | 2024.04.30 22:27:25.127804 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5556 | 2024.04.30 22:27:25.127852 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5557 | 2024.04.30 22:27:25.128033 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5558 | 2024.04.30 22:27:25.128403 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5559 | 2024.04.30 22:27:25.128439 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5560 | 2024.04.30 22:27:25.128838 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5561 | 2024.04.30 22:27:25.129174 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5562 | 2024.04.30 22:27:25.129337 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001647 sec., 9714.632665452338 rows/sec., 13.11 MiB/sec. | ||
| 5563 | 2024.04.30 22:27:25.129502 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5564 | 2024.04.30 22:27:25.129525 [ 3 ] {88f28068-c3a9-4af2-9b39-7a31972c17a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5565 | 2024.04.30 22:27:25.129540 [ 3 ] {} <Debug> HTTP-Session: 4f1e1ccc-ceba-4f7e-a467-a4f51bad5a5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5566 | 2024.04.30 22:27:30.102098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5567 | 2024.04.30 22:27:30.102294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5568 | 2024.04.30 22:27:30.102339 [ 3 ] {} <Debug> HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5569 | 2024.04.30 22:27:30.102381 [ 3 ] {} <Debug> HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5570 | 2024.04.30 22:27:30.102410 [ 3 ] {} <Debug> HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5571 | 2024.04.30 22:27:30.102492 [ 3 ] {} <Trace> HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5572 | 2024.04.30 22:27:30.102761 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5573 | 2024.04.30 22:27:30.102830 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5574 | 2024.04.30 22:27:30.103025 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5575 | 2024.04.30 22:27:30.103469 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5576 | 2024.04.30 22:27:30.103517 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5577 | 2024.04.30 22:27:30.103896 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5578 | 2024.04.30 22:27:30.104231 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5579 | 2024.04.30 22:27:30.104387 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001686 sec., 8896.79715302491 rows/sec., 721.13 KiB/sec. | ||
| 5580 | 2024.04.30 22:27:30.104692 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Debug> DynamicQueryHandler: Done processing query | ||
| 5581 | 2024.04.30 22:27:30.104732 [ 3 ] {122367e3-d857-4d57-9efd-7baa050d3c74} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5582 | 2024.04.30 22:27:30.104754 [ 3 ] {} <Debug> HTTP-Session: f0babb3f-227d-4b9d-ac9f-3321f40472a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5583 | 2024.04.30 22:27:30.104898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5584 | 2024.04.30 22:27:30.104953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5585 | 2024.04.30 22:27:30.104972 [ 3 ] {} <Debug> HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5586 | 2024.04.30 22:27:30.104991 [ 3 ] {} <Debug> HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5587 | 2024.04.30 22:27:30.105005 [ 3 ] {} <Debug> HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5588 | 2024.04.30 22:27:30.105045 [ 3 ] {} <Trace> HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5589 | 2024.04.30 22:27:30.105165 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5590 | 2024.04.30 22:27:30.105213 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5591 | 2024.04.30 22:27:30.105363 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5592 | 2024.04.30 22:27:30.105674 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5593 | 2024.04.30 22:27:30.105710 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5594 | 2024.04.30 22:27:30.106022 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5595 | 2024.04.30 22:27:30.106332 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5596 | 2024.04.30 22:27:30.106454 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.00133 sec., 33834.58646616541 rows/sec., 2.95 MiB/sec. | ||
| 5597 | 2024.04.30 22:27:30.106607 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5598 | 2024.04.30 22:27:30.106632 [ 3 ] {bb6099bc-a7f7-4cf6-af1f-7d73c167fabf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5599 | 2024.04.30 22:27:30.106648 [ 3 ] {} <Debug> HTTP-Session: cea63b88-8a50-4660-90ab-688166a73170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5600 | 2024.04.30 22:27:30.106781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5601 | 2024.04.30 22:27:30.106830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5602 | 2024.04.30 22:27:30.106848 [ 3 ] {} <Debug> HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5603 | 2024.04.30 22:27:30.106865 [ 3 ] {} <Debug> HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5604 | 2024.04.30 22:27:30.106879 [ 3 ] {} <Debug> HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5605 | 2024.04.30 22:27:30.106912 [ 3 ] {} <Trace> HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5606 | 2024.04.30 22:27:30.107010 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5607 | 2024.04.30 22:27:30.107054 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5608 | 2024.04.30 22:27:30.107177 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5609 | 2024.04.30 22:27:30.107471 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5610 | 2024.04.30 22:27:30.107506 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5611 | 2024.04.30 22:27:30.107801 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5612 | 2024.04.30 22:27:30.108110 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5613 | 2024.04.30 22:27:30.108235 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001252 sec., 11980.830670926516 rows/sec., 959.40 KiB/sec. | ||
| 5614 | 2024.04.30 22:27:30.108414 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5615 | 2024.04.30 22:27:30.108438 [ 3 ] {9743d69e-d0f5-466d-bc7b-fd0143ff38fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5616 | 2024.04.30 22:27:30.108453 [ 3 ] {} <Debug> HTTP-Session: 91d05634-1af2-47f6-b600-d48cefdf583f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5617 | 2024.04.30 22:27:30.108604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5618 | 2024.04.30 22:27:30.108651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5619 | 2024.04.30 22:27:30.108669 [ 3 ] {} <Debug> HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5620 | 2024.04.30 22:27:30.108687 [ 3 ] {} <Debug> HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5621 | 2024.04.30 22:27:30.108700 [ 3 ] {} <Debug> HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5622 | 2024.04.30 22:27:30.108732 [ 3 ] {} <Trace> HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5623 | 2024.04.30 22:27:30.108906 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5624 | 2024.04.30 22:27:30.108953 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5625 | 2024.04.30 22:27:30.109116 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5626 | 2024.04.30 22:27:30.109438 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5627 | 2024.04.30 22:27:30.109473 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5628 | 2024.04.30 22:27:30.109871 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5629 | 2024.04.30 22:27:30.110203 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5630 | 2024.04.30 22:27:30.110363 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001553 sec., 9658.725048293625 rows/sec., 13.03 MiB/sec. | ||
| 5631 | 2024.04.30 22:27:30.110374 [ 99 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5632 | 2024.04.30 22:27:30.110488 [ 99 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5633 | 2024.04.30 22:27:30.110529 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5634 | 2024.04.30 22:27:30.110598 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5635 | 2024.04.30 22:27:30.110638 [ 3 ] {f1c7fb10-c753-4069-8ffa-f9f81e53c0fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5636 | 2024.04.30 22:27:30.110658 [ 3 ] {} <Debug> HTTP-Session: 90b6feb4-d126-4bf5-b6cf-ed1083887547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5637 | 2024.04.30 22:27:30.110664 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 5638 | 2024.04.30 22:27:30.110805 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5639 | 2024.04.30 22:27:30.110838 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 633 rows starting from the beginning of the part | ||
| 5640 | 2024.04.30 22:27:30.110921 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part | ||
| 5641 | 2024.04.30 22:27:30.111004 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
| 5642 | 2024.04.30 22:27:30.111251 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 15 rows starting from the beginning of the part | ||
| 5643 | 2024.04.30 22:27:30.111378 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
| 5644 | 2024.04.30 22:27:30.111497 [ 196 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 15 rows starting from the beginning of the part | ||
| 5645 | 2024.04.30 22:27:30.114513 [ 189 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 6 columns (6 merged, 0 gathered) in 0.003911249 sec., 181527.69102657487 rows/sec., 244.96 MiB/sec. | ||
| 5646 | 2024.04.30 22:27:30.115209 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5647 | 2024.04.30 22:27:30.115855 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5648 | 2024.04.30 22:27:30.115953 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5649 | 2024.04.30 22:27:30.116064 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 5650 | 2024.04.30 22:27:31.000195 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.21 MiB, peak 194.80 MiB, free memory in arenas 0.00 B, will set to 187.30 MiB (RSS), difference: 1.10 MiB | ||
| 5651 | 2024.04.30 22:27:35.101846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5652 | 2024.04.30 22:27:35.101984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5653 | 2024.04.30 22:27:35.102016 [ 3 ] {} <Debug> HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5654 | 2024.04.30 22:27:35.102041 [ 3 ] {} <Debug> HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5655 | 2024.04.30 22:27:35.102057 [ 3 ] {} <Debug> HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5656 | 2024.04.30 22:27:35.102113 [ 3 ] {} <Trace> HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5657 | 2024.04.30 22:27:35.102317 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5658 | 2024.04.30 22:27:35.102391 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5659 | 2024.04.30 22:27:35.102599 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5660 | 2024.04.30 22:27:35.102980 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5661 | 2024.04.30 22:27:35.103025 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5662 | 2024.04.30 22:27:35.103391 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5663 | 2024.04.30 22:27:35.103726 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5664 | 2024.04.30 22:27:35.103881 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001624 sec., 9852.216748768473 rows/sec., 798.57 KiB/sec. | ||
| 5665 | 2024.04.30 22:27:35.104081 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Debug> DynamicQueryHandler: Done processing query | ||
| 5666 | 2024.04.30 22:27:35.104108 [ 3 ] {bb82228d-ff09-4cb9-9d61-d20ba8970591} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5667 | 2024.04.30 22:27:35.104124 [ 3 ] {} <Debug> HTTP-Session: 4f76d2a1-3720-4da4-898c-246eecd4b505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5668 | 2024.04.30 22:27:35.104250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5669 | 2024.04.30 22:27:35.104302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5670 | 2024.04.30 22:27:35.104321 [ 3 ] {} <Debug> HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5671 | 2024.04.30 22:27:35.104340 [ 3 ] {} <Debug> HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5672 | 2024.04.30 22:27:35.104353 [ 3 ] {} <Debug> HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5673 | 2024.04.30 22:27:35.104390 [ 3 ] {} <Trace> HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5674 | 2024.04.30 22:27:35.104506 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5675 | 2024.04.30 22:27:35.104553 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5676 | 2024.04.30 22:27:35.104680 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5677 | 2024.04.30 22:27:35.104966 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5678 | 2024.04.30 22:27:35.105003 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5679 | 2024.04.30 22:27:35.105315 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5680 | 2024.04.30 22:27:35.105627 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5681 | 2024.04.30 22:27:35.105770 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001298 sec., 36979.96918335902 rows/sec., 3.30 MiB/sec. | ||
| 5682 | 2024.04.30 22:27:35.105927 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5683 | 2024.04.30 22:27:35.105951 [ 3 ] {f8c32f3c-8b8e-47f3-8da6-bc963b368cc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5684 | 2024.04.30 22:27:35.105966 [ 3 ] {} <Debug> HTTP-Session: 4ab28083-7f27-40e3-850e-1c84f990505d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5685 | 2024.04.30 22:27:35.106090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5686 | 2024.04.30 22:27:35.106138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5687 | 2024.04.30 22:27:35.106158 [ 3 ] {} <Debug> HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5688 | 2024.04.30 22:27:35.106174 [ 3 ] {} <Debug> HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5689 | 2024.04.30 22:27:35.106188 [ 3 ] {} <Debug> HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5690 | 2024.04.30 22:27:35.106220 [ 3 ] {} <Trace> HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2024.04.30 22:27:35.106318 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5692 | 2024.04.30 22:27:35.106361 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5693 | 2024.04.30 22:27:35.106485 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5694 | 2024.04.30 22:27:35.106727 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5695 | 2024.04.30 22:27:35.106764 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5696 | 2024.04.30 22:27:35.107058 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5697 | 2024.04.30 22:27:35.107356 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5698 | 2024.04.30 22:27:35.107501 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001211 sec., 13212.221304706853 rows/sec., 1.03 MiB/sec. | ||
| 5699 | 2024.04.30 22:27:35.107648 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Debug> DynamicQueryHandler: Done processing query | ||
| 5700 | 2024.04.30 22:27:35.107672 [ 3 ] {df03e7f4-5b45-4b46-a2c3-0b834b5ff623} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5701 | 2024.04.30 22:27:35.107687 [ 3 ] {} <Debug> HTTP-Session: c6afd358-dabe-4184-9c94-d948bb87b535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5702 | 2024.04.30 22:27:35.107853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5703 | 2024.04.30 22:27:35.107900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5704 | 2024.04.30 22:27:35.107919 [ 3 ] {} <Debug> HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5705 | 2024.04.30 22:27:35.107936 [ 3 ] {} <Debug> HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5706 | 2024.04.30 22:27:35.107949 [ 3 ] {} <Debug> HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5707 | 2024.04.30 22:27:35.107980 [ 3 ] {} <Trace> HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5708 | 2024.04.30 22:27:35.108156 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5709 | 2024.04.30 22:27:35.108203 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5710 | 2024.04.30 22:27:35.108360 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5711 | 2024.04.30 22:27:35.108682 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5712 | 2024.04.30 22:27:35.108717 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5713 | 2024.04.30 22:27:35.109110 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5714 | 2024.04.30 22:27:35.109437 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2024.04.30 22:27:35.109587 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001531 sec., 10450.685826257348 rows/sec., 14.10 MiB/sec. | ||
| 5716 | 2024.04.30 22:27:35.109747 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Debug> DynamicQueryHandler: Done processing query | ||
| 5717 | 2024.04.30 22:27:35.109771 [ 3 ] {df3d861c-7e4b-4dc0-a944-3cc34b279998} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5718 | 2024.04.30 22:27:35.109787 [ 3 ] {} <Debug> HTTP-Session: e870bea3-b1fe-4d6c-93a4-974a5221ce61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5719 | 2024.04.30 22:27:38.775749 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5720 | 2024.04.30 22:27:38.775816 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5721 | 2024.04.30 22:27:40.101815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5722 | 2024.04.30 22:27:40.101970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5723 | 2024.04.30 22:27:40.102014 [ 3 ] {} <Debug> HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5724 | 2024.04.30 22:27:40.102055 [ 3 ] {} <Debug> HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5725 | 2024.04.30 22:27:40.102083 [ 3 ] {} <Debug> HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5726 | 2024.04.30 22:27:40.102163 [ 3 ] {} <Trace> HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5727 | 2024.04.30 22:27:40.102453 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5728 | 2024.04.30 22:27:40.102560 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5729 | 2024.04.30 22:27:40.102877 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5730 | 2024.04.30 22:27:40.103280 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5731 | 2024.04.30 22:27:40.103326 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5732 | 2024.04.30 22:27:40.103694 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5733 | 2024.04.30 22:27:40.104037 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5734 | 2024.04.30 22:27:40.104203 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00184 sec., 8152.173913043478 rows/sec., 660.77 KiB/sec. | ||
| 5735 | 2024.04.30 22:27:40.104503 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Debug> DynamicQueryHandler: Done processing query | ||
| 5736 | 2024.04.30 22:27:40.104563 [ 3 ] {953cc750-f407-4065-ad5a-ceb0ad8f0634} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5737 | 2024.04.30 22:27:40.104608 [ 3 ] {} <Debug> HTTP-Session: fff81239-da39-4a13-9fb3-d6274e39c747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5738 | 2024.04.30 22:27:40.104769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5739 | 2024.04.30 22:27:40.104824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5740 | 2024.04.30 22:27:40.104843 [ 3 ] {} <Debug> HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5741 | 2024.04.30 22:27:40.104862 [ 3 ] {} <Debug> HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5742 | 2024.04.30 22:27:40.104876 [ 3 ] {} <Debug> HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5743 | 2024.04.30 22:27:40.104912 [ 3 ] {} <Trace> HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5744 | 2024.04.30 22:27:40.105031 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5745 | 2024.04.30 22:27:40.105078 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5746 | 2024.04.30 22:27:40.105223 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5747 | 2024.04.30 22:27:40.105511 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5748 | 2024.04.30 22:27:40.105548 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5749 | 2024.04.30 22:27:40.105855 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5750 | 2024.04.30 22:27:40.106189 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5751 | 2024.04.30 22:27:40.106343 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001346 sec., 33432.39227340268 rows/sec., 2.91 MiB/sec. | ||
| 5752 | 2024.04.30 22:27:40.106497 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Debug> DynamicQueryHandler: Done processing query | ||
| 5753 | 2024.04.30 22:27:40.106522 [ 3 ] {b7087be7-9709-4f4a-9bf9-68c4595c8891} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5754 | 2024.04.30 22:27:40.106538 [ 3 ] {} <Debug> HTTP-Session: bb862a3d-fb2e-4c7e-9744-db1b4687f9d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5755 | 2024.04.30 22:27:40.106657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5756 | 2024.04.30 22:27:40.106705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5757 | 2024.04.30 22:27:40.106725 [ 3 ] {} <Debug> HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5758 | 2024.04.30 22:27:40.106741 [ 3 ] {} <Debug> HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5759 | 2024.04.30 22:27:40.106755 [ 3 ] {} <Debug> HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5760 | 2024.04.30 22:27:40.106787 [ 3 ] {} <Trace> HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5761 | 2024.04.30 22:27:40.106909 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5762 | 2024.04.30 22:27:40.106952 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5763 | 2024.04.30 22:27:40.107077 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5764 | 2024.04.30 22:27:40.107400 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5765 | 2024.04.30 22:27:40.107436 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5766 | 2024.04.30 22:27:40.107736 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5767 | 2024.04.30 22:27:40.108040 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5768 | 2024.04.30 22:27:40.108191 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001301 sec., 11529.592621060721 rows/sec., 923.27 KiB/sec. | ||
| 5769 | 2024.04.30 22:27:40.108355 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Debug> DynamicQueryHandler: Done processing query | ||
| 5770 | 2024.04.30 22:27:40.108378 [ 3 ] {919f95c7-3203-4d5d-b3b1-de4103938dad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5771 | 2024.04.30 22:27:40.108394 [ 3 ] {} <Debug> HTTP-Session: 433ab2f6-c74a-46b3-afec-acaeee25561a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5772 | 2024.04.30 22:27:40.108559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5773 | 2024.04.30 22:27:40.108612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5774 | 2024.04.30 22:27:40.108630 [ 3 ] {} <Debug> HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5775 | 2024.04.30 22:27:40.108646 [ 3 ] {} <Debug> HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5776 | 2024.04.30 22:27:40.108660 [ 3 ] {} <Debug> HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5777 | 2024.04.30 22:27:40.108691 [ 3 ] {} <Trace> HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5778 | 2024.04.30 22:27:40.108863 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5779 | 2024.04.30 22:27:40.108911 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5780 | 2024.04.30 22:27:40.109070 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5781 | 2024.04.30 22:27:40.109442 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5782 | 2024.04.30 22:27:40.109478 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5783 | 2024.04.30 22:27:40.109875 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5784 | 2024.04.30 22:27:40.110216 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5785 | 2024.04.30 22:27:40.110381 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001615 sec., 9287.925696594428 rows/sec., 12.53 MiB/sec. | ||
| 5786 | 2024.04.30 22:27:40.110540 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Debug> DynamicQueryHandler: Done processing query | ||
| 5787 | 2024.04.30 22:27:40.110564 [ 3 ] {a91619b9-6b04-4bda-a088-7b9f8beaa982} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5788 | 2024.04.30 22:27:40.110581 [ 3 ] {} <Debug> HTTP-Session: 2410a9af-9a02-41ca-85e7-bdfea1973621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5789 | 2024.04.30 22:27:45.101891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5790 | 2024.04.30 22:27:45.102033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5791 | 2024.04.30 22:27:45.102061 [ 3 ] {} <Debug> HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5792 | 2024.04.30 22:27:45.102089 [ 3 ] {} <Debug> HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5793 | 2024.04.30 22:27:45.102107 [ 3 ] {} <Debug> HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5794 | 2024.04.30 22:27:45.102163 [ 3 ] {} <Trace> HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5795 | 2024.04.30 22:27:45.102372 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5796 | 2024.04.30 22:27:45.102447 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5797 | 2024.04.30 22:27:45.102816 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5798 | 2024.04.30 22:27:45.103331 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5799 | 2024.04.30 22:27:45.103377 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5800 | 2024.04.30 22:27:45.103748 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5801 | 2024.04.30 22:27:45.104085 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5802 | 2024.04.30 22:27:45.104253 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001946 sec., 8221.993833504624 rows/sec., 666.43 KiB/sec. | ||
| 5803 | 2024.04.30 22:27:45.104494 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Debug> DynamicQueryHandler: Done processing query | ||
| 5804 | 2024.04.30 22:27:45.104522 [ 3 ] {951e8afa-8e4a-4f27-b8e6-1797daabea97} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5805 | 2024.04.30 22:27:45.104538 [ 3 ] {} <Debug> HTTP-Session: 6eecca2b-933f-473c-a783-61416f193007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5806 | 2024.04.30 22:27:45.104691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5807 | 2024.04.30 22:27:45.104745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5808 | 2024.04.30 22:27:45.104765 [ 3 ] {} <Debug> HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5809 | 2024.04.30 22:27:45.104784 [ 3 ] {} <Debug> HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5810 | 2024.04.30 22:27:45.104797 [ 3 ] {} <Debug> HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5811 | 2024.04.30 22:27:45.104834 [ 3 ] {} <Trace> HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5812 | 2024.04.30 22:27:45.104949 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5813 | 2024.04.30 22:27:45.104996 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5814 | 2024.04.30 22:27:45.105127 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5815 | 2024.04.30 22:27:45.105449 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5816 | 2024.04.30 22:27:45.105486 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5817 | 2024.04.30 22:27:45.105791 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5818 | 2024.04.30 22:27:45.106093 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5819 | 2024.04.30 22:27:45.106241 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001327 sec., 36171.816126601356 rows/sec., 3.23 MiB/sec. | ||
| 5820 | 2024.04.30 22:27:45.106496 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5821 | 2024.04.30 22:27:45.106549 [ 3 ] {6c965036-cfd1-4ad5-a525-99d0d5d4d0e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5822 | 2024.04.30 22:27:45.106594 [ 3 ] {} <Debug> HTTP-Session: abd13d77-564b-4f0b-807d-ae5044ebe39e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5823 | 2024.04.30 22:27:45.106753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5824 | 2024.04.30 22:27:45.106805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5825 | 2024.04.30 22:27:45.106824 [ 3 ] {} <Debug> HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5826 | 2024.04.30 22:27:45.106843 [ 3 ] {} <Debug> HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5827 | 2024.04.30 22:27:45.106856 [ 3 ] {} <Debug> HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5828 | 2024.04.30 22:27:45.106889 [ 3 ] {} <Trace> HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5829 | 2024.04.30 22:27:45.107003 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5830 | 2024.04.30 22:27:45.107048 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5831 | 2024.04.30 22:27:45.107192 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5832 | 2024.04.30 22:27:45.107475 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5833 | 2024.04.30 22:27:45.107512 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5834 | 2024.04.30 22:27:45.107820 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5835 | 2024.04.30 22:27:45.108118 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2024.04.30 22:27:45.108257 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001286 sec., 12441.67962674961 rows/sec., 996.31 KiB/sec. | ||
| 5837 | 2024.04.30 22:27:45.108423 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Debug> DynamicQueryHandler: Done processing query | ||
| 5838 | 2024.04.30 22:27:45.108447 [ 3 ] {4dd32876-7ceb-4d42-8ff2-0ec908c33a60} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5839 | 2024.04.30 22:27:45.108463 [ 3 ] {} <Debug> HTTP-Session: 3a2af155-be64-45ca-a444-a892633d59ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5840 | 2024.04.30 22:27:45.108641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5841 | 2024.04.30 22:27:45.108689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5842 | 2024.04.30 22:27:45.108708 [ 3 ] {} <Debug> HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5843 | 2024.04.30 22:27:45.108725 [ 3 ] {} <Debug> HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5844 | 2024.04.30 22:27:45.108738 [ 3 ] {} <Debug> HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5845 | 2024.04.30 22:27:45.108769 [ 3 ] {} <Trace> HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5846 | 2024.04.30 22:27:45.108947 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5847 | 2024.04.30 22:27:45.108994 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5848 | 2024.04.30 22:27:45.109154 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5849 | 2024.04.30 22:27:45.109525 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5850 | 2024.04.30 22:27:45.109561 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
| 5851 | 2024.04.30 22:27:45.109953 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5852 | 2024.04.30 22:27:45.110278 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5853 | 2024.04.30 22:27:45.110424 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001578 sec., 10139.416983523448 rows/sec., 13.68 MiB/sec. | ||
| 5854 | 2024.04.30 22:27:45.110587 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5855 | 2024.04.30 22:27:45.110611 [ 3 ] {1352f8cb-caae-400a-b41d-56da485c377d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5856 | 2024.04.30 22:27:45.110627 [ 3 ] {} <Debug> HTTP-Session: cedabc6c-0c46-4eba-b79c-2d5123145346 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5857 | 2024.04.30 22:27:50.101587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5858 | 2024.04.30 22:27:50.101728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5859 | 2024.04.30 22:27:50.101757 [ 3 ] {} <Debug> HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5860 | 2024.04.30 22:27:50.101786 [ 3 ] {} <Debug> HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5861 | 2024.04.30 22:27:50.101804 [ 3 ] {} <Debug> HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5862 | 2024.04.30 22:27:50.101862 [ 3 ] {} <Trace> HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5863 | 2024.04.30 22:27:50.102068 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5864 | 2024.04.30 22:27:50.102142 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5865 | 2024.04.30 22:27:50.102333 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5866 | 2024.04.30 22:27:50.102749 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5867 | 2024.04.30 22:27:50.102793 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 5868 | 2024.04.30 22:27:50.103162 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5869 | 2024.04.30 22:27:50.103491 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5870 | 2024.04.30 22:27:50.103637 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001635 sec., 9174.311926605506 rows/sec., 743.62 KiB/sec. | ||
| 5871 | 2024.04.30 22:27:50.103649 [ 92 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 5872 | 2024.04.30 22:27:50.103709 [ 92 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5873 | 2024.04.30 22:27:50.103746 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 5874 | 2024.04.30 22:27:50.103905 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Debug> DynamicQueryHandler: Done processing query | ||
| 5875 | 2024.04.30 22:27:50.103928 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 5876 | 2024.04.30 22:27:50.103943 [ 3 ] {d86b04cd-b4a9-4820-a497-1a0119b49083} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5877 | 2024.04.30 22:27:50.104043 [ 3 ] {} <Debug> HTTP-Session: aef8bc32-b323-4b7e-97e4-c57b48cc3f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5878 | 2024.04.30 22:27:50.104430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5879 | 2024.04.30 22:27:50.104465 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5880 | 2024.04.30 22:27:50.104554 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 31 rows starting from the beginning of the part | ||
| 5881 | 2024.04.30 22:27:50.104612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5882 | 2024.04.30 22:27:50.104741 [ 3 ] {} <Debug> HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5883 | 2024.04.30 22:27:50.104831 [ 3 ] {} <Debug> HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5884 | 2024.04.30 22:27:50.104906 [ 3 ] {} <Debug> HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5885 | 2024.04.30 22:27:50.104918 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 15 rows starting from the beginning of the part | ||
| 5886 | 2024.04.30 22:27:50.104994 [ 3 ] {} <Trace> HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5887 | 2024.04.30 22:27:50.105242 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
| 5888 | 2024.04.30 22:27:50.105297 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5889 | 2024.04.30 22:27:50.105441 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5890 | 2024.04.30 22:27:50.105499 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 15 rows starting from the beginning of the part | ||
| 5891 | 2024.04.30 22:27:50.105903 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
| 5892 | 2024.04.30 22:27:50.106185 [ 189 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part | ||
| 5893 | 2024.04.30 22:27:50.106636 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5894 | 2024.04.30 22:27:50.107575 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2024.04.30 22:27:50.107625 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 5896 | 2024.04.30 22:27:50.108428 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5897 | 2024.04.30 22:27:50.109181 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005346435 sec., 20200.37651257333 rows/sec., 1.60 MiB/sec. | ||
| 5898 | 2024.04.30 22:27:50.109382 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5899 | 2024.04.30 22:27:50.109480 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 5900 | 2024.04.30 22:27:50.109633 [ 92 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5901 | 2024.04.30 22:27:50.109736 [ 92 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5902 | 2024.04.30 22:27:50.109767 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.004556 sec., 9877.085162423178 rows/sec., 880.96 KiB/sec. | ||
| 5903 | 2024.04.30 22:27:50.109794 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 5904 | 2024.04.30 22:27:50.110337 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 5905 | 2024.04.30 22:27:50.110398 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5906 | 2024.04.30 22:27:50.110506 [ 3 ] {ff2a81eb-a098-49ca-9711-29dacb1ad1b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5907 | 2024.04.30 22:27:50.110559 [ 3 ] {} <Debug> HTTP-Session: 7bde4a34-7d37-4fac-bb90-8a2a34a7ecfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5908 | 2024.04.30 22:27:50.110779 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5909 | 2024.04.30 22:27:50.110846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5910 | 2024.04.30 22:27:50.110879 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 142 rows starting from the beginning of the part | ||
| 5911 | 2024.04.30 22:27:50.110984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5912 | 2024.04.30 22:27:50.111091 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5913 | 2024.04.30 22:27:50.111119 [ 3 ] {} <Debug> HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5914 | 2024.04.30 22:27:50.111237 [ 3 ] {} <Debug> HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5915 | 2024.04.30 22:27:50.111282 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 45 rows starting from the beginning of the part | ||
| 5916 | 2024.04.30 22:27:50.111369 [ 3 ] {} <Debug> HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5917 | 2024.04.30 22:27:50.111614 [ 3 ] {} <Trace> HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5918 | 2024.04.30 22:27:50.111661 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 48 rows starting from the beginning of the part | ||
| 5919 | 2024.04.30 22:27:50.111758 [ 198 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_50_10} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 5920 | 2024.04.30 22:27:50.112040 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 45 rows starting from the beginning of the part | ||
| 5921 | 2024.04.30 22:27:50.112166 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5922 | 2024.04.30 22:27:50.112375 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 5923 | 2024.04.30 22:27:50.112422 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5924 | 2024.04.30 22:27:50.112558 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5925 | 2024.04.30 22:27:50.112718 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 45 rows starting from the beginning of the part | ||
| 5926 | 2024.04.30 22:27:50.113530 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5927 | 2024.04.30 22:27:50.114322 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5928 | 2024.04.30 22:27:50.114408 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 5929 | 2024.04.30 22:27:50.115230 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5930 | 2024.04.30 22:27:50.115685 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 373 rows, containing 4 columns (4 merged, 0 gathered) in 0.005729744 sec., 65098.89447067792 rows/sec., 5.63 MiB/sec. | ||
| 5931 | 2024.04.30 22:27:50.116002 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5932 | 2024.04.30 22:27:50.116028 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5933 | 2024.04.30 22:27:50.116261 [ 91 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5934 | 2024.04.30 22:27:50.116297 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.004459 sec., 3363.9829558196902 rows/sec., 269.38 KiB/sec. | ||
| 5935 | 2024.04.30 22:27:50.116356 [ 91 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5936 | 2024.04.30 22:27:50.116461 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 5937 | 2024.04.30 22:27:50.116980 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5938 | 2024.04.30 22:27:50.117056 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 5939 | 2024.04.30 22:27:50.117078 [ 3 ] {9492b009-d27b-47a5-8d8e-e3f8af7fa05f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5940 | 2024.04.30 22:27:50.117163 [ 3 ] {} <Debug> HTTP-Session: 6f1d9674-ac5b-4c59-bf28-0981a3a4640d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5941 | 2024.04.30 22:27:50.117363 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5942 | 2024.04.30 22:27:50.117424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5943 | 2024.04.30 22:27:50.117435 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 96 rows starting from the beginning of the part | ||
| 5944 | 2024.04.30 22:27:50.117504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5945 | 2024.04.30 22:27:50.117650 [ 3 ] {} <Debug> HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5946 | 2024.04.30 22:27:50.117662 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5947 | 2024.04.30 22:27:50.117747 [ 3 ] {} <Debug> HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5948 | 2024.04.30 22:27:50.117784 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 15 rows starting from the beginning of the part | ||
| 5949 | 2024.04.30 22:27:50.117840 [ 3 ] {} <Debug> HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5950 | 2024.04.30 22:27:50.118022 [ 3 ] {} <Trace> HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5951 | 2024.04.30 22:27:50.118159 [ 187 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_51_10} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5952 | 2024.04.30 22:27:50.118272 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
| 5953 | 2024.04.30 22:27:50.118546 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5954 | 2024.04.30 22:27:50.118720 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5955 | 2024.04.30 22:27:50.118740 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 15 rows starting from the beginning of the part | ||
| 5956 | 2024.04.30 22:27:50.118811 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5957 | 2024.04.30 22:27:50.118949 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 5958 | 2024.04.30 22:27:50.119298 [ 188 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 15 rows starting from the beginning of the part | ||
| 5959 | 2024.04.30 22:27:50.119940 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5960 | 2024.04.30 22:27:50.120488 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5961 | 2024.04.30 22:27:50.120534 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 5962 | 2024.04.30 22:27:50.121082 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 173 rows, containing 4 columns (4 merged, 0 gathered) in 0.004441402 sec., 38951.6643618389 rows/sec., 3.06 MiB/sec. | ||
| 5963 | 2024.04.30 22:27:50.121288 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5964 | 2024.04.30 22:27:50.121298 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5965 | 2024.04.30 22:27:50.122300 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5966 | 2024.04.30 22:27:50.122475 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2024.04.30 22:27:50.122491 [ 190 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_51_10} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5968 | 2024.04.30 22:27:50.122655 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5969 | 2024.04.30 22:27:50.122808 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.004492 sec., 3339.2698130008903 rows/sec., 4.51 MiB/sec. | ||
| 5970 | 2024.04.30 22:27:50.123096 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5971 | 2024.04.30 22:27:50.123126 [ 3 ] {63b5b10e-4b49-438c-b21c-d837b85d3e6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5972 | 2024.04.30 22:27:50.123142 [ 3 ] {} <Debug> HTTP-Session: 9c891bf0-a5c7-4c7d-a27e-d4bde6234c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5973 | 2024.04.30 22:27:53.775860 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5974 | 2024.04.30 22:27:53.775929 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5975 | 2024.04.30 22:27:55.103151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5976 | 2024.04.30 22:27:55.103280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5977 | 2024.04.30 22:27:55.103310 [ 3 ] {} <Debug> HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5978 | 2024.04.30 22:27:55.103338 [ 3 ] {} <Debug> HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5979 | 2024.04.30 22:27:55.103356 [ 3 ] {} <Debug> HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5980 | 2024.04.30 22:27:55.103418 [ 3 ] {} <Trace> HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5981 | 2024.04.30 22:27:55.103630 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5982 | 2024.04.30 22:27:55.103705 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5983 | 2024.04.30 22:27:55.103928 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5984 | 2024.04.30 22:27:55.104371 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5985 | 2024.04.30 22:27:55.104416 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 5986 | 2024.04.30 22:27:55.104801 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5987 | 2024.04.30 22:27:55.105153 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5988 | 2024.04.30 22:27:55.105339 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001773 sec., 9024.252679075014 rows/sec., 731.46 KiB/sec. | ||
| 5989 | 2024.04.30 22:27:55.105571 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Debug> DynamicQueryHandler: Done processing query | ||
| 5990 | 2024.04.30 22:27:55.105599 [ 3 ] {920cdef9-c7ae-436b-a4ec-b44f16e1db81} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5991 | 2024.04.30 22:27:55.105615 [ 3 ] {} <Debug> HTTP-Session: 7c8b51d5-c404-4639-94e7-605661f56904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5992 | 2024.04.30 22:27:55.105784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5993 | 2024.04.30 22:27:55.105836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5994 | 2024.04.30 22:27:55.105857 [ 3 ] {} <Debug> HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 5995 | 2024.04.30 22:27:55.105877 [ 3 ] {} <Debug> HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5996 | 2024.04.30 22:27:55.105891 [ 3 ] {} <Debug> HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5997 | 2024.04.30 22:27:55.105927 [ 3 ] {} <Trace> HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5998 | 2024.04.30 22:27:55.106056 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5999 | 2024.04.30 22:27:55.106103 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6000 | 2024.04.30 22:27:55.106237 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6001 | 2024.04.30 22:27:55.106605 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6002 | 2024.04.30 22:27:55.106644 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6003 | 2024.04.30 22:27:55.106963 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6004 | 2024.04.30 22:27:55.107294 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6005 | 2024.04.30 22:27:55.107443 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Debug> executeQuery: Read 84 rows, 7.16 KiB in 0.001433 sec., 58618.28332170272 rows/sec., 4.88 MiB/sec. | ||
| 6006 | 2024.04.30 22:27:55.107721 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Debug> DynamicQueryHandler: Done processing query | ||
| 6007 | 2024.04.30 22:27:55.107766 [ 3 ] {f80683dc-b82b-4fbc-96a7-8a3b513098be} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6008 | 2024.04.30 22:27:55.107794 [ 3 ] {} <Debug> HTTP-Session: 8ed8aadb-070a-46b3-ab12-6cc59178b93b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6009 | 2024.04.30 22:27:55.107934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6010 | 2024.04.30 22:27:55.107983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6011 | 2024.04.30 22:27:55.108002 [ 3 ] {} <Debug> HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6012 | 2024.04.30 22:27:55.108020 [ 3 ] {} <Debug> HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6013 | 2024.04.30 22:27:55.108033 [ 3 ] {} <Debug> HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6014 | 2024.04.30 22:27:55.108066 [ 3 ] {} <Trace> HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6015 | 2024.04.30 22:27:55.108180 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6016 | 2024.04.30 22:27:55.108225 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6017 | 2024.04.30 22:27:55.108365 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6018 | 2024.04.30 22:27:55.108681 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2024.04.30 22:27:55.108719 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6020 | 2024.04.30 22:27:55.109025 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6021 | 2024.04.30 22:27:55.109341 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2024.04.30 22:27:55.109501 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Debug> executeQuery: Read 40 rows, 3.18 KiB in 0.001355 sec., 29520.295202952027 rows/sec., 2.29 MiB/sec. | ||
| 6023 | 2024.04.30 22:27:55.109785 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6024 | 2024.04.30 22:27:55.109834 [ 3 ] {dc60ebb5-6326-48b1-a140-dbbba7a23b6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6025 | 2024.04.30 22:27:55.109868 [ 3 ] {} <Debug> HTTP-Session: b9ea99e4-a45d-4afc-87a5-e1c52f982c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6026 | 2024.04.30 22:27:55.110018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6027 | 2024.04.30 22:27:55.110066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6028 | 2024.04.30 22:27:55.110086 [ 3 ] {} <Debug> HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6029 | 2024.04.30 22:27:55.110104 [ 3 ] {} <Debug> HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6030 | 2024.04.30 22:27:55.110118 [ 3 ] {} <Debug> HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6031 | 2024.04.30 22:27:55.110149 [ 3 ] {} <Trace> HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6032 | 2024.04.30 22:27:55.110266 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6033 | 2024.04.30 22:27:55.110318 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6034 | 2024.04.30 22:27:55.110483 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6035 | 2024.04.30 22:27:55.110773 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6036 | 2024.04.30 22:27:55.110809 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6037 | 2024.04.30 22:27:55.111190 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6038 | 2024.04.30 22:27:55.111533 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6039 | 2024.04.30 22:27:55.111704 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001477 sec., 24373.730534867977 rows/sec., 1.72 MiB/sec. | ||
| 6040 | 2024.04.30 22:27:55.111995 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Debug> DynamicQueryHandler: Done processing query | ||
| 6041 | 2024.04.30 22:27:55.112021 [ 3 ] {34e3ece0-0d9c-402c-b087-7193c76d6f97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6042 | 2024.04.30 22:27:55.112036 [ 3 ] {} <Debug> HTTP-Session: 319470fe-c25b-4683-81ae-2588758058e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6043 | 2024.04.30 22:27:55.112175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6044 | 2024.04.30 22:27:55.112221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6045 | 2024.04.30 22:27:55.112241 [ 3 ] {} <Debug> HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6046 | 2024.04.30 22:27:55.112257 [ 3 ] {} <Debug> HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6047 | 2024.04.30 22:27:55.112271 [ 3 ] {} <Debug> HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6048 | 2024.04.30 22:27:55.112302 [ 3 ] {} <Trace> HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6049 | 2024.04.30 22:27:55.112526 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6050 | 2024.04.30 22:27:55.112577 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6051 | 2024.04.30 22:27:55.112754 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6052 | 2024.04.30 22:27:55.113137 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6053 | 2024.04.30 22:27:55.113175 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6054 | 2024.04.30 22:27:55.113659 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6055 | 2024.04.30 22:27:55.114030 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6056 | 2024.04.30 22:27:55.114193 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001806 sec., 8859.357696566998 rows/sec., 11.96 MiB/sec. | ||
| 6057 | 2024.04.30 22:27:55.114194 [ 89 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6058 | 2024.04.30 22:27:55.114309 [ 89 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6059 | 2024.04.30 22:27:55.114357 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6060 | 2024.04.30 22:27:55.114459 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Debug> DynamicQueryHandler: Done processing query | ||
| 6061 | 2024.04.30 22:27:55.114551 [ 3 ] {6795dd9f-cd9e-418a-b5c5-50d836036207} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6062 | 2024.04.30 22:27:55.114676 [ 3 ] {} <Debug> HTTP-Session: 8466de10-292e-4841-b389-d9d1bbb9530b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6063 | 2024.04.30 22:27:55.114725 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 6064 | 2024.04.30 22:27:55.115220 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6065 | 2024.04.30 22:27:55.115262 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 710 rows starting from the beginning of the part | ||
| 6066 | 2024.04.30 22:27:55.115346 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
| 6067 | 2024.04.30 22:27:55.115610 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 15 rows starting from the beginning of the part | ||
| 6068 | 2024.04.30 22:27:55.115819 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
| 6069 | 2024.04.30 22:27:55.116001 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 15 rows starting from the beginning of the part | ||
| 6070 | 2024.04.30 22:27:55.116160 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
| 6071 | 2024.04.30 22:27:55.118901 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 788 rows, containing 6 columns (6 merged, 0 gathered) in 0.004443223 sec., 177348.73986743408 rows/sec., 239.32 MiB/sec. | ||
| 6072 | 2024.04.30 22:27:55.119538 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6073 | 2024.04.30 22:27:55.120026 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2024.04.30 22:27:55.120126 [ 190 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6075 | 2024.04.30 22:27:55.120237 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. | ||
| 6076 | 2024.04.30 22:28:00.102060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6077 | 2024.04.30 22:28:00.102206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6078 | 2024.04.30 22:28:00.102238 [ 3 ] {} <Debug> HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6079 | 2024.04.30 22:28:00.102267 [ 3 ] {} <Debug> HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6080 | 2024.04.30 22:28:00.102285 [ 3 ] {} <Debug> HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6081 | 2024.04.30 22:28:00.102342 [ 3 ] {} <Trace> HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6082 | 2024.04.30 22:28:00.102540 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6083 | 2024.04.30 22:28:00.102610 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6084 | 2024.04.30 22:28:00.102802 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6085 | 2024.04.30 22:28:00.103201 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6086 | 2024.04.30 22:28:00.103244 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6087 | 2024.04.30 22:28:00.103607 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6088 | 2024.04.30 22:28:00.103946 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6089 | 2024.04.30 22:28:00.104092 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001608 sec., 9328.358208955224 rows/sec., 756.11 KiB/sec. | ||
| 6090 | 2024.04.30 22:28:00.104518 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6091 | 2024.04.30 22:28:00.104629 [ 3 ] {ff8302ec-1898-48d9-8c4d-30226f530a4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6092 | 2024.04.30 22:28:00.104731 [ 3 ] {} <Debug> HTTP-Session: 8d0d4eeb-eed1-4f87-92c3-c5f3f98d670a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6093 | 2024.04.30 22:28:00.105124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6094 | 2024.04.30 22:28:00.105343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6095 | 2024.04.30 22:28:00.105404 [ 3 ] {} <Debug> HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6096 | 2024.04.30 22:28:00.105439 [ 3 ] {} <Debug> HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6097 | 2024.04.30 22:28:00.105454 [ 3 ] {} <Debug> HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6098 | 2024.04.30 22:28:00.105486 [ 3 ] {} <Trace> HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6099 | 2024.04.30 22:28:00.105602 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6100 | 2024.04.30 22:28:00.105649 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6101 | 2024.04.30 22:28:00.105798 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6102 | 2024.04.30 22:28:00.106154 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6103 | 2024.04.30 22:28:00.106192 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6104 | 2024.04.30 22:28:00.106498 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6105 | 2024.04.30 22:28:00.106819 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6106 | 2024.04.30 22:28:00.106961 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001391 sec., 32350.826743350106 rows/sec., 2.82 MiB/sec. | ||
| 6107 | 2024.04.30 22:28:00.107129 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6108 | 2024.04.30 22:28:00.107154 [ 3 ] {16271f96-33db-4703-9ca8-87b379c3a7a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6109 | 2024.04.30 22:28:00.107170 [ 3 ] {} <Debug> HTTP-Session: 56ba294e-e603-43c3-93cf-2750ee4c0555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6110 | 2024.04.30 22:28:00.107332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6111 | 2024.04.30 22:28:00.107381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6112 | 2024.04.30 22:28:00.107402 [ 3 ] {} <Debug> HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6113 | 2024.04.30 22:28:00.107420 [ 3 ] {} <Debug> HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6114 | 2024.04.30 22:28:00.107433 [ 3 ] {} <Debug> HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6115 | 2024.04.30 22:28:00.107463 [ 3 ] {} <Trace> HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6116 | 2024.04.30 22:28:00.107563 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6117 | 2024.04.30 22:28:00.107606 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6118 | 2024.04.30 22:28:00.107733 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6119 | 2024.04.30 22:28:00.108003 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2024.04.30 22:28:00.108042 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6121 | 2024.04.30 22:28:00.108355 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6122 | 2024.04.30 22:28:00.108666 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2024.04.30 22:28:00.108814 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001271 sec., 11801.730920535012 rows/sec., 945.06 KiB/sec. | ||
| 6124 | 2024.04.30 22:28:00.108972 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Debug> DynamicQueryHandler: Done processing query | ||
| 6125 | 2024.04.30 22:28:00.108995 [ 3 ] {c3fb4f14-d474-44fe-a0de-bb343e371043} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6126 | 2024.04.30 22:28:00.109012 [ 3 ] {} <Debug> HTTP-Session: eb04c9fb-c021-4d13-b565-172adbb41712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6127 | 2024.04.30 22:28:00.109139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6128 | 2024.04.30 22:28:00.109185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6129 | 2024.04.30 22:28:00.109205 [ 3 ] {} <Debug> HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6130 | 2024.04.30 22:28:00.109221 [ 3 ] {} <Debug> HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6131 | 2024.04.30 22:28:00.109235 [ 3 ] {} <Debug> HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6132 | 2024.04.30 22:28:00.109265 [ 3 ] {} <Trace> HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6133 | 2024.04.30 22:28:00.109453 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6134 | 2024.04.30 22:28:00.109504 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6135 | 2024.04.30 22:28:00.109662 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6136 | 2024.04.30 22:28:00.110022 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6137 | 2024.04.30 22:28:00.110058 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6138 | 2024.04.30 22:28:00.110478 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6139 | 2024.04.30 22:28:00.110819 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6140 | 2024.04.30 22:28:00.110964 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001623 sec., 9242.144177449167 rows/sec., 12.47 MiB/sec. | ||
| 6141 | 2024.04.30 22:28:00.111142 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Debug> DynamicQueryHandler: Done processing query | ||
| 6142 | 2024.04.30 22:28:00.111166 [ 3 ] {f6503699-7a5c-4614-98d4-42d8d4bb2448} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6143 | 2024.04.30 22:28:00.111184 [ 3 ] {} <Debug> HTTP-Session: 98ef95be-1efc-4c04-892e-1626b81a1b00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6144 | 2024.04.30 22:28:05.101814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6145 | 2024.04.30 22:28:05.102005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6146 | 2024.04.30 22:28:05.102053 [ 3 ] {} <Debug> HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6147 | 2024.04.30 22:28:05.102095 [ 3 ] {} <Debug> HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6148 | 2024.04.30 22:28:05.102123 [ 3 ] {} <Debug> HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6149 | 2024.04.30 22:28:05.102200 [ 3 ] {} <Trace> HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6150 | 2024.04.30 22:28:05.102485 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6151 | 2024.04.30 22:28:05.102578 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6152 | 2024.04.30 22:28:05.102770 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6153 | 2024.04.30 22:28:05.103184 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2024.04.30 22:28:05.103226 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6155 | 2024.04.30 22:28:05.103598 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6156 | 2024.04.30 22:28:05.103935 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2024.04.30 22:28:05.104077 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001688 sec., 9478.67298578199 rows/sec., 768.29 KiB/sec. | ||
| 6158 | 2024.04.30 22:28:05.104277 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6159 | 2024.04.30 22:28:05.104306 [ 3 ] {35fa1974-ede0-4dec-8494-02a5d29f83d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6160 | 2024.04.30 22:28:05.104323 [ 3 ] {} <Debug> HTTP-Session: 5ee4d0b1-b6a7-490c-b386-b0bc4ec184f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6161 | 2024.04.30 22:28:05.104454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6162 | 2024.04.30 22:28:05.104505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6163 | 2024.04.30 22:28:05.104526 [ 3 ] {} <Debug> HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6164 | 2024.04.30 22:28:05.104544 [ 3 ] {} <Debug> HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6165 | 2024.04.30 22:28:05.104558 [ 3 ] {} <Debug> HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6166 | 2024.04.30 22:28:05.104594 [ 3 ] {} <Trace> HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6167 | 2024.04.30 22:28:05.104708 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6168 | 2024.04.30 22:28:05.104754 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6169 | 2024.04.30 22:28:05.104884 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6170 | 2024.04.30 22:28:05.105215 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6171 | 2024.04.30 22:28:05.105251 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6172 | 2024.04.30 22:28:05.105556 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6173 | 2024.04.30 22:28:05.105861 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6174 | 2024.04.30 22:28:05.105987 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001309 sec., 3055.7677616501146 rows/sec., 249.18 KiB/sec. | ||
| 6175 | 2024.04.30 22:28:05.106246 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 6176 | 2024.04.30 22:28:05.106272 [ 3 ] {267406c4-6ad5-435b-af91-41558a3e80ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6177 | 2024.04.30 22:28:05.106288 [ 3 ] {} <Debug> HTTP-Session: ed4cc55e-76bd-40c8-8e09-2d1e874e1f6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6178 | 2024.04.30 22:28:05.106417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6179 | 2024.04.30 22:28:05.106466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6180 | 2024.04.30 22:28:05.106486 [ 3 ] {} <Debug> HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6181 | 2024.04.30 22:28:05.106504 [ 3 ] {} <Debug> HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6182 | 2024.04.30 22:28:05.106518 [ 3 ] {} <Debug> HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6183 | 2024.04.30 22:28:05.106550 [ 3 ] {} <Trace> HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6184 | 2024.04.30 22:28:05.106661 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6185 | 2024.04.30 22:28:05.106704 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6186 | 2024.04.30 22:28:05.106847 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6187 | 2024.04.30 22:28:05.107144 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6188 | 2024.04.30 22:28:05.107181 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6189 | 2024.04.30 22:28:05.107492 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6190 | 2024.04.30 22:28:05.107798 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6191 | 2024.04.30 22:28:05.107922 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Debug> executeQuery: Read 50 rows, 4.54 KiB in 0.001298 sec., 38520.801232665646 rows/sec., 3.42 MiB/sec. | ||
| 6192 | 2024.04.30 22:28:05.108069 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6193 | 2024.04.30 22:28:05.108093 [ 3 ] {66562a01-69c6-43ff-864e-ed9ee69c9e4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6194 | 2024.04.30 22:28:05.108109 [ 3 ] {} <Debug> HTTP-Session: f4777bc9-c20d-421a-bc3a-dbcd4ebbbfd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6195 | 2024.04.30 22:28:05.108256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6196 | 2024.04.30 22:28:05.108304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6197 | 2024.04.30 22:28:05.108324 [ 3 ] {} <Debug> HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6198 | 2024.04.30 22:28:05.108341 [ 3 ] {} <Debug> HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6199 | 2024.04.30 22:28:05.108354 [ 3 ] {} <Debug> HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6200 | 2024.04.30 22:28:05.108385 [ 3 ] {} <Trace> HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6201 | 2024.04.30 22:28:05.108477 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6202 | 2024.04.30 22:28:05.108520 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6203 | 2024.04.30 22:28:05.108643 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6204 | 2024.04.30 22:28:05.108901 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2024.04.30 22:28:05.108936 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6206 | 2024.04.30 22:28:05.109228 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6207 | 2024.04.30 22:28:05.109561 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2024.04.30 22:28:05.109680 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001227 sec., 3259.9837000814996 rows/sec., 227.63 KiB/sec. | ||
| 6209 | 2024.04.30 22:28:05.109875 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Debug> DynamicQueryHandler: Done processing query | ||
| 6210 | 2024.04.30 22:28:05.109900 [ 3 ] {c24248e7-1fc5-427a-939a-c3a619ba6a64} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6211 | 2024.04.30 22:28:05.109915 [ 3 ] {} <Debug> HTTP-Session: 8978f40c-dfd1-46f2-b97c-29c54d7a79a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6212 | 2024.04.30 22:28:05.110027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6213 | 2024.04.30 22:28:05.110075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6214 | 2024.04.30 22:28:05.110094 [ 3 ] {} <Debug> HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6215 | 2024.04.30 22:28:05.110110 [ 3 ] {} <Debug> HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6216 | 2024.04.30 22:28:05.110124 [ 3 ] {} <Debug> HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6217 | 2024.04.30 22:28:05.110154 [ 3 ] {} <Trace> HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6218 | 2024.04.30 22:28:05.110251 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6219 | 2024.04.30 22:28:05.110292 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6220 | 2024.04.30 22:28:05.110416 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6221 | 2024.04.30 22:28:05.110685 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6222 | 2024.04.30 22:28:05.110720 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6223 | 2024.04.30 22:28:05.111017 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6224 | 2024.04.30 22:28:05.111315 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6225 | 2024.04.30 22:28:05.111436 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Debug> executeQuery: Read 20 rows, 1.61 KiB in 0.001213 sec., 16488.046166529264 rows/sec., 1.29 MiB/sec. | ||
| 6226 | 2024.04.30 22:28:05.111582 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6227 | 2024.04.30 22:28:05.111606 [ 3 ] {473d0e30-ab50-49f2-bb5f-f7034ad8e8e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6228 | 2024.04.30 22:28:05.111621 [ 3 ] {} <Debug> HTTP-Session: 91aeb1b9-a61e-4b2e-9261-ef4af6de1a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6229 | 2024.04.30 22:28:05.111732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6230 | 2024.04.30 22:28:05.111779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6231 | 2024.04.30 22:28:05.111798 [ 3 ] {} <Debug> HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6232 | 2024.04.30 22:28:05.111815 [ 3 ] {} <Debug> HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6233 | 2024.04.30 22:28:05.111830 [ 3 ] {} <Debug> HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6234 | 2024.04.30 22:28:05.111859 [ 3 ] {} <Trace> HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6235 | 2024.04.30 22:28:05.111952 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6236 | 2024.04.30 22:28:05.111999 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6237 | 2024.04.30 22:28:05.112138 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6238 | 2024.04.30 22:28:05.112396 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6239 | 2024.04.30 22:28:05.112436 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6240 | 2024.04.30 22:28:05.112808 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6241 | 2024.04.30 22:28:05.113139 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6242 | 2024.04.30 22:28:05.113268 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 105.10 KiB/sec. | ||
| 6243 | 2024.04.30 22:28:05.113575 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6244 | 2024.04.30 22:28:05.113607 [ 3 ] {d7308c76-f434-4669-bc2d-d20d7608c5c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6245 | 2024.04.30 22:28:05.113624 [ 3 ] {} <Debug> HTTP-Session: aa746991-572d-4b0d-b7b5-6699895ba8af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6246 | 2024.04.30 22:28:05.113791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6247 | 2024.04.30 22:28:05.113840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6248 | 2024.04.30 22:28:05.113858 [ 3 ] {} <Debug> HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6249 | 2024.04.30 22:28:05.113875 [ 3 ] {} <Debug> HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6250 | 2024.04.30 22:28:05.113889 [ 3 ] {} <Debug> HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6251 | 2024.04.30 22:28:05.113919 [ 3 ] {} <Trace> HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6252 | 2024.04.30 22:28:05.114098 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6253 | 2024.04.30 22:28:05.114148 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6254 | 2024.04.30 22:28:05.114336 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6255 | 2024.04.30 22:28:05.114680 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2024.04.30 22:28:05.114718 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6257 | 2024.04.30 22:28:05.115101 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6258 | 2024.04.30 22:28:05.115437 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6259 | 2024.04.30 22:28:05.115566 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001569 sec., 10197.578075207137 rows/sec., 13.76 MiB/sec. | ||
| 6260 | 2024.04.30 22:28:05.115771 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Debug> DynamicQueryHandler: Done processing query | ||
| 6261 | 2024.04.30 22:28:05.115806 [ 3 ] {4d0fddb8-02c8-4e57-8f7b-e6216cefbd67} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6262 | 2024.04.30 22:28:05.115829 [ 3 ] {} <Debug> HTTP-Session: 5fc17fdd-f0fb-4b55-9d67-f0f1a4296746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6263 | 2024.04.30 22:28:08.776202 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6264 | 2024.04.30 22:28:08.776277 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6265 | 2024.04.30 22:28:10.101587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6266 | 2024.04.30 22:28:10.101758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6267 | 2024.04.30 22:28:10.101804 [ 3 ] {} <Debug> HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6268 | 2024.04.30 22:28:10.101846 [ 3 ] {} <Debug> HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6269 | 2024.04.30 22:28:10.101874 [ 3 ] {} <Debug> HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6270 | 2024.04.30 22:28:10.101954 [ 3 ] {} <Trace> HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6271 | 2024.04.30 22:28:10.102245 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6272 | 2024.04.30 22:28:10.102353 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6273 | 2024.04.30 22:28:10.102674 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6274 | 2024.04.30 22:28:10.103055 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6275 | 2024.04.30 22:28:10.103100 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6276 | 2024.04.30 22:28:10.103473 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6277 | 2024.04.30 22:28:10.103808 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6278 | 2024.04.30 22:28:10.103957 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.00181 sec., 8287.292817679558 rows/sec., 671.72 KiB/sec. | ||
| 6279 | 2024.04.30 22:28:10.104162 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Debug> DynamicQueryHandler: Done processing query | ||
| 6280 | 2024.04.30 22:28:10.104190 [ 3 ] {e6007264-e594-4d0e-9db6-de1db5465083} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6281 | 2024.04.30 22:28:10.104206 [ 3 ] {} <Debug> HTTP-Session: 2bd8da31-6e96-4fe7-b43e-4387a30de9ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6282 | 2024.04.30 22:28:10.104340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6283 | 2024.04.30 22:28:10.104392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6284 | 2024.04.30 22:28:10.104410 [ 3 ] {} <Debug> HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6285 | 2024.04.30 22:28:10.104429 [ 3 ] {} <Debug> HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6286 | 2024.04.30 22:28:10.104443 [ 3 ] {} <Debug> HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6287 | 2024.04.30 22:28:10.104478 [ 3 ] {} <Trace> HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6288 | 2024.04.30 22:28:10.104583 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6289 | 2024.04.30 22:28:10.104630 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6290 | 2024.04.30 22:28:10.104758 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6291 | 2024.04.30 22:28:10.105020 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2024.04.30 22:28:10.105056 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6293 | 2024.04.30 22:28:10.105365 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6294 | 2024.04.30 22:28:10.105686 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6295 | 2024.04.30 22:28:10.105812 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Debug> executeQuery: Read 14 rows, 1.18 KiB in 0.00126 sec., 11111.111111111111 rows/sec., 938.59 KiB/sec. | ||
| 6296 | 2024.04.30 22:28:10.105964 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Debug> DynamicQueryHandler: Done processing query | ||
| 6297 | 2024.04.30 22:28:10.105989 [ 3 ] {3a49ecea-be62-4854-b7bb-573475f76771} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6298 | 2024.04.30 22:28:10.106005 [ 3 ] {} <Debug> HTTP-Session: 561e38b2-70a0-4f53-ac1c-cbe93023d7dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6299 | 2024.04.30 22:28:10.106127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6300 | 2024.04.30 22:28:10.106174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6301 | 2024.04.30 22:28:10.106193 [ 3 ] {} <Debug> HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6302 | 2024.04.30 22:28:10.106209 [ 3 ] {} <Debug> HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6303 | 2024.04.30 22:28:10.106223 [ 3 ] {} <Debug> HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6304 | 2024.04.30 22:28:10.106254 [ 3 ] {} <Trace> HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6305 | 2024.04.30 22:28:10.106364 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6306 | 2024.04.30 22:28:10.106407 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6307 | 2024.04.30 22:28:10.106528 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6308 | 2024.04.30 22:28:10.106814 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6309 | 2024.04.30 22:28:10.106849 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6310 | 2024.04.30 22:28:10.107154 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6311 | 2024.04.30 22:28:10.107458 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6312 | 2024.04.30 22:28:10.107583 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Debug> executeQuery: Read 55 rows, 4.86 KiB in 0.001252 sec., 43929.71246006389 rows/sec., 3.79 MiB/sec. | ||
| 6313 | 2024.04.30 22:28:10.107754 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6314 | 2024.04.30 22:28:10.107790 [ 3 ] {3f84d8c5-4643-4d01-bbb1-1d13b17f1e0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6315 | 2024.04.30 22:28:10.107821 [ 3 ] {} <Debug> HTTP-Session: adc0a6c7-1d51-4804-a87f-cae874ab2cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6316 | 2024.04.30 22:28:10.107982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6317 | 2024.04.30 22:28:10.108029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6318 | 2024.04.30 22:28:10.108047 [ 3 ] {} <Debug> HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6319 | 2024.04.30 22:28:10.108063 [ 3 ] {} <Debug> HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6320 | 2024.04.30 22:28:10.108077 [ 3 ] {} <Debug> HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6321 | 2024.04.30 22:28:10.108107 [ 3 ] {} <Trace> HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6322 | 2024.04.30 22:28:10.108204 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6323 | 2024.04.30 22:28:10.108246 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6324 | 2024.04.30 22:28:10.108367 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6325 | 2024.04.30 22:28:10.108609 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6326 | 2024.04.30 22:28:10.108643 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6327 | 2024.04.30 22:28:10.108938 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6328 | 2024.04.30 22:28:10.109234 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6329 | 2024.04.30 22:28:10.109354 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001176 sec., 11904.761904761905 rows/sec., 866.12 KiB/sec. | ||
| 6330 | 2024.04.30 22:28:10.109613 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Debug> DynamicQueryHandler: Done processing query | ||
| 6331 | 2024.04.30 22:28:10.109638 [ 3 ] {2be861e2-a2d7-441e-983b-0d4efb5d8c92} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6332 | 2024.04.30 22:28:10.109654 [ 3 ] {} <Debug> HTTP-Session: d0e6e2f7-c3ef-43d5-ac9f-1562aafef5f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6333 | 2024.04.30 22:28:10.109810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6334 | 2024.04.30 22:28:10.109857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6335 | 2024.04.30 22:28:10.109875 [ 3 ] {} <Debug> HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6336 | 2024.04.30 22:28:10.109891 [ 3 ] {} <Debug> HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6337 | 2024.04.30 22:28:10.109904 [ 3 ] {} <Debug> HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6338 | 2024.04.30 22:28:10.109934 [ 3 ] {} <Trace> HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6339 | 2024.04.30 22:28:10.110037 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6340 | 2024.04.30 22:28:10.110080 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6341 | 2024.04.30 22:28:10.110224 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6342 | 2024.04.30 22:28:10.110475 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2024.04.30 22:28:10.110510 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6344 | 2024.04.30 22:28:10.110808 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6345 | 2024.04.30 22:28:10.111111 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6346 | 2024.04.30 22:28:10.111235 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Debug> executeQuery: Read 29 rows, 2.38 KiB in 0.001227 sec., 23634.881825590874 rows/sec., 1.90 MiB/sec. | ||
| 6347 | 2024.04.30 22:28:10.111406 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6348 | 2024.04.30 22:28:10.111433 [ 3 ] {521202ed-da03-4022-bd4b-44338475b92b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6349 | 2024.04.30 22:28:10.111449 [ 3 ] {} <Debug> HTTP-Session: 1593de56-9217-4f13-a17c-11c79c077cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6350 | 2024.04.30 22:28:10.111599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6351 | 2024.04.30 22:28:10.111645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6352 | 2024.04.30 22:28:10.111663 [ 3 ] {} <Debug> HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6353 | 2024.04.30 22:28:10.111679 [ 3 ] {} <Debug> HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6354 | 2024.04.30 22:28:10.111692 [ 3 ] {} <Debug> HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6355 | 2024.04.30 22:28:10.111722 [ 3 ] {} <Trace> HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6356 | 2024.04.30 22:28:10.111817 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6357 | 2024.04.30 22:28:10.111862 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6358 | 2024.04.30 22:28:10.112000 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6359 | 2024.04.30 22:28:10.112232 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2024.04.30 22:28:10.112268 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6361 | 2024.04.30 22:28:10.112627 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6362 | 2024.04.30 22:28:10.112955 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2024.04.30 22:28:10.113087 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Debug> executeQuery: Read 7 rows, 525.00 B in 0.001294 sec., 5409.582689335394 rows/sec., 396.21 KiB/sec. | ||
| 6364 | 2024.04.30 22:28:10.113415 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Debug> DynamicQueryHandler: Done processing query | ||
| 6365 | 2024.04.30 22:28:10.113441 [ 3 ] {693afc70-a0d0-42ca-ab8a-29c0e8e6f5db} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6366 | 2024.04.30 22:28:10.113456 [ 3 ] {} <Debug> HTTP-Session: ff47781f-4953-4bcb-995a-d0b85280793c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6367 | 2024.04.30 22:28:10.113573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6368 | 2024.04.30 22:28:10.113622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6369 | 2024.04.30 22:28:10.113640 [ 3 ] {} <Debug> HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6370 | 2024.04.30 22:28:10.113656 [ 3 ] {} <Debug> HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6371 | 2024.04.30 22:28:10.113669 [ 3 ] {} <Debug> HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6372 | 2024.04.30 22:28:10.113699 [ 3 ] {} <Trace> HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6373 | 2024.04.30 22:28:10.113881 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6374 | 2024.04.30 22:28:10.113930 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6375 | 2024.04.30 22:28:10.114110 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6376 | 2024.04.30 22:28:10.114548 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6377 | 2024.04.30 22:28:10.114583 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
| 6378 | 2024.04.30 22:28:10.114967 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6379 | 2024.04.30 22:28:10.115301 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6380 | 2024.04.30 22:28:10.115443 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001667 sec., 8998.200359928014 rows/sec., 12.14 MiB/sec. | ||
| 6381 | 2024.04.30 22:28:10.115618 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Debug> DynamicQueryHandler: Done processing query | ||
| 6382 | 2024.04.30 22:28:10.115643 [ 3 ] {49092501-5014-447c-a216-686fe26f6588} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6383 | 2024.04.30 22:28:10.115659 [ 3 ] {} <Debug> HTTP-Session: 44af69b9-356d-4bcf-b8e2-a7b196db983f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6384 | 2024.04.30 22:28:15.101342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6385 | 2024.04.30 22:28:15.101540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6386 | 2024.04.30 22:28:15.101585 [ 3 ] {} <Debug> HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6387 | 2024.04.30 22:28:15.101626 [ 3 ] {} <Debug> HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6388 | 2024.04.30 22:28:15.101655 [ 3 ] {} <Debug> HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6389 | 2024.04.30 22:28:15.101734 [ 3 ] {} <Trace> HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6390 | 2024.04.30 22:28:15.101960 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6391 | 2024.04.30 22:28:15.102029 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6392 | 2024.04.30 22:28:15.102224 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6393 | 2024.04.30 22:28:15.102623 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2024.04.30 22:28:15.102666 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6395 | 2024.04.30 22:28:15.103030 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6396 | 2024.04.30 22:28:15.103386 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2024.04.30 22:28:15.103547 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001645 sec., 9726.44376899696 rows/sec., 788.37 KiB/sec. | ||
| 6398 | 2024.04.30 22:28:15.103569 [ 77 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 6399 | 2024.04.30 22:28:15.103676 [ 77 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2024.04.30 22:28:15.103711 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6401 | 2024.04.30 22:28:15.103816 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6402 | 2024.04.30 22:28:15.103881 [ 3 ] {082f4926-3b89-4a70-a67b-bcea2ed230f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6403 | 2024.04.30 22:28:15.103946 [ 3 ] {} <Debug> HTTP-Session: 67d87431-9488-4502-bf9e-985253be889f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6404 | 2024.04.30 22:28:15.104044 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 6405 | 2024.04.30 22:28:15.104130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6406 | 2024.04.30 22:28:15.104208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6407 | 2024.04.30 22:28:15.104254 [ 3 ] {} <Debug> HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6408 | 2024.04.30 22:28:15.104288 [ 3 ] {} <Debug> HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6409 | 2024.04.30 22:28:15.104334 [ 3 ] {} <Debug> HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6410 | 2024.04.30 22:28:15.104425 [ 3 ] {} <Trace> HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6411 | 2024.04.30 22:28:15.104529 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6412 | 2024.04.30 22:28:15.104642 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 31 rows starting from the beginning of the part | ||
| 6413 | 2024.04.30 22:28:15.104662 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6414 | 2024.04.30 22:28:15.104753 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6415 | 2024.04.30 22:28:15.105023 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
| 6416 | 2024.04.30 22:28:15.105349 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 15 rows starting from the beginning of the part | ||
| 6417 | 2024.04.30 22:28:15.105773 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
| 6418 | 2024.04.30 22:28:15.105860 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6419 | 2024.04.30 22:28:15.106056 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 15 rows starting from the beginning of the part | ||
| 6420 | 2024.04.30 22:28:15.106308 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part | ||
| 6421 | 2024.04.30 22:28:15.107068 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6422 | 2024.04.30 22:28:15.107125 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6423 | 2024.04.30 22:28:15.107947 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6424 | 2024.04.30 22:28:15.109072 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2024.04.30 22:28:15.109144 [ 190 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.005328504 sec., 20456.02292876199 rows/sec., 1.62 MiB/sec. | ||
| 6426 | 2024.04.30 22:28:15.109312 [ 77 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6427 | 2024.04.30 22:28:15.109377 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.004776 sec., 10050.251256281408 rows/sec., 919.51 KiB/sec. | ||
| 6428 | 2024.04.30 22:28:15.109402 [ 77 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6429 | 2024.04.30 22:28:15.109507 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6430 | 2024.04.30 22:28:15.109563 [ 199 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 6431 | 2024.04.30 22:28:15.109896 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6432 | 2024.04.30 22:28:15.109956 [ 3 ] {ca77ef74-61a1-4ddc-b092-6dc92bf96e1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6433 | 2024.04.30 22:28:15.109962 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 6434 | 2024.04.30 22:28:15.110013 [ 3 ] {} <Debug> HTTP-Session: 6c27c4e9-764c-4b15-bb6c-12090109cb38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6435 | 2024.04.30 22:28:15.110366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6436 | 2024.04.30 22:28:15.110543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6437 | 2024.04.30 22:28:15.110628 [ 3 ] {} <Debug> HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6438 | 2024.04.30 22:28:15.110688 [ 3 ] {} <Debug> HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6439 | 2024.04.30 22:28:15.110711 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6440 | 2024.04.30 22:28:15.110742 [ 3 ] {} <Debug> HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6441 | 2024.04.30 22:28:15.110848 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 142 rows starting from the beginning of the part | ||
| 6442 | 2024.04.30 22:28:15.110870 [ 3 ] {} <Trace> HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6443 | 2024.04.30 22:28:15.110893 [ 199 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6444 | 2024.04.30 22:28:15.111286 [ 199 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_55_11} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 6445 | 2024.04.30 22:28:15.111305 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 84 rows starting from the beginning of the part | ||
| 6446 | 2024.04.30 22:28:15.111597 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6447 | 2024.04.30 22:28:15.111667 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 45 rows starting from the beginning of the part | ||
| 6448 | 2024.04.30 22:28:15.111706 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6449 | 2024.04.30 22:28:15.111860 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6450 | 2024.04.30 22:28:15.111980 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 50 rows starting from the beginning of the part | ||
| 6451 | 2024.04.30 22:28:15.112309 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 55 rows starting from the beginning of the part | ||
| 6452 | 2024.04.30 22:28:15.112642 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part | ||
| 6453 | 2024.04.30 22:28:15.113008 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6454 | 2024.04.30 22:28:15.113823 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6455 | 2024.04.30 22:28:15.113891 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6456 | 2024.04.30 22:28:15.114824 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6457 | 2024.04.30 22:28:15.115551 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 4 columns (4 merged, 0 gathered) in 0.005884339 sec., 72055.67184351548 rows/sec., 6.17 MiB/sec. | ||
| 6458 | 2024.04.30 22:28:15.115575 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6459 | 2024.04.30 22:28:15.115785 [ 190 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6460 | 2024.04.30 22:28:15.115837 [ 77 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6461 | 2024.04.30 22:28:15.115876 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.004686 sec., 3414.4259496372174 rows/sec., 273.42 KiB/sec. | ||
| 6462 | 2024.04.30 22:28:15.115929 [ 77 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2024.04.30 22:28:15.116030 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6464 | 2024.04.30 22:28:15.116492 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 6465 | 2024.04.30 22:28:15.116546 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Debug> DynamicQueryHandler: Done processing query | ||
| 6466 | 2024.04.30 22:28:15.116671 [ 3 ] {2e1de1eb-7a25-4818-b81c-78d457f14176} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6467 | 2024.04.30 22:28:15.116784 [ 3 ] {} <Debug> HTTP-Session: 4b9ef142-b570-4e68-8ac4-8963813ebe81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6468 | 2024.04.30 22:28:15.117047 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6469 | 2024.04.30 22:28:15.117070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6470 | 2024.04.30 22:28:15.117117 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 96 rows starting from the beginning of the part | ||
| 6471 | 2024.04.30 22:28:15.117268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6472 | 2024.04.30 22:28:15.117365 [ 3 ] {} <Debug> HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6473 | 2024.04.30 22:28:15.117410 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6474 | 2024.04.30 22:28:15.117485 [ 3 ] {} <Debug> HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6475 | 2024.04.30 22:28:15.117542 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 6476 | 2024.04.30 22:28:15.117623 [ 3 ] {} <Debug> HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6477 | 2024.04.30 22:28:15.117865 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 15 rows starting from the beginning of the part | ||
| 6478 | 2024.04.30 22:28:15.117909 [ 3 ] {} <Trace> HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6479 | 2024.04.30 22:28:15.118282 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part | ||
| 6480 | 2024.04.30 22:28:15.118344 [ 186 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_56_11} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6481 | 2024.04.30 22:28:15.118397 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6482 | 2024.04.30 22:28:15.118651 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 29 rows starting from the beginning of the part | ||
| 6483 | 2024.04.30 22:28:15.118651 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6484 | 2024.04.30 22:28:15.118750 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6485 | 2024.04.30 22:28:15.119028 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 6486 | 2024.04.30 22:28:15.119991 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6487 | 2024.04.30 22:28:15.121045 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2024.04.30 22:28:15.121117 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6489 | 2024.04.30 22:28:15.121905 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005721334 sec., 37753.43302803158 rows/sec., 2.97 MiB/sec. | ||
| 6490 | 2024.04.30 22:28:15.122109 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6491 | 2024.04.30 22:28:15.122210 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6492 | 2024.04.30 22:28:15.122777 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6493 | 2024.04.30 22:28:15.122915 [ 199 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_56_11} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6494 | 2024.04.30 22:28:15.123090 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6495 | 2024.04.30 22:28:15.123092 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6496 | 2024.04.30 22:28:15.123288 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.005043 sec., 3172.7146539758082 rows/sec., 4.28 MiB/sec. | ||
| 6497 | 2024.04.30 22:28:15.123677 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Debug> DynamicQueryHandler: Done processing query | ||
| 6498 | 2024.04.30 22:28:15.123720 [ 3 ] {948290f8-8de4-4340-9f36-547a15b6ea53} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6499 | 2024.04.30 22:28:15.123752 [ 3 ] {} <Debug> HTTP-Session: be31d9ae-ada1-4850-bd16-021a7b4b7215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6500 | 2024.04.30 22:28:20.101338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6501 | 2024.04.30 22:28:20.101482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6502 | 2024.04.30 22:28:20.101512 [ 3 ] {} <Debug> HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6503 | 2024.04.30 22:28:20.101540 [ 3 ] {} <Debug> HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6504 | 2024.04.30 22:28:20.101558 [ 3 ] {} <Debug> HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6505 | 2024.04.30 22:28:20.101617 [ 3 ] {} <Trace> HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6506 | 2024.04.30 22:28:20.101835 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6507 | 2024.04.30 22:28:20.101912 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6508 | 2024.04.30 22:28:20.102115 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6509 | 2024.04.30 22:28:20.102526 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6510 | 2024.04.30 22:28:20.102568 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6511 | 2024.04.30 22:28:20.102947 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6512 | 2024.04.30 22:28:20.103292 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6513 | 2024.04.30 22:28:20.103465 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001697 sec., 8839.127872716559 rows/sec., 716.45 KiB/sec. | ||
| 6514 | 2024.04.30 22:28:20.103656 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6515 | 2024.04.30 22:28:20.103682 [ 3 ] {5d4cc759-dcc5-40e1-b3e7-c55623b3987a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6516 | 2024.04.30 22:28:20.103698 [ 3 ] {} <Debug> HTTP-Session: 9edab82c-b360-4b86-a340-3fb20283f727 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6517 | 2024.04.30 22:28:20.103828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6518 | 2024.04.30 22:28:20.103877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6519 | 2024.04.30 22:28:20.103896 [ 3 ] {} <Debug> HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6520 | 2024.04.30 22:28:20.103912 [ 3 ] {} <Debug> HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6521 | 2024.04.30 22:28:20.103925 [ 3 ] {} <Debug> HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6522 | 2024.04.30 22:28:20.103957 [ 3 ] {} <Trace> HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6523 | 2024.04.30 22:28:20.104064 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6524 | 2024.04.30 22:28:20.104106 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6525 | 2024.04.30 22:28:20.104232 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6526 | 2024.04.30 22:28:20.104554 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6527 | 2024.04.30 22:28:20.104591 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6528 | 2024.04.30 22:28:20.104903 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6529 | 2024.04.30 22:28:20.105223 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2024.04.30 22:28:20.105377 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.00134 sec., 33582.0895522388 rows/sec., 2.93 MiB/sec. | ||
| 6531 | 2024.04.30 22:28:20.105648 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Debug> DynamicQueryHandler: Done processing query | ||
| 6532 | 2024.04.30 22:28:20.105698 [ 3 ] {16a73078-9211-455b-9216-1bf8bd5e7d22} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6533 | 2024.04.30 22:28:20.105758 [ 3 ] {} <Debug> HTTP-Session: 752a80b5-94a6-446d-b443-62f2877627bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6534 | 2024.04.30 22:28:20.105979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6535 | 2024.04.30 22:28:20.106031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6536 | 2024.04.30 22:28:20.106050 [ 3 ] {} <Debug> HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6537 | 2024.04.30 22:28:20.106067 [ 3 ] {} <Debug> HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6538 | 2024.04.30 22:28:20.106081 [ 3 ] {} <Debug> HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6539 | 2024.04.30 22:28:20.106113 [ 3 ] {} <Trace> HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6540 | 2024.04.30 22:28:20.106221 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6541 | 2024.04.30 22:28:20.106265 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6542 | 2024.04.30 22:28:20.106410 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6543 | 2024.04.30 22:28:20.106685 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6544 | 2024.04.30 22:28:20.106722 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6545 | 2024.04.30 22:28:20.107052 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6546 | 2024.04.30 22:28:20.107367 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6547 | 2024.04.30 22:28:20.107511 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001318 sec., 11380.880121396056 rows/sec., 911.36 KiB/sec. | ||
| 6548 | 2024.04.30 22:28:20.107665 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6549 | 2024.04.30 22:28:20.107689 [ 3 ] {98d8c95c-5a96-4d5f-8214-e4b5aa27fdd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6550 | 2024.04.30 22:28:20.107704 [ 3 ] {} <Debug> HTTP-Session: a34f2640-4530-40e0-ab07-44cc9b4dc356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6551 | 2024.04.30 22:28:20.107834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6552 | 2024.04.30 22:28:20.107881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6553 | 2024.04.30 22:28:20.107900 [ 3 ] {} <Debug> HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6554 | 2024.04.30 22:28:20.107916 [ 3 ] {} <Debug> HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6555 | 2024.04.30 22:28:20.107930 [ 3 ] {} <Debug> HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6556 | 2024.04.30 22:28:20.107959 [ 3 ] {} <Trace> HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6557 | 2024.04.30 22:28:20.108131 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6558 | 2024.04.30 22:28:20.108180 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6559 | 2024.04.30 22:28:20.108343 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6560 | 2024.04.30 22:28:20.108756 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6561 | 2024.04.30 22:28:20.108792 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6562 | 2024.04.30 22:28:20.109206 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6563 | 2024.04.30 22:28:20.109565 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6564 | 2024.04.30 22:28:20.109722 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001687 sec., 8891.52341434499 rows/sec., 12.00 MiB/sec. | ||
| 6565 | 2024.04.30 22:28:20.109721 [ 73 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6566 | 2024.04.30 22:28:20.109830 [ 73 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6567 | 2024.04.30 22:28:20.109883 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6568 | 2024.04.30 22:28:20.109979 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Debug> DynamicQueryHandler: Done processing query | ||
| 6569 | 2024.04.30 22:28:20.110033 [ 3 ] {c8b8d0e4-e506-4997-8495-7c590dd7caef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6570 | 2024.04.30 22:28:20.110085 [ 3 ] {} <Debug> HTTP-Session: 3b100b1e-31ec-445e-9d31-f16cc64db507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6571 | 2024.04.30 22:28:20.110164 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 6572 | 2024.04.30 22:28:20.110398 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6573 | 2024.04.30 22:28:20.110449 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 788 rows starting from the beginning of the part | ||
| 6574 | 2024.04.30 22:28:20.110558 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 15 rows starting from the beginning of the part | ||
| 6575 | 2024.04.30 22:28:20.110712 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
| 6576 | 2024.04.30 22:28:20.110948 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 15 rows starting from the beginning of the part | ||
| 6577 | 2024.04.30 22:28:20.111043 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part | ||
| 6578 | 2024.04.30 22:28:20.111144 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 15 rows starting from the beginning of the part | ||
| 6579 | 2024.04.30 22:28:20.124463 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 865 rows, containing 6 columns (6 merged, 0 gathered) in 0.014484045 sec., 59720.88598178203 rows/sec., 80.59 MiB/sec. | ||
| 6580 | 2024.04.30 22:28:20.125101 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6581 | 2024.04.30 22:28:20.125591 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2024.04.30 22:28:20.125682 [ 201 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6583 | 2024.04.30 22:28:20.125790 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. | ||
| 6584 | 2024.04.30 22:28:23.776531 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6585 | 2024.04.30 22:28:23.776604 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6586 | 2024.04.30 22:28:25.103147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6587 | 2024.04.30 22:28:25.103324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6588 | 2024.04.30 22:28:25.103366 [ 3 ] {} <Debug> HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6589 | 2024.04.30 22:28:25.103408 [ 3 ] {} <Debug> HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6590 | 2024.04.30 22:28:25.103436 [ 3 ] {} <Debug> HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6591 | 2024.04.30 22:28:25.103517 [ 3 ] {} <Trace> HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6592 | 2024.04.30 22:28:25.103817 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6593 | 2024.04.30 22:28:25.103927 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6594 | 2024.04.30 22:28:25.104200 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6595 | 2024.04.30 22:28:25.104630 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6596 | 2024.04.30 22:28:25.104677 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6597 | 2024.04.30 22:28:25.105051 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6598 | 2024.04.30 22:28:25.105393 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6599 | 2024.04.30 22:28:25.105556 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001834 sec., 8724.100327153763 rows/sec., 707.13 KiB/sec. | ||
| 6600 | 2024.04.30 22:28:25.105837 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Debug> DynamicQueryHandler: Done processing query | ||
| 6601 | 2024.04.30 22:28:25.105896 [ 3 ] {8c8595ac-07af-4f22-933d-b952911adb88} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6602 | 2024.04.30 22:28:25.105969 [ 3 ] {} <Debug> HTTP-Session: c49fc3e5-2c1b-4d1c-bf02-5d939c0766fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6603 | 2024.04.30 22:28:25.106228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6604 | 2024.04.30 22:28:25.106323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6605 | 2024.04.30 22:28:25.106345 [ 3 ] {} <Debug> HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6606 | 2024.04.30 22:28:25.106363 [ 3 ] {} <Debug> HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6607 | 2024.04.30 22:28:25.106377 [ 3 ] {} <Debug> HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6608 | 2024.04.30 22:28:25.106412 [ 3 ] {} <Trace> HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6609 | 2024.04.30 22:28:25.106521 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6610 | 2024.04.30 22:28:25.106568 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6611 | 2024.04.30 22:28:25.106714 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6612 | 2024.04.30 22:28:25.107000 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6613 | 2024.04.30 22:28:25.107038 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6614 | 2024.04.30 22:28:25.107351 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6615 | 2024.04.30 22:28:25.107661 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6616 | 2024.04.30 22:28:25.107818 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001323 sec., 1511.7157974300833 rows/sec., 123.27 KiB/sec. | ||
| 6617 | 2024.04.30 22:28:25.107994 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6618 | 2024.04.30 22:28:25.108019 [ 3 ] {683a694d-9664-43a2-9fcc-5169f0e3de3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6619 | 2024.04.30 22:28:25.108035 [ 3 ] {} <Debug> HTTP-Session: 85ff2ec4-700e-497b-b84e-aee735ac6604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6620 | 2024.04.30 22:28:25.108179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6621 | 2024.04.30 22:28:25.108228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6622 | 2024.04.30 22:28:25.108247 [ 3 ] {} <Debug> HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6623 | 2024.04.30 22:28:25.108264 [ 3 ] {} <Debug> HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6624 | 2024.04.30 22:28:25.108277 [ 3 ] {} <Debug> HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6625 | 2024.04.30 22:28:25.108309 [ 3 ] {} <Trace> HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6626 | 2024.04.30 22:28:25.108428 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6627 | 2024.04.30 22:28:25.108470 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6628 | 2024.04.30 22:28:25.108598 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6629 | 2024.04.30 22:28:25.108914 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6630 | 2024.04.30 22:28:25.108950 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6631 | 2024.04.30 22:28:25.109267 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6632 | 2024.04.30 22:28:25.109583 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6633 | 2024.04.30 22:28:25.109741 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Debug> executeQuery: Read 85 rows, 7.23 KiB in 0.001351 sec., 62916.358253145816 rows/sec., 5.23 MiB/sec. | ||
| 6634 | 2024.04.30 22:28:25.109994 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6635 | 2024.04.30 22:28:25.110051 [ 3 ] {fb28c1fa-3157-4757-9d4e-7beeda7295e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6636 | 2024.04.30 22:28:25.110114 [ 3 ] {} <Debug> HTTP-Session: 87e82e6c-bcfb-4fdd-b7bc-3dd2acda6b70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6637 | 2024.04.30 22:28:25.110323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6638 | 2024.04.30 22:28:25.110373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6639 | 2024.04.30 22:28:25.110393 [ 3 ] {} <Debug> HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6640 | 2024.04.30 22:28:25.110412 [ 3 ] {} <Debug> HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6641 | 2024.04.30 22:28:25.110426 [ 3 ] {} <Debug> HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6642 | 2024.04.30 22:28:25.110458 [ 3 ] {} <Trace> HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6643 | 2024.04.30 22:28:25.110555 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6644 | 2024.04.30 22:28:25.110600 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6645 | 2024.04.30 22:28:25.110734 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6646 | 2024.04.30 22:28:25.110986 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6647 | 2024.04.30 22:28:25.111021 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6648 | 2024.04.30 22:28:25.111316 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6649 | 2024.04.30 22:28:25.111631 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6650 | 2024.04.30 22:28:25.111766 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001232 sec., 1623.3766233766235 rows/sec., 113.35 KiB/sec. | ||
| 6651 | 2024.04.30 22:28:25.111963 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6652 | 2024.04.30 22:28:25.111988 [ 3 ] {2813184f-ec69-4a90-ac93-86e59e9609f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6653 | 2024.04.30 22:28:25.112004 [ 3 ] {} <Debug> HTTP-Session: d450613e-477f-4712-b171-973de79a0b77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6654 | 2024.04.30 22:28:25.112120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6655 | 2024.04.30 22:28:25.112169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6656 | 2024.04.30 22:28:25.112188 [ 3 ] {} <Debug> HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6657 | 2024.04.30 22:28:25.112205 [ 3 ] {} <Debug> HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6658 | 2024.04.30 22:28:25.112218 [ 3 ] {} <Debug> HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6659 | 2024.04.30 22:28:25.112249 [ 3 ] {} <Trace> HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6660 | 2024.04.30 22:28:25.112363 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6661 | 2024.04.30 22:28:25.112405 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6662 | 2024.04.30 22:28:25.112536 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6663 | 2024.04.30 22:28:25.112815 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6664 | 2024.04.30 22:28:25.112851 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6665 | 2024.04.30 22:28:25.113154 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6666 | 2024.04.30 22:28:25.113454 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6667 | 2024.04.30 22:28:25.113611 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Debug> executeQuery: Read 42 rows, 3.34 KiB in 0.001277 sec., 32889.58496476116 rows/sec., 2.56 MiB/sec. | ||
| 6668 | 2024.04.30 22:28:25.113766 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6669 | 2024.04.30 22:28:25.113789 [ 3 ] {053157bb-7a61-4e79-bc33-8bda7665efcf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6670 | 2024.04.30 22:28:25.113804 [ 3 ] {} <Debug> HTTP-Session: f57bf58c-3854-4196-a665-c01e4ac42f6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6671 | 2024.04.30 22:28:25.113925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6672 | 2024.04.30 22:28:25.113971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6673 | 2024.04.30 22:28:25.113990 [ 3 ] {} <Debug> HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6674 | 2024.04.30 22:28:25.114006 [ 3 ] {} <Debug> HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6675 | 2024.04.30 22:28:25.114019 [ 3 ] {} <Debug> HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6676 | 2024.04.30 22:28:25.114050 [ 3 ] {} <Trace> HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6677 | 2024.04.30 22:28:25.114158 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6678 | 2024.04.30 22:28:25.114205 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6679 | 2024.04.30 22:28:25.114348 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6680 | 2024.04.30 22:28:25.114645 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6681 | 2024.04.30 22:28:25.114680 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6682 | 2024.04.30 22:28:25.115047 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6683 | 2024.04.30 22:28:25.115398 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6684 | 2024.04.30 22:28:25.115554 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001425 sec., 25964.912280701752 rows/sec., 1.83 MiB/sec. | ||
| 6685 | 2024.04.30 22:28:25.115556 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 6686 | 2024.04.30 22:28:25.115678 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2024.04.30 22:28:25.115724 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6688 | 2024.04.30 22:28:25.115808 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Debug> DynamicQueryHandler: Done processing query | ||
| 6689 | 2024.04.30 22:28:25.115908 [ 3 ] {43a3b373-1882-4d4f-8527-2ca3f9d93a71} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6690 | 2024.04.30 22:28:25.115990 [ 3 ] {} <Debug> HTTP-Session: b5edf13d-62e3-4a77-b364-3f8e4df03c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6691 | 2024.04.30 22:28:25.116117 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 6692 | 2024.04.30 22:28:25.116269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6693 | 2024.04.30 22:28:25.116394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6694 | 2024.04.30 22:28:25.116455 [ 3 ] {} <Debug> HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6695 | 2024.04.30 22:28:25.116498 [ 3 ] {} <Debug> HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6696 | 2024.04.30 22:28:25.116541 [ 3 ] {} <Debug> HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6697 | 2024.04.30 22:28:25.116573 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6698 | 2024.04.30 22:28:25.116599 [ 3 ] {} <Trace> HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6699 | 2024.04.30 22:28:25.116635 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 541 rows starting from the beginning of the part | ||
| 6700 | 2024.04.30 22:28:25.116845 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part | ||
| 6701 | 2024.04.30 22:28:25.117103 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6702 | 2024.04.30 22:28:25.117129 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
| 6703 | 2024.04.30 22:28:25.117373 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6704 | 2024.04.30 22:28:25.117436 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 6705 | 2024.04.30 22:28:25.117831 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part | ||
| 6706 | 2024.04.30 22:28:25.118146 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 37 rows starting from the beginning of the part | ||
| 6707 | 2024.04.30 22:28:25.118905 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6708 | 2024.04.30 22:28:25.119751 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6709 | 2024.04.30 22:28:25.119821 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6710 | 2024.04.30 22:28:25.121030 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6711 | 2024.04.30 22:28:25.121336 [ 201 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 5 columns (5 merged, 0 gathered) in 0.005489139 sec., 120237.43614435707 rows/sec., 8.49 MiB/sec. | ||
| 6712 | 2024.04.30 22:28:25.121658 [ 201 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6713 | 2024.04.30 22:28:25.121695 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2024.04.30 22:28:25.122069 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.0053 sec., 3018.867924528302 rows/sec., 4.07 MiB/sec. | ||
| 6715 | 2024.04.30 22:28:25.122497 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Debug> DynamicQueryHandler: Done processing query | ||
| 6716 | 2024.04.30 22:28:25.122533 [ 3 ] {925e15de-c213-43db-a84e-0451308d45be} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6717 | 2024.04.30 22:28:25.122563 [ 3 ] {} <Debug> HTTP-Session: 37ab1324-3021-48eb-8d75-9d35c7f1473f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6718 | 2024.04.30 22:28:25.122725 [ 201 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2024.04.30 22:28:25.122822 [ 201 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_19_4} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 6720 | 2024.04.30 22:28:25.122926 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 6721 | 2024.04.30 22:28:30.101366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6722 | 2024.04.30 22:28:30.101496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6723 | 2024.04.30 22:28:30.101520 [ 3 ] {} <Debug> HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6724 | 2024.04.30 22:28:30.101544 [ 3 ] {} <Debug> HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6725 | 2024.04.30 22:28:30.101558 [ 3 ] {} <Debug> HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6726 | 2024.04.30 22:28:30.101608 [ 3 ] {} <Trace> HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6727 | 2024.04.30 22:28:30.101790 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6728 | 2024.04.30 22:28:30.101858 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6729 | 2024.04.30 22:28:30.102049 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6730 | 2024.04.30 22:28:30.102468 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6731 | 2024.04.30 22:28:30.102509 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6732 | 2024.04.30 22:28:30.102876 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6733 | 2024.04.30 22:28:30.103213 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6734 | 2024.04.30 22:28:30.103375 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001642 sec., 9135.200974421437 rows/sec., 740.45 KiB/sec. | ||
| 6735 | 2024.04.30 22:28:30.103583 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6736 | 2024.04.30 22:28:30.103609 [ 3 ] {e07bd30d-b4ee-47a7-9e03-edecf9ca4dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6737 | 2024.04.30 22:28:30.103625 [ 3 ] {} <Debug> HTTP-Session: aa0d0cb3-af80-4fe3-adf2-cc0d6cab2766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6738 | 2024.04.30 22:28:30.103767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6739 | 2024.04.30 22:28:30.103817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6740 | 2024.04.30 22:28:30.103839 [ 3 ] {} <Debug> HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6741 | 2024.04.30 22:28:30.103855 [ 3 ] {} <Debug> HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6742 | 2024.04.30 22:28:30.103868 [ 3 ] {} <Debug> HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6743 | 2024.04.30 22:28:30.103900 [ 3 ] {} <Trace> HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6744 | 2024.04.30 22:28:30.104007 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6745 | 2024.04.30 22:28:30.104050 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6746 | 2024.04.30 22:28:30.104177 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6747 | 2024.04.30 22:28:30.104500 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2024.04.30 22:28:30.104537 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6749 | 2024.04.30 22:28:30.104842 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6750 | 2024.04.30 22:28:30.105174 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2024.04.30 22:28:30.105324 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001349 sec., 33358.042994810974 rows/sec., 2.91 MiB/sec. | ||
| 6752 | 2024.04.30 22:28:30.105485 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Debug> DynamicQueryHandler: Done processing query | ||
| 6753 | 2024.04.30 22:28:30.105509 [ 3 ] {1b357231-05c1-4415-870a-41411b9b8297} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6754 | 2024.04.30 22:28:30.105524 [ 3 ] {} <Debug> HTTP-Session: 20255692-17f2-4a62-8feb-b4deb3a1dad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6755 | 2024.04.30 22:28:30.105695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6756 | 2024.04.30 22:28:30.105743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6757 | 2024.04.30 22:28:30.105761 [ 3 ] {} <Debug> HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6758 | 2024.04.30 22:28:30.105779 [ 3 ] {} <Debug> HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6759 | 2024.04.30 22:28:30.105793 [ 3 ] {} <Debug> HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6760 | 2024.04.30 22:28:30.105823 [ 3 ] {} <Trace> HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2024.04.30 22:28:30.105921 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6762 | 2024.04.30 22:28:30.105962 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6763 | 2024.04.30 22:28:30.106086 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6764 | 2024.04.30 22:28:30.106378 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2024.04.30 22:28:30.106414 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6766 | 2024.04.30 22:28:30.106717 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6767 | 2024.04.30 22:28:30.107037 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2024.04.30 22:28:30.107196 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001292 sec., 11609.907120743035 rows/sec., 929.70 KiB/sec. | ||
| 6769 | 2024.04.30 22:28:30.107392 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Debug> DynamicQueryHandler: Done processing query | ||
| 6770 | 2024.04.30 22:28:30.107433 [ 3 ] {51ec2d70-3d32-4ef6-95a5-72faeb91dfab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6771 | 2024.04.30 22:28:30.107457 [ 3 ] {} <Debug> HTTP-Session: 80868ed8-66fb-4eea-b556-ccc820c607c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6772 | 2024.04.30 22:28:30.107605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6773 | 2024.04.30 22:28:30.107655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6774 | 2024.04.30 22:28:30.107673 [ 3 ] {} <Debug> HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6775 | 2024.04.30 22:28:30.107691 [ 3 ] {} <Debug> HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6776 | 2024.04.30 22:28:30.107705 [ 3 ] {} <Debug> HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6777 | 2024.04.30 22:28:30.107736 [ 3 ] {} <Trace> HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2024.04.30 22:28:30.107916 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6779 | 2024.04.30 22:28:30.107965 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6780 | 2024.04.30 22:28:30.108124 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6781 | 2024.04.30 22:28:30.108473 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6782 | 2024.04.30 22:28:30.108509 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6783 | 2024.04.30 22:28:30.108909 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6784 | 2024.04.30 22:28:30.109245 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6785 | 2024.04.30 22:28:30.109406 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00158 sec., 9493.67088607595 rows/sec., 12.81 MiB/sec. | ||
| 6786 | 2024.04.30 22:28:30.109576 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6787 | 2024.04.30 22:28:30.109601 [ 3 ] {f85e5f64-cba4-4199-ab50-a33ad1d427e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6788 | 2024.04.30 22:28:30.109616 [ 3 ] {} <Debug> HTTP-Session: bad26edf-6e0c-4377-b7bb-f187bf3c28cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6789 | 2024.04.30 22:28:35.101850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6790 | 2024.04.30 22:28:35.101993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6791 | 2024.04.30 22:28:35.102023 [ 3 ] {} <Debug> HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6792 | 2024.04.30 22:28:35.102052 [ 3 ] {} <Debug> HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6793 | 2024.04.30 22:28:35.102071 [ 3 ] {} <Debug> HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6794 | 2024.04.30 22:28:35.102128 [ 3 ] {} <Trace> HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6795 | 2024.04.30 22:28:35.102337 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6796 | 2024.04.30 22:28:35.102407 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6797 | 2024.04.30 22:28:35.102598 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6798 | 2024.04.30 22:28:35.103004 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6799 | 2024.04.30 22:28:35.103050 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6800 | 2024.04.30 22:28:35.103418 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6801 | 2024.04.30 22:28:35.103750 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6802 | 2024.04.30 22:28:35.103901 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 796.12 KiB/sec. | ||
| 6803 | 2024.04.30 22:28:35.104228 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6804 | 2024.04.30 22:28:35.104292 [ 3 ] {ee0e7116-b9d8-4f67-bc5c-9f4cb59d39f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6805 | 2024.04.30 22:28:35.104334 [ 3 ] {} <Debug> HTTP-Session: d865f73e-a1b6-445c-b2ed-e37ac167fdea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6806 | 2024.04.30 22:28:35.104499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6807 | 2024.04.30 22:28:35.104556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6808 | 2024.04.30 22:28:35.104577 [ 3 ] {} <Debug> HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6809 | 2024.04.30 22:28:35.104595 [ 3 ] {} <Debug> HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6810 | 2024.04.30 22:28:35.104610 [ 3 ] {} <Debug> HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6811 | 2024.04.30 22:28:35.104647 [ 3 ] {} <Trace> HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2024.04.30 22:28:35.104771 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6813 | 2024.04.30 22:28:35.104820 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6814 | 2024.04.30 22:28:35.104969 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6815 | 2024.04.30 22:28:35.105300 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6816 | 2024.04.30 22:28:35.105338 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6817 | 2024.04.30 22:28:35.105639 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6818 | 2024.04.30 22:28:35.105946 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6819 | 2024.04.30 22:28:35.106105 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001364 sec., 35190.61583577713 rows/sec., 3.14 MiB/sec. | ||
| 6820 | 2024.04.30 22:28:35.106320 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Debug> DynamicQueryHandler: Done processing query | ||
| 6821 | 2024.04.30 22:28:35.106356 [ 3 ] {f6be2aed-f20c-47cb-8c48-caa2ceaed944} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6822 | 2024.04.30 22:28:35.106378 [ 3 ] {} <Debug> HTTP-Session: e6818fc4-3719-429c-88fd-5c60b7b04f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6823 | 2024.04.30 22:28:35.106543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6824 | 2024.04.30 22:28:35.106595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6825 | 2024.04.30 22:28:35.106614 [ 3 ] {} <Debug> HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6826 | 2024.04.30 22:28:35.106631 [ 3 ] {} <Debug> HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6827 | 2024.04.30 22:28:35.106645 [ 3 ] {} <Debug> HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6828 | 2024.04.30 22:28:35.106683 [ 3 ] {} <Trace> HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6829 | 2024.04.30 22:28:35.106794 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6830 | 2024.04.30 22:28:35.106837 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6831 | 2024.04.30 22:28:35.106966 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6832 | 2024.04.30 22:28:35.107246 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2024.04.30 22:28:35.107282 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6834 | 2024.04.30 22:28:35.107589 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6835 | 2024.04.30 22:28:35.107901 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2024.04.30 22:28:35.108052 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001287 sec., 12432.012432012432 rows/sec., 995.53 KiB/sec. | ||
| 6837 | 2024.04.30 22:28:35.108334 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6838 | 2024.04.30 22:28:35.108391 [ 3 ] {e61d0225-0b97-438d-964d-44334b4fa0f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6839 | 2024.04.30 22:28:35.108431 [ 3 ] {} <Debug> HTTP-Session: 5e8e8090-01fc-458e-a7eb-4b0359f431ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6840 | 2024.04.30 22:28:35.108598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6841 | 2024.04.30 22:28:35.108647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6842 | 2024.04.30 22:28:35.108666 [ 3 ] {} <Debug> HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6843 | 2024.04.30 22:28:35.108683 [ 3 ] {} <Debug> HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6844 | 2024.04.30 22:28:35.108698 [ 3 ] {} <Debug> HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6845 | 2024.04.30 22:28:35.108732 [ 3 ] {} <Trace> HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6846 | 2024.04.30 22:28:35.108925 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6847 | 2024.04.30 22:28:35.108976 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6848 | 2024.04.30 22:28:35.109165 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6849 | 2024.04.30 22:28:35.109549 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6850 | 2024.04.30 22:28:35.109585 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6851 | 2024.04.30 22:28:35.109986 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6852 | 2024.04.30 22:28:35.110313 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6853 | 2024.04.30 22:28:35.110469 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00165 sec., 9696.969696969698 rows/sec., 13.09 MiB/sec. | ||
| 6854 | 2024.04.30 22:28:35.110650 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Debug> DynamicQueryHandler: Done processing query | ||
| 6855 | 2024.04.30 22:28:35.110675 [ 3 ] {df992d47-0ef9-4df6-aba0-a5cf36c14fce} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6856 | 2024.04.30 22:28:35.110691 [ 3 ] {} <Debug> HTTP-Session: e2bc7d08-c84b-4c60-8f20-af61cd7941fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6857 | 2024.04.30 22:28:37.162497 [ 64 ] {} <Debug> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 6858 | 2024.04.30 22:28:37.162567 [ 64 ] {} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2024.04.30 22:28:37.162594 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6860 | 2024.04.30 22:28:37.162752 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 6861 | 2024.04.30 22:28:37.162921 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6862 | 2024.04.30 22:28:37.162956 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 20 rows starting from the beginning of the part | ||
| 6863 | 2024.04.30 22:28:37.163033 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 6864 | 2024.04.30 22:28:37.163174 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 6865 | 2024.04.30 22:28:37.163476 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 6866 | 2024.04.30 22:28:37.163621 [ 191 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 6867 | 2024.04.30 22:28:37.164619 [ 199 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.001946249 sec., 21579.97255233015 rows/sec., 1.76 MiB/sec. | ||
| 6868 | 2024.04.30 22:28:37.164761 [ 199 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 6869 | 2024.04.30 22:28:37.165166 [ 199 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6870 | 2024.04.30 22:28:37.165255 [ 199 ] {1ed1e59c-c753-4add-aa31-5d3a236c07d8::all_1_14_3} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 6871 | 2024.04.30 22:28:37.165339 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6872 | 2024.04.30 22:28:37.586603 [ 64 ] {} <Debug> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 6873 | 2024.04.30 22:28:37.586697 [ 64 ] {} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6874 | 2024.04.30 22:28:37.586738 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6875 | 2024.04.30 22:28:37.586915 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 6876 | 2024.04.30 22:28:37.587095 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6877 | 2024.04.30 22:28:37.587135 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 20 rows starting from the beginning of the part | ||
| 6878 | 2024.04.30 22:28:37.587220 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 6879 | 2024.04.30 22:28:37.587370 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 6880 | 2024.04.30 22:28:37.587653 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 6881 | 2024.04.30 22:28:37.587953 [ 195 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 6882 | 2024.04.30 22:28:37.589083 [ 191 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.002245996 sec., 18699.944256356644 rows/sec., 1.31 MiB/sec. | ||
| 6883 | 2024.04.30 22:28:37.589231 [ 191 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 6884 | 2024.04.30 22:28:37.589620 [ 191 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2024.04.30 22:28:37.589697 [ 191 ] {8ca62aa5-bd39-46ae-8b01-16d67bfbf2db::all_1_14_3} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 6886 | 2024.04.30 22:28:37.589771 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6887 | 2024.04.30 22:28:38.776679 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6888 | 2024.04.30 22:28:38.776787 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6889 | 2024.04.30 22:28:40.101451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6890 | 2024.04.30 22:28:40.101565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6891 | 2024.04.30 22:28:40.101590 [ 3 ] {} <Debug> HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6892 | 2024.04.30 22:28:40.101615 [ 3 ] {} <Debug> HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6893 | 2024.04.30 22:28:40.101629 [ 3 ] {} <Debug> HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6894 | 2024.04.30 22:28:40.101679 [ 3 ] {} <Trace> HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2024.04.30 22:28:40.101864 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6896 | 2024.04.30 22:28:40.101931 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6897 | 2024.04.30 22:28:40.102117 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6898 | 2024.04.30 22:28:40.102471 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6899 | 2024.04.30 22:28:40.102514 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6900 | 2024.04.30 22:28:40.102869 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6901 | 2024.04.30 22:28:40.103204 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2024.04.30 22:28:40.103354 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001549 sec., 9683.666881859264 rows/sec., 784.91 KiB/sec. | ||
| 6903 | 2024.04.30 22:28:40.103408 [ 62 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 6904 | 2024.04.30 22:28:40.103512 [ 62 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6905 | 2024.04.30 22:28:40.103550 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6906 | 2024.04.30 22:28:40.103634 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6907 | 2024.04.30 22:28:40.103702 [ 3 ] {901829ff-31bc-4293-8349-949a4cd307c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6908 | 2024.04.30 22:28:40.103753 [ 3 ] {} <Debug> HTTP-Session: 130169f8-f61f-42e2-a83c-ef7307f62c91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6909 | 2024.04.30 22:28:40.103783 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 6910 | 2024.04.30 22:28:40.103953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6911 | 2024.04.30 22:28:40.104063 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6912 | 2024.04.30 22:28:40.104074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6913 | 2024.04.30 22:28:40.104128 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 31 rows starting from the beginning of the part | ||
| 6914 | 2024.04.30 22:28:40.104139 [ 3 ] {} <Debug> HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6915 | 2024.04.30 22:28:40.104188 [ 3 ] {} <Debug> HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6916 | 2024.04.30 22:28:40.104219 [ 3 ] {} <Debug> HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6917 | 2024.04.30 22:28:40.104311 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 15 rows starting from the beginning of the part | ||
| 6918 | 2024.04.30 22:28:40.104350 [ 3 ] {} <Trace> HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6919 | 2024.04.30 22:28:40.104646 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
| 6920 | 2024.04.30 22:28:40.104790 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6921 | 2024.04.30 22:28:40.104997 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6922 | 2024.04.30 22:28:40.105045 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 15 rows starting from the beginning of the part | ||
| 6923 | 2024.04.30 22:28:40.105449 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
| 6924 | 2024.04.30 22:28:40.105831 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 15 rows starting from the beginning of the part | ||
| 6925 | 2024.04.30 22:28:40.106140 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6926 | 2024.04.30 22:28:40.107000 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6927 | 2024.04.30 22:28:40.107064 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6928 | 2024.04.30 22:28:40.107958 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6929 | 2024.04.30 22:28:40.108706 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.005055557 sec., 21362.631259028432 rows/sec., 1.69 MiB/sec. | ||
| 6930 | 2024.04.30 22:28:40.108875 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6931 | 2024.04.30 22:28:40.108884 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 6932 | 2024.04.30 22:28:40.109190 [ 60 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6933 | 2024.04.30 22:28:40.109209 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.004614 sec., 9752.92587776333 rows/sec., 869.89 KiB/sec. | ||
| 6934 | 2024.04.30 22:28:40.109289 [ 60 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2024.04.30 22:28:40.109413 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6936 | 2024.04.30 22:28:40.109948 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 6937 | 2024.04.30 22:28:40.110079 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 6938 | 2024.04.30 22:28:40.110162 [ 3 ] {13be8b4e-c94e-4a4e-ab6c-1f7dc60f32bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6939 | 2024.04.30 22:28:40.110244 [ 3 ] {} <Debug> HTTP-Session: 6708dcd9-e40b-443c-8ac7-60ef85a8a722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6940 | 2024.04.30 22:28:40.110401 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6941 | 2024.04.30 22:28:40.110413 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6942 | 2024.04.30 22:28:40.110495 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 142 rows starting from the beginning of the part | ||
| 6943 | 2024.04.30 22:28:40.110563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6944 | 2024.04.30 22:28:40.110584 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_60_12} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 6945 | 2024.04.30 22:28:40.110790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6946 | 2024.04.30 22:28:40.110911 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 45 rows starting from the beginning of the part | ||
| 6947 | 2024.04.30 22:28:40.110943 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6948 | 2024.04.30 22:28:40.110930 [ 3 ] {} <Debug> HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6949 | 2024.04.30 22:28:40.111085 [ 3 ] {} <Debug> HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6950 | 2024.04.30 22:28:40.111163 [ 3 ] {} <Debug> HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6951 | 2024.04.30 22:28:40.111239 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 85 rows starting from the beginning of the part | ||
| 6952 | 2024.04.30 22:28:40.111297 [ 3 ] {} <Trace> HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6953 | 2024.04.30 22:28:40.111563 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 45 rows starting from the beginning of the part | ||
| 6954 | 2024.04.30 22:28:40.111651 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6955 | 2024.04.30 22:28:40.111817 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6956 | 2024.04.30 22:28:40.111865 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part | ||
| 6957 | 2024.04.30 22:28:40.112239 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 45 rows starting from the beginning of the part | ||
| 6958 | 2024.04.30 22:28:40.112818 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6959 | 2024.04.30 22:28:40.113568 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6960 | 2024.04.30 22:28:40.113639 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6961 | 2024.04.30 22:28:40.114424 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6962 | 2024.04.30 22:28:40.115164 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.005529769 sec., 74144.14598512162 rows/sec., 6.34 MiB/sec. | ||
| 6963 | 2024.04.30 22:28:40.115217 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2024.04.30 22:28:40.115389 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6965 | 2024.04.30 22:28:40.115451 [ 60 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6966 | 2024.04.30 22:28:40.115481 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.003941 sec., 3806.140573458513 rows/sec., 304.79 KiB/sec. | ||
| 6967 | 2024.04.30 22:28:40.115558 [ 60 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6968 | 2024.04.30 22:28:40.115657 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6969 | 2024.04.30 22:28:40.116149 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6970 | 2024.04.30 22:28:40.116295 [ 3 ] {59291a19-56d1-4872-a4b7-de0b0d21d90f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6971 | 2024.04.30 22:28:40.116318 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 6972 | 2024.04.30 22:28:40.116462 [ 3 ] {} <Debug> HTTP-Session: 292921f7-5bcb-4936-938f-ea6ee3d932f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6973 | 2024.04.30 22:28:40.116839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6974 | 2024.04.30 22:28:40.117056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6975 | 2024.04.30 22:28:40.117178 [ 3 ] {} <Debug> HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 6976 | 2024.04.30 22:28:40.117284 [ 3 ] {} <Debug> HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6977 | 2024.04.30 22:28:40.117388 [ 3 ] {} <Debug> HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6978 | 2024.04.30 22:28:40.117398 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6979 | 2024.04.30 22:28:40.117561 [ 3 ] {} <Trace> HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6980 | 2024.04.30 22:28:40.117569 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 96 rows starting from the beginning of the part | ||
| 6981 | 2024.04.30 22:28:40.117694 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2024.04.30 22:28:40.118197 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 15 rows starting from the beginning of the part | ||
| 6983 | 2024.04.30 22:28:40.118280 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6984 | 2024.04.30 22:28:40.118522 [ 197 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_61_12} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6985 | 2024.04.30 22:28:40.118708 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6986 | 2024.04.30 22:28:40.118943 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 42 rows starting from the beginning of the part | ||
| 6987 | 2024.04.30 22:28:40.119042 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 6988 | 2024.04.30 22:28:40.119377 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 15 rows starting from the beginning of the part | ||
| 6989 | 2024.04.30 22:28:40.119727 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
| 6990 | 2024.04.30 22:28:40.119963 [ 196 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 15 rows starting from the beginning of the part | ||
| 6991 | 2024.04.30 22:28:40.120509 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6992 | 2024.04.30 22:28:40.121155 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2024.04.30 22:28:40.121208 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
| 6994 | 2024.04.30 22:28:40.121683 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 4 columns (4 merged, 0 gathered) in 0.005906899 sec., 33689.419778465824 rows/sec., 2.64 MiB/sec. | ||
| 6995 | 2024.04.30 22:28:40.121877 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6996 | 2024.04.30 22:28:40.122266 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6997 | 2024.04.30 22:28:40.122551 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6998 | 2024.04.30 22:28:40.122803 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_61_12} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6999 | 2024.04.30 22:28:40.122954 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7000 | 2024.04.30 22:28:40.123196 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7001 | 2024.04.30 22:28:40.123384 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.005564 sec., 2695.9022286125087 rows/sec., 3.64 MiB/sec. | ||
| 7002 | 2024.04.30 22:28:40.123606 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7003 | 2024.04.30 22:28:40.123641 [ 3 ] {8930b9c5-6297-4456-8cc7-0d56e19c03fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7004 | 2024.04.30 22:28:40.123664 [ 3 ] {} <Debug> HTTP-Session: 82bfebff-caa4-4720-ba6d-aeaf0389157c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7005 | 2024.04.30 22:28:45.101448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7006 | 2024.04.30 22:28:45.101588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7007 | 2024.04.30 22:28:45.101617 [ 3 ] {} <Debug> HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7008 | 2024.04.30 22:28:45.101645 [ 3 ] {} <Debug> HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7009 | 2024.04.30 22:28:45.101663 [ 3 ] {} <Debug> HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7010 | 2024.04.30 22:28:45.101719 [ 3 ] {} <Trace> HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7011 | 2024.04.30 22:28:45.101924 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7012 | 2024.04.30 22:28:45.101997 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7013 | 2024.04.30 22:28:45.102220 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7014 | 2024.04.30 22:28:45.102633 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7015 | 2024.04.30 22:28:45.102676 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7016 | 2024.04.30 22:28:45.103045 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7017 | 2024.04.30 22:28:45.103379 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7018 | 2024.04.30 22:28:45.103556 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001695 sec., 9439.528023598821 rows/sec., 765.12 KiB/sec. | ||
| 7019 | 2024.04.30 22:28:45.103771 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Debug> DynamicQueryHandler: Done processing query | ||
| 7020 | 2024.04.30 22:28:45.103804 [ 3 ] {0948ef1a-fa3e-4762-bb0d-131d2c669210} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7021 | 2024.04.30 22:28:45.103820 [ 3 ] {} <Debug> HTTP-Session: 116512f3-ff15-4e55-a312-fdaac41849b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7022 | 2024.04.30 22:28:45.103956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7023 | 2024.04.30 22:28:45.104013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7024 | 2024.04.30 22:28:45.104036 [ 3 ] {} <Debug> HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7025 | 2024.04.30 22:28:45.104054 [ 3 ] {} <Debug> HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7026 | 2024.04.30 22:28:45.104068 [ 3 ] {} <Debug> HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7027 | 2024.04.30 22:28:45.104103 [ 3 ] {} <Trace> HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7028 | 2024.04.30 22:28:45.104222 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7029 | 2024.04.30 22:28:45.104268 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7030 | 2024.04.30 22:28:45.104400 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7031 | 2024.04.30 22:28:45.104719 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2024.04.30 22:28:45.104758 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7033 | 2024.04.30 22:28:45.105179 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7034 | 2024.04.30 22:28:45.105662 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2024.04.30 22:28:45.105848 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.00166 sec., 28915.662650602408 rows/sec., 2.58 MiB/sec. | ||
| 7036 | 2024.04.30 22:28:45.106018 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7037 | 2024.04.30 22:28:45.106044 [ 3 ] {5402d0d1-295e-412b-b664-ce4e2c5c6c5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7038 | 2024.04.30 22:28:45.106060 [ 3 ] {} <Debug> HTTP-Session: 0a317fa6-fcee-4ddd-bc04-361cd2e800a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7039 | 2024.04.30 22:28:45.106222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7040 | 2024.04.30 22:28:45.106271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7041 | 2024.04.30 22:28:45.106290 [ 3 ] {} <Debug> HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7042 | 2024.04.30 22:28:45.106308 [ 3 ] {} <Debug> HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7043 | 2024.04.30 22:28:45.106322 [ 3 ] {} <Debug> HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7044 | 2024.04.30 22:28:45.106354 [ 3 ] {} <Trace> HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7045 | 2024.04.30 22:28:45.106454 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7046 | 2024.04.30 22:28:45.106496 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7047 | 2024.04.30 22:28:45.106624 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7048 | 2024.04.30 22:28:45.106873 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2024.04.30 22:28:45.106909 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7050 | 2024.04.30 22:28:45.107212 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7051 | 2024.04.30 22:28:45.107524 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2024.04.30 22:28:45.107674 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001241 sec., 12892.828364222401 rows/sec., 1.01 MiB/sec. | ||
| 7053 | 2024.04.30 22:28:45.107827 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Debug> DynamicQueryHandler: Done processing query | ||
| 7054 | 2024.04.30 22:28:45.107851 [ 3 ] {ef861357-a9f1-4a9b-a995-3bcb78152692} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7055 | 2024.04.30 22:28:45.107866 [ 3 ] {} <Debug> HTTP-Session: ee039ef1-7d16-42bf-a5a6-47152da81c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7056 | 2024.04.30 22:28:45.108002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7057 | 2024.04.30 22:28:45.108048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7058 | 2024.04.30 22:28:45.108067 [ 3 ] {} <Debug> HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7059 | 2024.04.30 22:28:45.108084 [ 3 ] {} <Debug> HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7060 | 2024.04.30 22:28:45.108098 [ 3 ] {} <Debug> HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7061 | 2024.04.30 22:28:45.108128 [ 3 ] {} <Trace> HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7062 | 2024.04.30 22:28:45.108307 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7063 | 2024.04.30 22:28:45.108355 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7064 | 2024.04.30 22:28:45.108513 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7065 | 2024.04.30 22:28:45.108854 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7066 | 2024.04.30 22:28:45.108890 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7067 | 2024.04.30 22:28:45.109282 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7068 | 2024.04.30 22:28:45.109623 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7069 | 2024.04.30 22:28:45.109776 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00157 sec., 10191.082802547771 rows/sec., 13.75 MiB/sec. | ||
| 7070 | 2024.04.30 22:28:45.109796 [ 58 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7071 | 2024.04.30 22:28:45.109904 [ 58 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7072 | 2024.04.30 22:28:45.109948 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7073 | 2024.04.30 22:28:45.109980 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7074 | 2024.04.30 22:28:45.110035 [ 3 ] {5bb18537-139e-472a-8a98-c2e10245a86d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7075 | 2024.04.30 22:28:45.110107 [ 3 ] {} <Debug> HTTP-Session: b3a419f5-c764-4f5e-985b-a87df704321b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7076 | 2024.04.30 22:28:45.110246 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 7077 | 2024.04.30 22:28:45.110534 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7078 | 2024.04.30 22:28:45.110574 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 865 rows starting from the beginning of the part | ||
| 7079 | 2024.04.30 22:28:45.110660 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
| 7080 | 2024.04.30 22:28:45.110832 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 15 rows starting from the beginning of the part | ||
| 7081 | 2024.04.30 22:28:45.111021 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
| 7082 | 2024.04.30 22:28:45.111146 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 15 rows starting from the beginning of the part | ||
| 7083 | 2024.04.30 22:28:45.111264 [ 193 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
| 7084 | 2024.04.30 22:28:45.117644 [ 188 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 943 rows, containing 6 columns (6 merged, 0 gathered) in 0.007605431 sec., 123990.34321657773 rows/sec., 167.32 MiB/sec. | ||
| 7085 | 2024.04.30 22:28:45.118808 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7086 | 2024.04.30 22:28:45.119303 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7087 | 2024.04.30 22:28:45.119395 [ 198 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7088 | 2024.04.30 22:28:45.119505 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
| 7089 | 2024.04.30 22:28:46.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.27 MiB, peak 198.04 MiB, free memory in arenas 0.00 B, will set to 191.12 MiB (RSS), difference: 1.85 MiB | ||
| 7090 | 2024.04.30 22:28:50.101493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7091 | 2024.04.30 22:28:50.101634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7092 | 2024.04.30 22:28:50.101663 [ 3 ] {} <Debug> HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7093 | 2024.04.30 22:28:50.101692 [ 3 ] {} <Debug> HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7094 | 2024.04.30 22:28:50.101710 [ 3 ] {} <Debug> HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7095 | 2024.04.30 22:28:50.101768 [ 3 ] {} <Trace> HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7096 | 2024.04.30 22:28:50.101961 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7097 | 2024.04.30 22:28:50.102029 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7098 | 2024.04.30 22:28:50.102221 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7099 | 2024.04.30 22:28:50.102641 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7100 | 2024.04.30 22:28:50.102686 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7101 | 2024.04.30 22:28:50.103053 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7102 | 2024.04.30 22:28:50.103385 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7103 | 2024.04.30 22:28:50.103527 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001624 sec., 9236.453201970444 rows/sec., 748.66 KiB/sec. | ||
| 7104 | 2024.04.30 22:28:50.103816 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7105 | 2024.04.30 22:28:50.103879 [ 3 ] {c4913c44-0ef8-4f15-8030-3abbf4c597bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7106 | 2024.04.30 22:28:50.103939 [ 3 ] {} <Debug> HTTP-Session: 2e9b4b60-6eb4-4554-81c2-272c85d251ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7107 | 2024.04.30 22:28:50.104120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7108 | 2024.04.30 22:28:50.104177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7109 | 2024.04.30 22:28:50.104198 [ 3 ] {} <Debug> HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7110 | 2024.04.30 22:28:50.104217 [ 3 ] {} <Debug> HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7111 | 2024.04.30 22:28:50.104231 [ 3 ] {} <Debug> HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7112 | 2024.04.30 22:28:50.104268 [ 3 ] {} <Trace> HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7113 | 2024.04.30 22:28:50.104394 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7114 | 2024.04.30 22:28:50.104442 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7115 | 2024.04.30 22:28:50.104589 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7116 | 2024.04.30 22:28:50.104908 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2024.04.30 22:28:50.104944 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7118 | 2024.04.30 22:28:50.105252 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7119 | 2024.04.30 22:28:50.105567 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2024.04.30 22:28:50.105693 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001342 sec., 33532.04172876304 rows/sec., 2.92 MiB/sec. | ||
| 7121 | 2024.04.30 22:28:50.105849 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Debug> DynamicQueryHandler: Done processing query | ||
| 7122 | 2024.04.30 22:28:50.105874 [ 3 ] {4b76a63b-58ee-4d3c-aec0-67e352c7cc45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7123 | 2024.04.30 22:28:50.105890 [ 3 ] {} <Debug> HTTP-Session: 0edf537f-d6cf-4235-8cb3-3f95306a36a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7124 | 2024.04.30 22:28:50.106060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7125 | 2024.04.30 22:28:50.106110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7126 | 2024.04.30 22:28:50.106129 [ 3 ] {} <Debug> HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7127 | 2024.04.30 22:28:50.106146 [ 3 ] {} <Debug> HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7128 | 2024.04.30 22:28:50.106160 [ 3 ] {} <Debug> HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7129 | 2024.04.30 22:28:50.106192 [ 3 ] {} <Trace> HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7130 | 2024.04.30 22:28:50.106295 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7131 | 2024.04.30 22:28:50.106337 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7132 | 2024.04.30 22:28:50.106460 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7133 | 2024.04.30 22:28:50.106729 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2024.04.30 22:28:50.106765 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7135 | 2024.04.30 22:28:50.107058 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7136 | 2024.04.30 22:28:50.107349 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7137 | 2024.04.30 22:28:50.107473 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.00121 sec., 12396.694214876034 rows/sec., 992.70 KiB/sec. | ||
| 7138 | 2024.04.30 22:28:50.107630 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Debug> DynamicQueryHandler: Done processing query | ||
| 7139 | 2024.04.30 22:28:50.107654 [ 3 ] {7e1fcde8-bb65-4f78-8641-2a7e3a755760} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7140 | 2024.04.30 22:28:50.107670 [ 3 ] {} <Debug> HTTP-Session: 0564beb3-891b-41e7-a454-ab634cf176b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7141 | 2024.04.30 22:28:50.107784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7142 | 2024.04.30 22:28:50.107831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7143 | 2024.04.30 22:28:50.107849 [ 3 ] {} <Debug> HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7144 | 2024.04.30 22:28:50.107866 [ 3 ] {} <Debug> HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7145 | 2024.04.30 22:28:50.107880 [ 3 ] {} <Debug> HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7146 | 2024.04.30 22:28:50.107911 [ 3 ] {} <Trace> HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7147 | 2024.04.30 22:28:50.108083 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7148 | 2024.04.30 22:28:50.108131 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7149 | 2024.04.30 22:28:50.108285 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7150 | 2024.04.30 22:28:50.108639 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.04.30 22:28:50.108674 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7152 | 2024.04.30 22:28:50.109073 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7153 | 2024.04.30 22:28:50.109405 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.04.30 22:28:50.109529 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001545 sec., 9708.73786407767 rows/sec., 13.10 MiB/sec. | ||
| 7155 | 2024.04.30 22:28:50.109792 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7156 | 2024.04.30 22:28:50.109853 [ 3 ] {19f01827-e204-42de-8a0c-56fce44bc1a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7157 | 2024.04.30 22:28:50.109911 [ 3 ] {} <Debug> HTTP-Session: d1b293ed-6a94-4665-b68c-13710fe08cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7158 | 2024.04.30 22:28:53.777049 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7159 | 2024.04.30 22:28:53.777116 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7160 | 2024.04.30 22:28:55.001181 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000844481 sec. | ||
| 7161 | 2024.04.30 22:28:55.102437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7162 | 2024.04.30 22:28:55.102565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7163 | 2024.04.30 22:28:55.102594 [ 3 ] {} <Debug> HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7164 | 2024.04.30 22:28:55.102623 [ 3 ] {} <Debug> HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7165 | 2024.04.30 22:28:55.102640 [ 3 ] {} <Debug> HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7166 | 2024.04.30 22:28:55.102695 [ 3 ] {} <Trace> HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7167 | 2024.04.30 22:28:55.102906 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7168 | 2024.04.30 22:28:55.102976 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7169 | 2024.04.30 22:28:55.103173 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7170 | 2024.04.30 22:28:55.103588 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7171 | 2024.04.30 22:28:55.103635 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7172 | 2024.04.30 22:28:55.103998 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7173 | 2024.04.30 22:28:55.104345 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7174 | 2024.04.30 22:28:55.104518 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001675 sec., 9552.23880597015 rows/sec., 774.25 KiB/sec. | ||
| 7175 | 2024.04.30 22:28:55.104731 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Debug> DynamicQueryHandler: Done processing query | ||
| 7176 | 2024.04.30 22:28:55.104758 [ 3 ] {9bdf4a3e-b7a8-4db3-8fe5-e130ba45ae30} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7177 | 2024.04.30 22:28:55.104774 [ 3 ] {} <Debug> HTTP-Session: e8e1fd06-d75c-49b4-8e50-4d54f5c46269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7178 | 2024.04.30 22:28:55.104910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7179 | 2024.04.30 22:28:55.104964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7180 | 2024.04.30 22:28:55.104985 [ 3 ] {} <Debug> HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7181 | 2024.04.30 22:28:55.105003 [ 3 ] {} <Debug> HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7182 | 2024.04.30 22:28:55.105017 [ 3 ] {} <Debug> HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7183 | 2024.04.30 22:28:55.105052 [ 3 ] {} <Trace> HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7184 | 2024.04.30 22:28:55.105180 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7185 | 2024.04.30 22:28:55.105253 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7186 | 2024.04.30 22:28:55.105388 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7187 | 2024.04.30 22:28:55.105727 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7188 | 2024.04.30 22:28:55.105764 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7189 | 2024.04.30 22:28:55.106079 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7190 | 2024.04.30 22:28:55.106381 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7191 | 2024.04.30 22:28:55.106531 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Debug> executeQuery: Read 84 rows, 7.16 KiB in 0.001394 sec., 60258.24964131994 rows/sec., 5.01 MiB/sec. | ||
| 7192 | 2024.04.30 22:28:55.106694 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7193 | 2024.04.30 22:28:55.106718 [ 3 ] {0416b3a8-ccd4-4c0b-8127-5ed22e3d7c1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7194 | 2024.04.30 22:28:55.106733 [ 3 ] {} <Debug> HTTP-Session: 0dbf65cd-51b2-4e3e-9dfc-3e27066cb683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7195 | 2024.04.30 22:28:55.106899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7196 | 2024.04.30 22:28:55.106977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7197 | 2024.04.30 22:28:55.106997 [ 3 ] {} <Debug> HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7198 | 2024.04.30 22:28:55.107014 [ 3 ] {} <Debug> HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7199 | 2024.04.30 22:28:55.107027 [ 3 ] {} <Debug> HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7200 | 2024.04.30 22:28:55.107060 [ 3 ] {} <Trace> HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2024.04.30 22:28:55.107167 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7202 | 2024.04.30 22:28:55.107210 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7203 | 2024.04.30 22:28:55.107333 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7204 | 2024.04.30 22:28:55.107628 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7205 | 2024.04.30 22:28:55.107665 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7206 | 2024.04.30 22:28:55.107969 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7207 | 2024.04.30 22:28:55.108274 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7208 | 2024.04.30 22:28:55.108418 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Debug> executeQuery: Read 40 rows, 3.18 KiB in 0.001284 sec., 31152.64797507788 rows/sec., 2.42 MiB/sec. | ||
| 7209 | 2024.04.30 22:28:55.108586 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Debug> DynamicQueryHandler: Done processing query | ||
| 7210 | 2024.04.30 22:28:55.108611 [ 3 ] {f2f86755-c26c-4aea-b33a-8ae4a99d6763} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7211 | 2024.04.30 22:28:55.108626 [ 3 ] {} <Debug> HTTP-Session: 6ef8ff4f-6b2a-4037-99ab-ef8289b5c611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7212 | 2024.04.30 22:28:55.108744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7213 | 2024.04.30 22:28:55.108792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7214 | 2024.04.30 22:28:55.108812 [ 3 ] {} <Debug> HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7215 | 2024.04.30 22:28:55.108828 [ 3 ] {} <Debug> HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7216 | 2024.04.30 22:28:55.108841 [ 3 ] {} <Debug> HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7217 | 2024.04.30 22:28:55.108873 [ 3 ] {} <Trace> HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7218 | 2024.04.30 22:28:55.108979 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7219 | 2024.04.30 22:28:55.109024 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7220 | 2024.04.30 22:28:55.109172 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7221 | 2024.04.30 22:28:55.109457 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2024.04.30 22:28:55.109493 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7223 | 2024.04.30 22:28:55.109871 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7224 | 2024.04.30 22:28:55.110201 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2024.04.30 22:28:55.110350 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001405 sec., 25622.775800711745 rows/sec., 1.81 MiB/sec. | ||
| 7226 | 2024.04.30 22:28:55.110504 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Debug> DynamicQueryHandler: Done processing query | ||
| 7227 | 2024.04.30 22:28:55.110528 [ 3 ] {f056d0f1-b2d0-433a-9722-7e03612a4912} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7228 | 2024.04.30 22:28:55.110544 [ 3 ] {} <Debug> HTTP-Session: 51eea38f-cdb2-4f79-9534-f05adad65648 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7229 | 2024.04.30 22:28:55.110670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7230 | 2024.04.30 22:28:55.110717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7231 | 2024.04.30 22:28:55.110735 [ 3 ] {} <Debug> HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7232 | 2024.04.30 22:28:55.110752 [ 3 ] {} <Debug> HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7233 | 2024.04.30 22:28:55.110766 [ 3 ] {} <Debug> HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7234 | 2024.04.30 22:28:55.110796 [ 3 ] {} <Trace> HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7235 | 2024.04.30 22:28:55.110973 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7236 | 2024.04.30 22:28:55.111019 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7237 | 2024.04.30 22:28:55.111179 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7238 | 2024.04.30 22:28:55.111633 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7239 | 2024.04.30 22:28:55.111669 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7240 | 2024.04.30 22:28:55.112059 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7241 | 2024.04.30 22:28:55.112394 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7242 | 2024.04.30 22:28:55.112558 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001675 sec., 9552.23880597015 rows/sec., 12.89 MiB/sec. | ||
| 7243 | 2024.04.30 22:28:55.112840 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Debug> DynamicQueryHandler: Done processing query | ||
| 7244 | 2024.04.30 22:28:55.112900 [ 3 ] {2618af36-da7d-49e6-8105-0935f0926bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7245 | 2024.04.30 22:28:55.112955 [ 3 ] {} <Debug> HTTP-Session: 594deff8-f5fc-41c2-a1e5-6079ac184fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7246 | 2024.04.30 22:29:00.101394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7247 | 2024.04.30 22:29:00.101533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7248 | 2024.04.30 22:29:00.101562 [ 3 ] {} <Debug> HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7249 | 2024.04.30 22:29:00.101590 [ 3 ] {} <Debug> HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7250 | 2024.04.30 22:29:00.101608 [ 3 ] {} <Debug> HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7251 | 2024.04.30 22:29:00.101663 [ 3 ] {} <Trace> HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7252 | 2024.04.30 22:29:00.101873 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7253 | 2024.04.30 22:29:00.101955 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7254 | 2024.04.30 22:29:00.102161 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7255 | 2024.04.30 22:29:00.102579 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7256 | 2024.04.30 22:29:00.102623 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7257 | 2024.04.30 22:29:00.102988 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7258 | 2024.04.30 22:29:00.103324 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7259 | 2024.04.30 22:29:00.103466 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001658 sec., 9047.044632086852 rows/sec., 733.31 KiB/sec. | ||
| 7260 | 2024.04.30 22:29:00.103734 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7261 | 2024.04.30 22:29:00.103780 [ 3 ] {c9e798cc-7a38-4543-8374-27b319cfd48e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7262 | 2024.04.30 22:29:00.103850 [ 3 ] {} <Debug> HTTP-Session: a3bf625f-f386-4bfb-b469-5199a72ab14b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7263 | 2024.04.30 22:29:00.104112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7264 | 2024.04.30 22:29:00.104214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7265 | 2024.04.30 22:29:00.104236 [ 3 ] {} <Debug> HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7266 | 2024.04.30 22:29:00.104255 [ 3 ] {} <Debug> HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7267 | 2024.04.30 22:29:00.104269 [ 3 ] {} <Debug> HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7268 | 2024.04.30 22:29:00.104305 [ 3 ] {} <Trace> HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7269 | 2024.04.30 22:29:00.104427 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7270 | 2024.04.30 22:29:00.104474 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7271 | 2024.04.30 22:29:00.104615 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7272 | 2024.04.30 22:29:00.104936 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7273 | 2024.04.30 22:29:00.104972 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7274 | 2024.04.30 22:29:00.105290 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7275 | 2024.04.30 22:29:00.105595 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7276 | 2024.04.30 22:29:00.105728 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001343 sec., 33507.073715562175 rows/sec., 2.92 MiB/sec. | ||
| 7277 | 2024.04.30 22:29:00.105894 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7278 | 2024.04.30 22:29:00.105920 [ 3 ] {3df4fdd7-9c9f-4749-b70e-47bd08e01bc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7279 | 2024.04.30 22:29:00.105936 [ 3 ] {} <Debug> HTTP-Session: 62c5c69b-91b4-4598-8fe4-1af3c7273c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7280 | 2024.04.30 22:29:00.106056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7281 | 2024.04.30 22:29:00.106105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7282 | 2024.04.30 22:29:00.106125 [ 3 ] {} <Debug> HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7283 | 2024.04.30 22:29:00.106141 [ 3 ] {} <Debug> HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7284 | 2024.04.30 22:29:00.106155 [ 3 ] {} <Debug> HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7285 | 2024.04.30 22:29:00.106187 [ 3 ] {} <Trace> HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7286 | 2024.04.30 22:29:00.106287 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7287 | 2024.04.30 22:29:00.106329 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7288 | 2024.04.30 22:29:00.106454 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7289 | 2024.04.30 22:29:00.106728 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7290 | 2024.04.30 22:29:00.106764 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7291 | 2024.04.30 22:29:00.107059 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7292 | 2024.04.30 22:29:00.107360 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2024.04.30 22:29:00.107496 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001238 sec., 12116.316639741519 rows/sec., 970.25 KiB/sec. | ||
| 7294 | 2024.04.30 22:29:00.107644 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7295 | 2024.04.30 22:29:00.107668 [ 3 ] {f9a83418-d2b0-4007-8ac9-6d2021de1fd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7296 | 2024.04.30 22:29:00.107685 [ 3 ] {} <Debug> HTTP-Session: 53894f7c-3cda-4a85-a44d-4ae99a6a3faf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7297 | 2024.04.30 22:29:00.107851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7298 | 2024.04.30 22:29:00.107899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7299 | 2024.04.30 22:29:00.107918 [ 3 ] {} <Debug> HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7300 | 2024.04.30 22:29:00.107939 [ 3 ] {} <Debug> HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7301 | 2024.04.30 22:29:00.107953 [ 3 ] {} <Debug> HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7302 | 2024.04.30 22:29:00.107984 [ 3 ] {} <Trace> HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7303 | 2024.04.30 22:29:00.108155 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7304 | 2024.04.30 22:29:00.108204 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7305 | 2024.04.30 22:29:00.108356 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7306 | 2024.04.30 22:29:00.108718 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7307 | 2024.04.30 22:29:00.108752 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7308 | 2024.04.30 22:29:00.109182 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7309 | 2024.04.30 22:29:00.109517 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7310 | 2024.04.30 22:29:00.109641 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001584 sec., 9469.69696969697 rows/sec., 12.78 MiB/sec. | ||
| 7311 | 2024.04.30 22:29:00.109897 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7312 | 2024.04.30 22:29:00.109954 [ 3 ] {5a9bc09a-44e6-4ab7-9f60-55f885c1435a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7313 | 2024.04.30 22:29:00.110008 [ 3 ] {} <Debug> HTTP-Session: c0c21688-cfe2-4274-b6a0-28ce9df3dd81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7314 | 2024.04.30 22:29:05.101616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7315 | 2024.04.30 22:29:05.101763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7316 | 2024.04.30 22:29:05.101793 [ 3 ] {} <Debug> HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7317 | 2024.04.30 22:29:05.101823 [ 3 ] {} <Debug> HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7318 | 2024.04.30 22:29:05.101841 [ 3 ] {} <Debug> HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7319 | 2024.04.30 22:29:05.101896 [ 3 ] {} <Trace> HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7320 | 2024.04.30 22:29:05.102117 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7321 | 2024.04.30 22:29:05.102195 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7322 | 2024.04.30 22:29:05.102390 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7323 | 2024.04.30 22:29:05.102804 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7324 | 2024.04.30 22:29:05.102851 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7325 | 2024.04.30 22:29:05.103206 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7326 | 2024.04.30 22:29:05.103538 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7327 | 2024.04.30 22:29:05.103723 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001671 sec., 9575.10472770796 rows/sec., 776.11 KiB/sec. | ||
| 7328 | 2024.04.30 22:29:05.103774 [ 46 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 7329 | 2024.04.30 22:29:05.103886 [ 46 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2024.04.30 22:29:05.103923 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7331 | 2024.04.30 22:29:05.104011 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Debug> DynamicQueryHandler: Done processing query | ||
| 7332 | 2024.04.30 22:29:05.104071 [ 3 ] {9e9295af-b3c9-4613-b0d1-cdd0ad5aff42} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7333 | 2024.04.30 22:29:05.104122 [ 3 ] {} <Debug> HTTP-Session: 41572bf2-3a94-45aa-a5df-b1af7aed3e8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7334 | 2024.04.30 22:29:05.104164 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 7335 | 2024.04.30 22:29:05.104282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7336 | 2024.04.30 22:29:05.104398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7337 | 2024.04.30 22:29:05.104453 [ 3 ] {} <Debug> HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7338 | 2024.04.30 22:29:05.104466 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7339 | 2024.04.30 22:29:05.104489 [ 3 ] {} <Debug> HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7340 | 2024.04.30 22:29:05.104529 [ 3 ] {} <Debug> HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7341 | 2024.04.30 22:29:05.104535 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 31 rows starting from the beginning of the part | ||
| 7342 | 2024.04.30 22:29:05.104606 [ 3 ] {} <Trace> HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7343 | 2024.04.30 22:29:05.104816 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
| 7344 | 2024.04.30 22:29:05.104879 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7345 | 2024.04.30 22:29:05.105032 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7346 | 2024.04.30 22:29:05.105091 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 15 rows starting from the beginning of the part | ||
| 7347 | 2024.04.30 22:29:05.105446 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part | ||
| 7348 | 2024.04.30 22:29:05.105791 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 15 rows starting from the beginning of the part | ||
| 7349 | 2024.04.30 22:29:05.106095 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
| 7350 | 2024.04.30 22:29:05.106151 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7351 | 2024.04.30 22:29:05.107040 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7352 | 2024.04.30 22:29:05.107114 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7353 | 2024.04.30 22:29:05.107930 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7354 | 2024.04.30 22:29:05.108816 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 109 rows, containing 4 columns (4 merged, 0 gathered) in 0.004788611 sec., 22762.34173124524 rows/sec., 1.80 MiB/sec. | ||
| 7355 | 2024.04.30 22:29:05.108840 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7356 | 2024.04.30 22:29:05.109018 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 7357 | 2024.04.30 22:29:05.109313 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004512 sec., 886.5248226950354 rows/sec., 72.29 KiB/sec. | ||
| 7358 | 2024.04.30 22:29:05.109902 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Debug> DynamicQueryHandler: Done processing query | ||
| 7359 | 2024.04.30 22:29:05.109962 [ 3 ] {b3ca6c14-cb22-4b4d-a60f-a978308ae533} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7360 | 2024.04.30 22:29:05.110016 [ 3 ] {} <Debug> HTTP-Session: b120aae4-06de-4f55-be99-58c07257ba93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7361 | 2024.04.30 22:29:05.110055 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7362 | 2024.04.30 22:29:05.110160 [ 193 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_65_13} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 7363 | 2024.04.30 22:29:05.110304 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7364 | 2024.04.30 22:29:05.110296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7365 | 2024.04.30 22:29:05.110404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7366 | 2024.04.30 22:29:05.110437 [ 3 ] {} <Debug> HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7367 | 2024.04.30 22:29:05.110463 [ 3 ] {} <Debug> HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7368 | 2024.04.30 22:29:05.110484 [ 3 ] {} <Debug> HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7369 | 2024.04.30 22:29:05.110529 [ 3 ] {} <Trace> HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7370 | 2024.04.30 22:29:05.110702 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7371 | 2024.04.30 22:29:05.110765 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7372 | 2024.04.30 22:29:05.110976 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7373 | 2024.04.30 22:29:05.111395 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7374 | 2024.04.30 22:29:05.111442 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7375 | 2024.04.30 22:29:05.111906 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7376 | 2024.04.30 22:29:05.112281 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7377 | 2024.04.30 22:29:05.112472 [ 46 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7378 | 2024.04.30 22:29:05.112475 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Debug> executeQuery: Read 50 rows, 4.54 KiB in 0.001831 sec., 27307.482250136538 rows/sec., 2.42 MiB/sec. | ||
| 7379 | 2024.04.30 22:29:05.112527 [ 46 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7380 | 2024.04.30 22:29:05.112595 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7381 | 2024.04.30 22:29:05.112802 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 7382 | 2024.04.30 22:29:05.112804 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7383 | 2024.04.30 22:29:05.112891 [ 3 ] {71f3e61a-6f32-47e6-a0fc-b8468c1c4d1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7384 | 2024.04.30 22:29:05.112956 [ 3 ] {} <Debug> HTTP-Session: 11a1873b-708a-4917-a292-0757cfb37bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7385 | 2024.04.30 22:29:05.113220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7386 | 2024.04.30 22:29:05.113234 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7387 | 2024.04.30 22:29:05.113296 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 142 rows starting from the beginning of the part | ||
| 7388 | 2024.04.30 22:29:05.113328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7389 | 2024.04.30 22:29:05.113427 [ 3 ] {} <Debug> HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7390 | 2024.04.30 22:29:05.113538 [ 3 ] {} <Debug> HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7391 | 2024.04.30 22:29:05.113574 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part | ||
| 7392 | 2024.04.30 22:29:05.113611 [ 3 ] {} <Debug> HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7393 | 2024.04.30 22:29:05.113806 [ 3 ] {} <Trace> HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7394 | 2024.04.30 22:29:05.114033 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 45 rows starting from the beginning of the part | ||
| 7395 | 2024.04.30 22:29:05.114341 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7396 | 2024.04.30 22:29:05.114356 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 84 rows starting from the beginning of the part | ||
| 7397 | 2024.04.30 22:29:05.114428 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7398 | 2024.04.30 22:29:05.114508 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 45 rows starting from the beginning of the part | ||
| 7399 | 2024.04.30 22:29:05.114786 [ 188 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 50 rows starting from the beginning of the part | ||
| 7400 | 2024.04.30 22:29:05.115300 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7401 | 2024.04.30 22:29:05.115817 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2024.04.30 22:29:05.115867 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7403 | 2024.04.30 22:29:05.116315 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7404 | 2024.04.30 22:29:05.116511 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.003797946 sec., 109006.28918894581 rows/sec., 9.35 MiB/sec. | ||
| 7405 | 2024.04.30 22:29:05.116757 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7406 | 2024.04.30 22:29:05.116942 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7407 | 2024.04.30 22:29:05.117363 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003184 sec., 1256.2814070351758 rows/sec., 87.72 KiB/sec. | ||
| 7408 | 2024.04.30 22:29:05.117825 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Debug> DynamicQueryHandler: Done processing query | ||
| 7409 | 2024.04.30 22:29:05.117863 [ 3 ] {71d3cdc1-5da1-45e3-8101-17884a231c93} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7410 | 2024.04.30 22:29:05.117905 [ 3 ] {} <Debug> HTTP-Session: 7a3a4346-dbbd-43d5-b863-c00e8015a888 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7411 | 2024.04.30 22:29:05.117959 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7412 | 2024.04.30 22:29:05.118070 [ 193 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_66_13} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7413 | 2024.04.30 22:29:05.118081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 3449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7414 | 2024.04.30 22:29:05.118195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7415 | 2024.04.30 22:29:05.118210 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7416 | 2024.04.30 22:29:05.118227 [ 3 ] {} <Debug> HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7417 | 2024.04.30 22:29:05.118266 [ 3 ] {} <Debug> HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7418 | 2024.04.30 22:29:05.118280 [ 3 ] {} <Debug> HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7419 | 2024.04.30 22:29:05.118311 [ 3 ] {} <Trace> HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7420 | 2024.04.30 22:29:05.118421 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7421 | 2024.04.30 22:29:05.118463 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7422 | 2024.04.30 22:29:05.118600 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7423 | 2024.04.30 22:29:05.118892 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7424 | 2024.04.30 22:29:05.118928 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7425 | 2024.04.30 22:29:05.119227 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7426 | 2024.04.30 22:29:05.119538 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7427 | 2024.04.30 22:29:05.119693 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Debug> executeQuery: Read 20 rows, 1.61 KiB in 0.001298 sec., 15408.320493066258 rows/sec., 1.21 MiB/sec. | ||
| 7428 | 2024.04.30 22:29:05.119702 [ 46 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7429 | 2024.04.30 22:29:05.119783 [ 46 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2024.04.30 22:29:05.119826 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7431 | 2024.04.30 22:29:05.119973 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7432 | 2024.04.30 22:29:05.120004 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 7433 | 2024.04.30 22:29:05.120016 [ 3 ] {ce4a827b-dac7-451d-bed8-a58d35a2b1fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7434 | 2024.04.30 22:29:05.120073 [ 3 ] {} <Debug> HTTP-Session: 12797de9-1311-4e7d-84f2-76712a2df032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7435 | 2024.04.30 22:29:05.120229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7436 | 2024.04.30 22:29:05.120295 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7437 | 2024.04.30 22:29:05.120324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7438 | 2024.04.30 22:29:05.120356 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 96 rows starting from the beginning of the part | ||
| 7439 | 2024.04.30 22:29:05.120365 [ 3 ] {} <Debug> HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7440 | 2024.04.30 22:29:05.120417 [ 3 ] {} <Debug> HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7441 | 2024.04.30 22:29:05.120454 [ 3 ] {} <Debug> HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7442 | 2024.04.30 22:29:05.120596 [ 3 ] {} <Trace> HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7443 | 2024.04.30 22:29:05.120676 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 7444 | 2024.04.30 22:29:05.120924 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7445 | 2024.04.30 22:29:05.120951 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 15 rows starting from the beginning of the part | ||
| 7446 | 2024.04.30 22:29:05.121088 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7447 | 2024.04.30 22:29:05.121256 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part | ||
| 7448 | 2024.04.30 22:29:05.121583 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 15 rows starting from the beginning of the part | ||
| 7449 | 2024.04.30 22:29:05.121947 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 20 rows starting from the beginning of the part | ||
| 7450 | 2024.04.30 22:29:05.122459 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7451 | 2024.04.30 22:29:05.123153 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7452 | 2024.04.30 22:29:05.123202 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7453 | 2024.04.30 22:29:05.124261 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7454 | 2024.04.30 22:29:05.124614 [ 187 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 4 columns (4 merged, 0 gathered) in 0.004693378 sec., 43039.363119697584 rows/sec., 3.37 MiB/sec. | ||
| 7455 | 2024.04.30 22:29:05.124878 [ 187 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7456 | 2024.04.30 22:29:05.124996 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7457 | 2024.04.30 22:29:05.125332 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.004551 sec., 439.4638540980004 rows/sec., 30.90 KiB/sec. | ||
| 7458 | 2024.04.30 22:29:05.125925 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Debug> DynamicQueryHandler: Done processing query | ||
| 7459 | 2024.04.30 22:29:05.125996 [ 3 ] {97182c94-c075-429b-b1f6-7af01ab69f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7460 | 2024.04.30 22:29:05.126069 [ 3 ] {} <Debug> HTTP-Session: 48e2df8d-986a-43d2-953c-abde3f535ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7461 | 2024.04.30 22:29:05.126225 [ 187 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7462 | 2024.04.30 22:29:05.126266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7463 | 2024.04.30 22:29:05.126358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7464 | 2024.04.30 22:29:05.126392 [ 3 ] {} <Debug> HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7465 | 2024.04.30 22:29:05.126399 [ 187 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_66_13} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7466 | 2024.04.30 22:29:05.126416 [ 3 ] {} <Debug> HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7467 | 2024.04.30 22:29:05.126452 [ 3 ] {} <Debug> HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7468 | 2024.04.30 22:29:05.126522 [ 3 ] {} <Trace> HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7469 | 2024.04.30 22:29:05.126576 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7470 | 2024.04.30 22:29:05.126754 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7471 | 2024.04.30 22:29:05.126807 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7472 | 2024.04.30 22:29:05.126988 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7473 | 2024.04.30 22:29:05.127356 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7474 | 2024.04.30 22:29:05.127392 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7475 | 2024.04.30 22:29:05.127801 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7476 | 2024.04.30 22:29:05.128148 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7477 | 2024.04.30 22:29:05.128320 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001664 sec., 9615.384615384615 rows/sec., 12.98 MiB/sec. | ||
| 7478 | 2024.04.30 22:29:05.128508 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7479 | 2024.04.30 22:29:05.128545 [ 3 ] {f63f8a44-cb67-405d-a0e1-ba7f05c0daa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7480 | 2024.04.30 22:29:05.128571 [ 3 ] {} <Debug> HTTP-Session: 62afc31e-3b0d-4de2-bdbe-d7a2fc825acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7481 | 2024.04.30 22:29:08.777148 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7482 | 2024.04.30 22:29:08.777226 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7483 | 2024.04.30 22:29:10.102244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7484 | 2024.04.30 22:29:10.102416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7485 | 2024.04.30 22:29:10.102459 [ 3 ] {} <Debug> HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7486 | 2024.04.30 22:29:10.102501 [ 3 ] {} <Debug> HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7487 | 2024.04.30 22:29:10.102530 [ 3 ] {} <Debug> HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7488 | 2024.04.30 22:29:10.102610 [ 3 ] {} <Trace> HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7489 | 2024.04.30 22:29:10.102907 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7490 | 2024.04.30 22:29:10.103016 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7491 | 2024.04.30 22:29:10.103335 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7492 | 2024.04.30 22:29:10.103868 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7493 | 2024.04.30 22:29:10.103917 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7494 | 2024.04.30 22:29:10.104305 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7495 | 2024.04.30 22:29:10.104653 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7496 | 2024.04.30 22:29:10.104813 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.002 sec., 7500 rows/sec., 607.91 KiB/sec. | ||
| 7497 | 2024.04.30 22:29:10.105132 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7498 | 2024.04.30 22:29:10.105188 [ 3 ] {b36da967-d835-4f18-8598-511e5f4b7e2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7499 | 2024.04.30 22:29:10.105246 [ 3 ] {} <Debug> HTTP-Session: db8f13da-337f-4722-83ef-bb97fbcf2609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7500 | 2024.04.30 22:29:10.105435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7501 | 2024.04.30 22:29:10.105492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7502 | 2024.04.30 22:29:10.105511 [ 3 ] {} <Debug> HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7503 | 2024.04.30 22:29:10.105531 [ 3 ] {} <Debug> HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7504 | 2024.04.30 22:29:10.105544 [ 3 ] {} <Debug> HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7505 | 2024.04.30 22:29:10.105580 [ 3 ] {} <Trace> HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7506 | 2024.04.30 22:29:10.105695 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7507 | 2024.04.30 22:29:10.105741 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7508 | 2024.04.30 22:29:10.105896 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7509 | 2024.04.30 22:29:10.106195 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2024.04.30 22:29:10.106232 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7511 | 2024.04.30 22:29:10.106544 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7512 | 2024.04.30 22:29:10.106865 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2024.04.30 22:29:10.107027 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Debug> executeQuery: Read 14 rows, 1.18 KiB in 0.00136 sec., 10294.117647058823 rows/sec., 869.57 KiB/sec. | ||
| 7514 | 2024.04.30 22:29:10.107321 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7515 | 2024.04.30 22:29:10.107346 [ 3 ] {7ccd4b02-99b6-4ab1-b2a4-628f78f9786e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7516 | 2024.04.30 22:29:10.107362 [ 3 ] {} <Debug> HTTP-Session: 058624e0-9102-44b4-b0f9-a9a9f02f13ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7517 | 2024.04.30 22:29:10.107490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 8238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7518 | 2024.04.30 22:29:10.107538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7519 | 2024.04.30 22:29:10.107556 [ 3 ] {} <Debug> HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7520 | 2024.04.30 22:29:10.107573 [ 3 ] {} <Debug> HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7521 | 2024.04.30 22:29:10.107586 [ 3 ] {} <Debug> HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7522 | 2024.04.30 22:29:10.107617 [ 3 ] {} <Trace> HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7523 | 2024.04.30 22:29:10.107730 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7524 | 2024.04.30 22:29:10.107773 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7525 | 2024.04.30 22:29:10.107916 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7526 | 2024.04.30 22:29:10.108217 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7527 | 2024.04.30 22:29:10.108253 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7528 | 2024.04.30 22:29:10.108561 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7529 | 2024.04.30 22:29:10.108866 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7530 | 2024.04.30 22:29:10.109014 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Debug> executeQuery: Read 55 rows, 4.86 KiB in 0.001316 sec., 41793.31306990882 rows/sec., 3.60 MiB/sec. | ||
| 7531 | 2024.04.30 22:29:10.109172 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7532 | 2024.04.30 22:29:10.109196 [ 3 ] {6f32048c-890b-4f20-bc7a-8d95d641c99d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7533 | 2024.04.30 22:29:10.109211 [ 3 ] {} <Debug> HTTP-Session: cf1ca1ca-8470-44c4-b5b9-74b4da95a42a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7534 | 2024.04.30 22:29:10.109365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2050, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7535 | 2024.04.30 22:29:10.109413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7536 | 2024.04.30 22:29:10.109431 [ 3 ] {} <Debug> HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7537 | 2024.04.30 22:29:10.109447 [ 3 ] {} <Debug> HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7538 | 2024.04.30 22:29:10.109461 [ 3 ] {} <Debug> HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7539 | 2024.04.30 22:29:10.109491 [ 3 ] {} <Trace> HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7540 | 2024.04.30 22:29:10.109589 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7541 | 2024.04.30 22:29:10.109632 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7542 | 2024.04.30 22:29:10.109757 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7543 | 2024.04.30 22:29:10.110022 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7544 | 2024.04.30 22:29:10.110059 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7545 | 2024.04.30 22:29:10.110361 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7546 | 2024.04.30 22:29:10.110668 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2024.04.30 22:29:10.110818 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001256 sec., 11146.496815286624 rows/sec., 810.95 KiB/sec. | ||
| 7548 | 2024.04.30 22:29:10.110967 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7549 | 2024.04.30 22:29:10.110991 [ 3 ] {dee78be1-ee80-40ef-8044-50910de14f2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7550 | 2024.04.30 22:29:10.111007 [ 3 ] {} <Debug> HTTP-Session: b414636e-15ab-44ea-bd75-51f7d41c2e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7551 | 2024.04.30 22:29:10.111128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 5031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7552 | 2024.04.30 22:29:10.111174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7553 | 2024.04.30 22:29:10.111193 [ 3 ] {} <Debug> HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7554 | 2024.04.30 22:29:10.111209 [ 3 ] {} <Debug> HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7555 | 2024.04.30 22:29:10.111222 [ 3 ] {} <Debug> HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7556 | 2024.04.30 22:29:10.111252 [ 3 ] {} <Trace> HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7557 | 2024.04.30 22:29:10.111352 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7558 | 2024.04.30 22:29:10.111393 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7559 | 2024.04.30 22:29:10.111514 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7560 | 2024.04.30 22:29:10.111801 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2024.04.30 22:29:10.111837 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7562 | 2024.04.30 22:29:10.112144 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7563 | 2024.04.30 22:29:10.112441 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7564 | 2024.04.30 22:29:10.112586 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Debug> executeQuery: Read 29 rows, 2.38 KiB in 0.001259 sec., 23034.154090548054 rows/sec., 1.85 MiB/sec. | ||
| 7565 | 2024.04.30 22:29:10.112771 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Debug> DynamicQueryHandler: Done processing query | ||
| 7566 | 2024.04.30 22:29:10.112806 [ 3 ] {04e90185-9021-4844-990c-17f670f2e291} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7567 | 2024.04.30 22:29:10.112826 [ 3 ] {} <Debug> HTTP-Session: 49a3bf3c-bc24-4e91-9e03-d7aa8b36e680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7568 | 2024.04.30 22:29:10.112980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 1423, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7569 | 2024.04.30 22:29:10.113039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7570 | 2024.04.30 22:29:10.113062 [ 3 ] {} <Debug> HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7571 | 2024.04.30 22:29:10.113083 [ 3 ] {} <Debug> HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7572 | 2024.04.30 22:29:10.113100 [ 3 ] {} <Debug> HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7573 | 2024.04.30 22:29:10.113138 [ 3 ] {} <Trace> HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7574 | 2024.04.30 22:29:10.113260 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7575 | 2024.04.30 22:29:10.113318 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7576 | 2024.04.30 22:29:10.113482 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7577 | 2024.04.30 22:29:10.113765 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7578 | 2024.04.30 22:29:10.113801 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7579 | 2024.04.30 22:29:10.114175 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7580 | 2024.04.30 22:29:10.114507 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7581 | 2024.04.30 22:29:10.114670 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Debug> executeQuery: Read 7 rows, 525.00 B in 0.001435 sec., 4878.048780487805 rows/sec., 357.28 KiB/sec. | ||
| 7582 | 2024.04.30 22:29:10.114830 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Debug> DynamicQueryHandler: Done processing query | ||
| 7583 | 2024.04.30 22:29:10.114854 [ 3 ] {56fa178e-8156-4cbb-810e-312e40339e86} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7584 | 2024.04.30 22:29:10.114870 [ 3 ] {} <Debug> HTTP-Session: b25ad670-d45d-4345-96a2-afc938e33860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7585 | 2024.04.30 22:29:10.115032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7586 | 2024.04.30 22:29:10.115080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7587 | 2024.04.30 22:29:10.115099 [ 3 ] {} <Debug> HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7588 | 2024.04.30 22:29:10.115115 [ 3 ] {} <Debug> HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7589 | 2024.04.30 22:29:10.115128 [ 3 ] {} <Debug> HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7590 | 2024.04.30 22:29:10.115158 [ 3 ] {} <Trace> HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7591 | 2024.04.30 22:29:10.115330 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7592 | 2024.04.30 22:29:10.115379 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7593 | 2024.04.30 22:29:10.115534 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7594 | 2024.04.30 22:29:10.115854 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7595 | 2024.04.30 22:29:10.115890 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7596 | 2024.04.30 22:29:10.116270 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7597 | 2024.04.30 22:29:10.116605 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7598 | 2024.04.30 22:29:10.116764 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001524 sec., 9842.51968503937 rows/sec., 13.28 MiB/sec. | ||
| 7599 | 2024.04.30 22:29:10.116773 [ 42 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7600 | 2024.04.30 22:29:10.116894 [ 42 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7601 | 2024.04.30 22:29:10.116934 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
| 7602 | 2024.04.30 22:29:10.117008 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Debug> DynamicQueryHandler: Done processing query | ||
| 7603 | 2024.04.30 22:29:10.117075 [ 3 ] {69cc68ef-d25b-493a-9744-7c91196bbe59} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7604 | 2024.04.30 22:29:10.117117 [ 3 ] {} <Debug> HTTP-Session: 111474c1-b9a9-4d0c-a3b8-f235d49fedf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7605 | 2024.04.30 22:29:10.117235 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 7606 | 2024.04.30 22:29:10.117744 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7607 | 2024.04.30 22:29:10.117856 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 943 rows starting from the beginning of the part | ||
| 7608 | 2024.04.30 22:29:10.118192 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 15 rows starting from the beginning of the part | ||
| 7609 | 2024.04.30 22:29:10.118511 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part | ||
| 7610 | 2024.04.30 22:29:10.118675 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 15 rows starting from the beginning of the part | ||
| 7611 | 2024.04.30 22:29:10.118784 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
| 7612 | 2024.04.30 22:29:10.118947 [ 192 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 15 rows starting from the beginning of the part | ||
| 7613 | 2024.04.30 22:29:10.122650 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1020 rows, containing 6 columns (6 merged, 0 gathered) in 0.005607762 sec., 181890.74358005924 rows/sec., 245.45 MiB/sec. | ||
| 7614 | 2024.04.30 22:29:10.123611 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7615 | 2024.04.30 22:29:10.124071 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2024.04.30 22:29:10.124159 [ 187 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7617 | 2024.04.30 22:29:10.124262 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
| 7618 | 2024.04.30 22:29:11.000150 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.61 MiB, peak 200.01 MiB, free memory in arenas 0.00 B, will set to 193.38 MiB (RSS), difference: 1.77 MiB | ||
| 7619 | 2024.04.30 22:29:15.102045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7620 | 2024.04.30 22:29:15.102246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7621 | 2024.04.30 22:29:15.102292 [ 3 ] {} <Debug> HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7622 | 2024.04.30 22:29:15.102333 [ 3 ] {} <Debug> HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7623 | 2024.04.30 22:29:15.102361 [ 3 ] {} <Debug> HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7624 | 2024.04.30 22:29:15.102445 [ 3 ] {} <Trace> HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7625 | 2024.04.30 22:29:15.102669 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7626 | 2024.04.30 22:29:15.102736 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7627 | 2024.04.30 22:29:15.102927 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7628 | 2024.04.30 22:29:15.103312 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7629 | 2024.04.30 22:29:15.103358 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7630 | 2024.04.30 22:29:15.103724 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7631 | 2024.04.30 22:29:15.104067 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7632 | 2024.04.30 22:29:15.104229 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001617 sec., 9894.867037724182 rows/sec., 802.03 KiB/sec. | ||
| 7633 | 2024.04.30 22:29:15.104441 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7634 | 2024.04.30 22:29:15.104468 [ 3 ] {e9681018-6d67-48d3-b151-586368d453c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7635 | 2024.04.30 22:29:15.104485 [ 3 ] {} <Debug> HTTP-Session: 73e7d8c5-0f56-4a8c-8045-a336d2ddf50e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7636 | 2024.04.30 22:29:15.104665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7637 | 2024.04.30 22:29:15.104718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7638 | 2024.04.30 22:29:15.104738 [ 3 ] {} <Debug> HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7639 | 2024.04.30 22:29:15.104756 [ 3 ] {} <Debug> HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7640 | 2024.04.30 22:29:15.104770 [ 3 ] {} <Debug> HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7641 | 2024.04.30 22:29:15.104806 [ 3 ] {} <Trace> HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7642 | 2024.04.30 22:29:15.104922 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7643 | 2024.04.30 22:29:15.104970 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7644 | 2024.04.30 22:29:15.105101 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7645 | 2024.04.30 22:29:15.105381 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7646 | 2024.04.30 22:29:15.105418 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7647 | 2024.04.30 22:29:15.105724 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7648 | 2024.04.30 22:29:15.106021 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7649 | 2024.04.30 22:29:15.106171 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.00128 sec., 37500 rows/sec., 3.35 MiB/sec. | ||
| 7650 | 2024.04.30 22:29:15.106354 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Debug> DynamicQueryHandler: Done processing query | ||
| 7651 | 2024.04.30 22:29:15.106392 [ 3 ] {da8b5291-de8a-4927-92ff-89c9375845de} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7652 | 2024.04.30 22:29:15.106424 [ 3 ] {} <Debug> HTTP-Session: 0f5d1d47-0eed-466f-be2e-1f9915cd29c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7653 | 2024.04.30 22:29:15.106599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7654 | 2024.04.30 22:29:15.106648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7655 | 2024.04.30 22:29:15.106667 [ 3 ] {} <Debug> HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7656 | 2024.04.30 22:29:15.106684 [ 3 ] {} <Debug> HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7657 | 2024.04.30 22:29:15.106697 [ 3 ] {} <Debug> HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7658 | 2024.04.30 22:29:15.106730 [ 3 ] {} <Trace> HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2024.04.30 22:29:15.106828 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7660 | 2024.04.30 22:29:15.106870 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7661 | 2024.04.30 22:29:15.106992 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7662 | 2024.04.30 22:29:15.107247 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7663 | 2024.04.30 22:29:15.107283 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7664 | 2024.04.30 22:29:15.107580 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7665 | 2024.04.30 22:29:15.107882 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7666 | 2024.04.30 22:29:15.108021 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.001218 sec., 13136.288998357964 rows/sec., 1.03 MiB/sec. | ||
| 7667 | 2024.04.30 22:29:15.108171 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7668 | 2024.04.30 22:29:15.108196 [ 3 ] {3783449b-0f8e-4041-9f77-7f75c3ed18cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7669 | 2024.04.30 22:29:15.108212 [ 3 ] {} <Debug> HTTP-Session: 92ad159d-1529-40ad-bc60-60e43f1899e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7670 | 2024.04.30 22:29:15.108335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7671 | 2024.04.30 22:29:15.108383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7672 | 2024.04.30 22:29:15.108402 [ 3 ] {} <Debug> HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7673 | 2024.04.30 22:29:15.108418 [ 3 ] {} <Debug> HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7674 | 2024.04.30 22:29:15.108432 [ 3 ] {} <Debug> HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7675 | 2024.04.30 22:29:15.108463 [ 3 ] {} <Trace> HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2024.04.30 22:29:15.108638 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7677 | 2024.04.30 22:29:15.108686 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7678 | 2024.04.30 22:29:15.108842 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7679 | 2024.04.30 22:29:15.109189 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2024.04.30 22:29:15.109225 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7681 | 2024.04.30 22:29:15.109619 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7682 | 2024.04.30 22:29:15.109957 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2024.04.30 22:29:15.110106 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001564 sec., 10230.179028132992 rows/sec., 13.81 MiB/sec. | ||
| 7684 | 2024.04.30 22:29:15.110260 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7685 | 2024.04.30 22:29:15.110284 [ 3 ] {7193a4f7-90e6-476f-960b-b890cd5bc1fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7686 | 2024.04.30 22:29:15.110299 [ 3 ] {} <Debug> HTTP-Session: 11386abc-5df8-4237-9329-056a7a84b8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7687 | 2024.04.30 22:29:20.100729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7688 | 2024.04.30 22:29:20.100870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7689 | 2024.04.30 22:29:20.100898 [ 3 ] {} <Debug> HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7690 | 2024.04.30 22:29:20.100923 [ 3 ] {} <Debug> HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7691 | 2024.04.30 22:29:20.100957 [ 3 ] {} <Debug> HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7692 | 2024.04.30 22:29:20.101026 [ 3 ] {} <Trace> HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7693 | 2024.04.30 22:29:20.101252 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7694 | 2024.04.30 22:29:20.101343 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7695 | 2024.04.30 22:29:20.101598 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7696 | 2024.04.30 22:29:20.101987 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2024.04.30 22:29:20.102032 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7698 | 2024.04.30 22:29:20.102398 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7699 | 2024.04.30 22:29:20.102732 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2024.04.30 22:29:20.102887 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001713 sec., 8756.567425569177 rows/sec., 709.76 KiB/sec. | ||
| 7701 | 2024.04.30 22:29:20.103194 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7702 | 2024.04.30 22:29:20.103248 [ 3 ] {ec76d27b-d615-470e-9493-47460ff742c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7703 | 2024.04.30 22:29:20.103304 [ 3 ] {} <Debug> HTTP-Session: c7f49519-6760-4d23-be81-aedbbbb9ffe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7704 | 2024.04.30 22:29:20.103494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7705 | 2024.04.30 22:29:20.103546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7706 | 2024.04.30 22:29:20.103565 [ 3 ] {} <Debug> HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7707 | 2024.04.30 22:29:20.103582 [ 3 ] {} <Debug> HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7708 | 2024.04.30 22:29:20.103596 [ 3 ] {} <Debug> HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7709 | 2024.04.30 22:29:20.103634 [ 3 ] {} <Trace> HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7710 | 2024.04.30 22:29:20.103754 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7711 | 2024.04.30 22:29:20.103801 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7712 | 2024.04.30 22:29:20.103953 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7713 | 2024.04.30 22:29:20.104308 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7714 | 2024.04.30 22:29:20.104347 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7715 | 2024.04.30 22:29:20.104655 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7716 | 2024.04.30 22:29:20.104973 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7717 | 2024.04.30 22:29:20.105105 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001392 sec., 32327.58620689655 rows/sec., 2.82 MiB/sec. | ||
| 7718 | 2024.04.30 22:29:20.105303 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Debug> DynamicQueryHandler: Done processing query | ||
| 7719 | 2024.04.30 22:29:20.105328 [ 3 ] {990fe9d3-8c5d-43d0-9692-a9cd862d1afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7720 | 2024.04.30 22:29:20.105343 [ 3 ] {} <Debug> HTTP-Session: fccb3bc7-c503-4eb7-891c-9a53584a5b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7721 | 2024.04.30 22:29:20.105469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7722 | 2024.04.30 22:29:20.105517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7723 | 2024.04.30 22:29:20.105536 [ 3 ] {} <Debug> HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7724 | 2024.04.30 22:29:20.105552 [ 3 ] {} <Debug> HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7725 | 2024.04.30 22:29:20.105565 [ 3 ] {} <Debug> HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7726 | 2024.04.30 22:29:20.105597 [ 3 ] {} <Trace> HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7727 | 2024.04.30 22:29:20.105701 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7728 | 2024.04.30 22:29:20.105743 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7729 | 2024.04.30 22:29:20.105877 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7730 | 2024.04.30 22:29:20.106153 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7731 | 2024.04.30 22:29:20.106190 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7732 | 2024.04.30 22:29:20.106482 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7733 | 2024.04.30 22:29:20.106781 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7734 | 2024.04.30 22:29:20.106937 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001264 sec., 11867.088607594937 rows/sec., 950.29 KiB/sec. | ||
| 7735 | 2024.04.30 22:29:20.107095 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7736 | 2024.04.30 22:29:20.107119 [ 3 ] {f29a28b6-75e6-45c3-86e1-35db1c240b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7737 | 2024.04.30 22:29:20.107135 [ 3 ] {} <Debug> HTTP-Session: 7baacea8-e612-4566-806d-00adfd04ba0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7738 | 2024.04.30 22:29:20.107291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7739 | 2024.04.30 22:29:20.107338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7740 | 2024.04.30 22:29:20.107356 [ 3 ] {} <Debug> HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7741 | 2024.04.30 22:29:20.107372 [ 3 ] {} <Debug> HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7742 | 2024.04.30 22:29:20.107386 [ 3 ] {} <Debug> HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7743 | 2024.04.30 22:29:20.107417 [ 3 ] {} <Trace> HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7744 | 2024.04.30 22:29:20.107588 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7745 | 2024.04.30 22:29:20.107634 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7746 | 2024.04.30 22:29:20.107794 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7747 | 2024.04.30 22:29:20.108151 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7748 | 2024.04.30 22:29:20.108187 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7749 | 2024.04.30 22:29:20.108587 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7750 | 2024.04.30 22:29:20.108918 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7751 | 2024.04.30 22:29:20.109071 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.001573 sec., 9535.918626827717 rows/sec., 12.87 MiB/sec. | ||
| 7752 | 2024.04.30 22:29:20.109239 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Debug> DynamicQueryHandler: Done processing query | ||
| 7753 | 2024.04.30 22:29:20.109262 [ 3 ] {3d9f6d92-3491-4195-b7f7-a37ccfea81df} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7754 | 2024.04.30 22:29:20.109279 [ 3 ] {} <Debug> HTTP-Session: 08ff9679-01ac-48e9-a184-73d09b13bdf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7755 | 2024.04.30 22:29:23.777469 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7756 | 2024.04.30 22:29:23.777543 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7757 | 2024.04.30 22:29:25.102892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7758 | 2024.04.30 22:29:25.103014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7759 | 2024.04.30 22:29:25.103043 [ 3 ] {} <Debug> HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7760 | 2024.04.30 22:29:25.103072 [ 3 ] {} <Debug> HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7761 | 2024.04.30 22:29:25.103089 [ 3 ] {} <Debug> HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7762 | 2024.04.30 22:29:25.103145 [ 3 ] {} <Trace> HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7763 | 2024.04.30 22:29:25.103348 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7764 | 2024.04.30 22:29:25.103423 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7765 | 2024.04.30 22:29:25.103646 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7766 | 2024.04.30 22:29:25.104074 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7767 | 2024.04.30 22:29:25.104114 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7768 | 2024.04.30 22:29:25.104482 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7769 | 2024.04.30 22:29:25.104824 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7770 | 2024.04.30 22:29:25.104970 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001688 sec., 9478.67298578199 rows/sec., 768.29 KiB/sec. | ||
| 7771 | 2024.04.30 22:29:25.105176 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Debug> DynamicQueryHandler: Done processing query | ||
| 7772 | 2024.04.30 22:29:25.105204 [ 3 ] {5f94b66a-a60e-4745-97c9-d489cc65d0df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7773 | 2024.04.30 22:29:25.105220 [ 3 ] {} <Debug> HTTP-Session: 8260c2a3-b499-4097-9164-b1e5c658cbb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7774 | 2024.04.30 22:29:25.105378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7775 | 2024.04.30 22:29:25.105431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7776 | 2024.04.30 22:29:25.105450 [ 3 ] {} <Debug> HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7777 | 2024.04.30 22:29:25.105467 [ 3 ] {} <Debug> HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7778 | 2024.04.30 22:29:25.105481 [ 3 ] {} <Debug> HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7779 | 2024.04.30 22:29:25.105517 [ 3 ] {} <Trace> HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7780 | 2024.04.30 22:29:25.105617 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7781 | 2024.04.30 22:29:25.105662 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7782 | 2024.04.30 22:29:25.105794 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7783 | 2024.04.30 22:29:25.106080 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2024.04.30 22:29:25.106115 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7785 | 2024.04.30 22:29:25.106406 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7786 | 2024.04.30 22:29:25.106710 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Trace> oximeter.fields_ipaddr (1ed1e59c-c753-4add-aa31-5d3a236c07d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7787 | 2024.04.30 22:29:25.106838 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00125 sec., 1600 rows/sec., 130.47 KiB/sec. | ||
| 7788 | 2024.04.30 22:29:25.106999 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7789 | 2024.04.30 22:29:25.107022 [ 3 ] {5c3c4c40-5815-406d-bb29-f1cd6bfdc11e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7790 | 2024.04.30 22:29:25.107038 [ 3 ] {} <Debug> HTTP-Session: 030eef57-67a1-4245-a9b3-4bea76a7dedf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7791 | 2024.04.30 22:29:25.107217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 12444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7792 | 2024.04.30 22:29:25.107266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7793 | 2024.04.30 22:29:25.107284 [ 3 ] {} <Debug> HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7794 | 2024.04.30 22:29:25.107300 [ 3 ] {} <Debug> HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7795 | 2024.04.30 22:29:25.107314 [ 3 ] {} <Debug> HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7796 | 2024.04.30 22:29:25.107345 [ 3 ] {} <Trace> HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7797 | 2024.04.30 22:29:25.107462 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7798 | 2024.04.30 22:29:25.107504 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7799 | 2024.04.30 22:29:25.107625 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7800 | 2024.04.30 22:29:25.107942 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7801 | 2024.04.30 22:29:25.107977 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7802 | 2024.04.30 22:29:25.108281 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7803 | 2024.04.30 22:29:25.108587 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7804 | 2024.04.30 22:29:25.108708 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Debug> executeQuery: Read 85 rows, 7.23 KiB in 0.00129 sec., 65891.47286821705 rows/sec., 5.47 MiB/sec. | ||
| 7805 | 2024.04.30 22:29:25.108971 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Debug> DynamicQueryHandler: Done processing query | ||
| 7806 | 2024.04.30 22:29:25.109042 [ 3 ] {6fda5503-bd79-4f8c-8c0e-b71ba7300f87} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7807 | 2024.04.30 22:29:25.109105 [ 3 ] {} <Debug> HTTP-Session: 2f0e66c3-3dbc-490a-9707-d0f45b10022a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7808 | 2024.04.30 22:29:25.109367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7809 | 2024.04.30 22:29:25.109475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7810 | 2024.04.30 22:29:25.109513 [ 3 ] {} <Debug> HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7811 | 2024.04.30 22:29:25.109530 [ 3 ] {} <Debug> HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7812 | 2024.04.30 22:29:25.109543 [ 3 ] {} <Debug> HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7813 | 2024.04.30 22:29:25.109576 [ 3 ] {} <Trace> HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7814 | 2024.04.30 22:29:25.109676 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7815 | 2024.04.30 22:29:25.109720 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7816 | 2024.04.30 22:29:25.109863 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7817 | 2024.04.30 22:29:25.110119 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7818 | 2024.04.30 22:29:25.110154 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7819 | 2024.04.30 22:29:25.110451 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7820 | 2024.04.30 22:29:25.110762 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Trace> oximeter.fields_u16 (8ca62aa5-bd39-46ae-8b01-16d67bfbf2db): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7821 | 2024.04.30 22:29:25.110882 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001234 sec., 1620.7455429497568 rows/sec., 113.17 KiB/sec. | ||
| 7822 | 2024.04.30 22:29:25.111039 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Debug> DynamicQueryHandler: Done processing query | ||
| 7823 | 2024.04.30 22:29:25.111063 [ 3 ] {d197208e-d6d0-42ba-b567-cd8b2418dc79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7824 | 2024.04.30 22:29:25.111079 [ 3 ] {} <Debug> HTTP-Session: 70e95f69-5dee-4748-a127-ea4cca4cbd15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7825 | 2024.04.30 22:29:25.111203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7826 | 2024.04.30 22:29:25.111251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7827 | 2024.04.30 22:29:25.111269 [ 3 ] {} <Debug> HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7828 | 2024.04.30 22:29:25.111285 [ 3 ] {} <Debug> HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7829 | 2024.04.30 22:29:25.111298 [ 3 ] {} <Debug> HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7830 | 2024.04.30 22:29:25.111327 [ 3 ] {} <Trace> HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7831 | 2024.04.30 22:29:25.111438 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7832 | 2024.04.30 22:29:25.111479 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7833 | 2024.04.30 22:29:25.111598 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7834 | 2024.04.30 22:29:25.111882 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7835 | 2024.04.30 22:29:25.111916 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7836 | 2024.04.30 22:29:25.112215 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7837 | 2024.04.30 22:29:25.112512 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7838 | 2024.04.30 22:29:25.112630 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Debug> executeQuery: Read 42 rows, 3.34 KiB in 0.001229 sec., 34174.125305126116 rows/sec., 2.66 MiB/sec. | ||
| 7839 | 2024.04.30 22:29:25.112777 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7840 | 2024.04.30 22:29:25.112801 [ 3 ] {893b5b0b-69d1-477f-81c8-853dd8ce774d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7841 | 2024.04.30 22:29:25.112816 [ 3 ] {} <Debug> HTTP-Session: 333e93f9-faf8-4c55-a64b-da0d20fe7d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7842 | 2024.04.30 22:29:25.112962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7843 | 2024.04.30 22:29:25.113008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7844 | 2024.04.30 22:29:25.113026 [ 3 ] {} <Debug> HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7845 | 2024.04.30 22:29:25.113042 [ 3 ] {} <Debug> HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7846 | 2024.04.30 22:29:25.113055 [ 3 ] {} <Debug> HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7847 | 2024.04.30 22:29:25.113086 [ 3 ] {} <Trace> HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7848 | 2024.04.30 22:29:25.113191 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7849 | 2024.04.30 22:29:25.113237 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7850 | 2024.04.30 22:29:25.113374 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7851 | 2024.04.30 22:29:25.113871 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7852 | 2024.04.30 22:29:25.113906 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7853 | 2024.04.30 22:29:25.114276 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7854 | 2024.04.30 22:29:25.114601 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7855 | 2024.04.30 22:29:25.114726 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001568 sec., 23596.938775510203 rows/sec., 1.66 MiB/sec. | ||
| 7856 | 2024.04.30 22:29:25.115067 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7857 | 2024.04.30 22:29:25.115092 [ 3 ] {c2c7698a-e9e3-4c3e-8b04-8b3530421b0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7858 | 2024.04.30 22:29:25.115108 [ 3 ] {} <Debug> HTTP-Session: d750bd23-98ec-4672-bdb0-4f311355b0b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7859 | 2024.04.30 22:29:25.115236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7860 | 2024.04.30 22:29:25.115284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7861 | 2024.04.30 22:29:25.115303 [ 3 ] {} <Debug> HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7862 | 2024.04.30 22:29:25.115319 [ 3 ] {} <Debug> HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7863 | 2024.04.30 22:29:25.115333 [ 3 ] {} <Debug> HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7864 | 2024.04.30 22:29:25.115363 [ 3 ] {} <Trace> HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7865 | 2024.04.30 22:29:25.115545 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7866 | 2024.04.30 22:29:25.115593 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7867 | 2024.04.30 22:29:25.115771 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7868 | 2024.04.30 22:29:25.116180 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7869 | 2024.04.30 22:29:25.116214 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7870 | 2024.04.30 22:29:25.116606 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7871 | 2024.04.30 22:29:25.116937 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7872 | 2024.04.30 22:29:25.117060 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001617 sec., 9894.867037724182 rows/sec., 13.35 MiB/sec. | ||
| 7873 | 2024.04.30 22:29:25.117226 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7874 | 2024.04.30 22:29:25.117249 [ 3 ] {7b5e3994-5099-4325-b4ee-374d78d02d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7875 | 2024.04.30 22:29:25.117265 [ 3 ] {} <Debug> HTTP-Session: 80d2b5aa-3f1d-4016-a40f-210fccdc8269 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7876 | 2024.04.30 22:29:30.101217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7877 | 2024.04.30 22:29:30.101357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7878 | 2024.04.30 22:29:30.101387 [ 3 ] {} <Debug> HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7879 | 2024.04.30 22:29:30.101416 [ 3 ] {} <Debug> HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7880 | 2024.04.30 22:29:30.101435 [ 3 ] {} <Debug> HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7881 | 2024.04.30 22:29:30.101492 [ 3 ] {} <Trace> HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7882 | 2024.04.30 22:29:30.101698 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7883 | 2024.04.30 22:29:30.101775 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7884 | 2024.04.30 22:29:30.101988 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7885 | 2024.04.30 22:29:30.102510 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7886 | 2024.04.30 22:29:30.102568 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7887 | 2024.04.30 22:29:30.102958 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7888 | 2024.04.30 22:29:30.103305 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7889 | 2024.04.30 22:29:30.103477 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001842 sec., 8143.322475570032 rows/sec., 660.05 KiB/sec. | ||
| 7890 | 2024.04.30 22:29:30.103493 [ 26 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 7891 | 2024.04.30 22:29:30.103594 [ 26 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2024.04.30 22:29:30.103642 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7893 | 2024.04.30 22:29:30.103768 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 7894 | 2024.04.30 22:29:30.103781 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7895 | 2024.04.30 22:29:30.103816 [ 3 ] {eb55a764-a147-4152-a6df-e98ff5091ddd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7896 | 2024.04.30 22:29:30.103839 [ 3 ] {} <Debug> HTTP-Session: e9864cd1-2ac4-4aab-9569-2226142ca2d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7897 | 2024.04.30 22:29:30.103898 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7898 | 2024.04.30 22:29:30.103934 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 31 rows starting from the beginning of the part | ||
| 7899 | 2024.04.30 22:29:30.103999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7900 | 2024.04.30 22:29:30.104044 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 15 rows starting from the beginning of the part | ||
| 7901 | 2024.04.30 22:29:30.104108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7902 | 2024.04.30 22:29:30.104187 [ 3 ] {} <Debug> HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7903 | 2024.04.30 22:29:30.104282 [ 3 ] {} <Debug> HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7904 | 2024.04.30 22:29:30.104301 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part | ||
| 7905 | 2024.04.30 22:29:30.104331 [ 3 ] {} <Debug> HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7906 | 2024.04.30 22:29:30.104445 [ 3 ] {} <Trace> HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7907 | 2024.04.30 22:29:30.104611 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part | ||
| 7908 | 2024.04.30 22:29:30.104700 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7909 | 2024.04.30 22:29:30.104795 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part | ||
| 7910 | 2024.04.30 22:29:30.104805 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7911 | 2024.04.30 22:29:30.105017 [ 192 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 15 rows starting from the beginning of the part | ||
| 7912 | 2024.04.30 22:29:30.105397 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7913 | 2024.04.30 22:29:30.105925 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7914 | 2024.04.30 22:29:30.105972 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7915 | 2024.04.30 22:29:30.106485 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7916 | 2024.04.30 22:29:30.106549 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 4 columns (4 merged, 0 gathered) in 0.002825071 sec., 38229.127692719936 rows/sec., 3.03 MiB/sec. | ||
| 7917 | 2024.04.30 22:29:30.106850 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 7918 | 2024.04.30 22:29:30.107007 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7919 | 2024.04.30 22:29:30.107354 [ 25 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7920 | 2024.04.30 22:29:30.107432 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.002765 sec., 16274.8643761302 rows/sec., 1.42 MiB/sec. | ||
| 7921 | 2024.04.30 22:29:30.107481 [ 25 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7922 | 2024.04.30 22:29:30.107562 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7923 | 2024.04.30 22:29:30.107988 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 7924 | 2024.04.30 22:29:30.108067 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7925 | 2024.04.30 22:29:30.108124 [ 3 ] {ffeff06c-9e35-41f9-be8f-c2dcd58b57bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7926 | 2024.04.30 22:29:30.108146 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7927 | 2024.04.30 22:29:30.108186 [ 3 ] {} <Debug> HTTP-Session: a83983b4-7b32-40b1-8c6b-1baa9a1d9b31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7928 | 2024.04.30 22:29:30.108419 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7929 | 2024.04.30 22:29:30.108450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7930 | 2024.04.30 22:29:30.108506 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 142 rows starting from the beginning of the part | ||
| 7931 | 2024.04.30 22:29:30.108500 [ 187 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_70_14} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 7932 | 2024.04.30 22:29:30.108569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7933 | 2024.04.30 22:29:30.108686 [ 3 ] {} <Debug> HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7934 | 2024.04.30 22:29:30.108876 [ 3 ] {} <Debug> HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7935 | 2024.04.30 22:29:30.108932 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7936 | 2024.04.30 22:29:30.108975 [ 3 ] {} <Debug> HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7937 | 2024.04.30 22:29:30.108990 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 55 rows starting from the beginning of the part | ||
| 7938 | 2024.04.30 22:29:30.109064 [ 3 ] {} <Trace> HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7939 | 2024.04.30 22:29:30.109153 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part | ||
| 7940 | 2024.04.30 22:29:30.109317 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 45 rows starting from the beginning of the part | ||
| 7941 | 2024.04.30 22:29:30.109328 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7942 | 2024.04.30 22:29:30.109415 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7943 | 2024.04.30 22:29:30.109450 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 85 rows starting from the beginning of the part | ||
| 7944 | 2024.04.30 22:29:30.109826 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 45 rows starting from the beginning of the part | ||
| 7945 | 2024.04.30 22:29:30.110391 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7946 | 2024.04.30 22:29:30.111043 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7947 | 2024.04.30 22:29:30.111113 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7948 | 2024.04.30 22:29:30.111952 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7949 | 2024.04.30 22:29:30.112613 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 420 rows, containing 4 columns (4 merged, 0 gathered) in 0.004882503 sec., 86021.45252138094 rows/sec., 7.35 MiB/sec. | ||
| 7950 | 2024.04.30 22:29:30.112689 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7951 | 2024.04.30 22:29:30.112768 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7952 | 2024.04.30 22:29:30.112917 [ 25 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7953 | 2024.04.30 22:29:30.112959 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.003739 sec., 4011.767852366943 rows/sec., 321.25 KiB/sec. | ||
| 7954 | 2024.04.30 22:29:30.113018 [ 25 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7955 | 2024.04.30 22:29:30.113159 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7956 | 2024.04.30 22:29:30.113529 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7957 | 2024.04.30 22:29:30.113634 [ 3 ] {c7ee1273-bd8a-48d8-aed5-bb82af2ddc5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7958 | 2024.04.30 22:29:30.113726 [ 3 ] {} <Debug> HTTP-Session: 11675130-997b-4a09-aba7-9c9e41fc6989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7959 | 2024.04.30 22:29:30.113905 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 7960 | 2024.04.30 22:29:30.113977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7961 | 2024.04.30 22:29:30.114088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7962 | 2024.04.30 22:29:30.114177 [ 3 ] {} <Debug> HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7963 | 2024.04.30 22:29:30.114247 [ 3 ] {} <Debug> HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7964 | 2024.04.30 22:29:30.114295 [ 3 ] {} <Debug> HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7965 | 2024.04.30 22:29:30.114318 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7966 | 2024.04.30 22:29:30.114448 [ 3 ] {} <Trace> HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7967 | 2024.04.30 22:29:30.114456 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7968 | 2024.04.30 22:29:30.114567 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 96 rows starting from the beginning of the part | ||
| 7969 | 2024.04.30 22:29:30.114613 [ 192 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_71_14} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7970 | 2024.04.30 22:29:30.114957 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7971 | 2024.04.30 22:29:30.114999 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7972 | 2024.04.30 22:29:30.115008 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 29 rows starting from the beginning of the part | ||
| 7973 | 2024.04.30 22:29:30.115195 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 7974 | 2024.04.30 22:29:30.115365 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 7975 | 2024.04.30 22:29:30.115794 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 15 rows starting from the beginning of the part | ||
| 7976 | 2024.04.30 22:29:30.116217 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 42 rows starting from the beginning of the part | ||
| 7977 | 2024.04.30 22:29:30.116548 [ 201 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 15 rows starting from the beginning of the part | ||
| 7978 | 2024.04.30 22:29:30.116664 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7979 | 2024.04.30 22:29:30.117749 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2024.04.30 22:29:30.117811 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 7981 | 2024.04.30 22:29:30.119115 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7982 | 2024.04.30 22:29:30.119241 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 4 columns (4 merged, 0 gathered) in 0.005847337 sec., 36426.838405243274 rows/sec., 2.86 MiB/sec. | ||
| 7983 | 2024.04.30 22:29:30.119551 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7984 | 2024.04.30 22:29:30.119850 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7985 | 2024.04.30 22:29:30.120247 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.005637 sec., 2660.989888238425 rows/sec., 3.59 MiB/sec. | ||
| 7986 | 2024.04.30 22:29:30.120487 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7987 | 2024.04.30 22:29:30.120594 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7988 | 2024.04.30 22:29:30.120638 [ 3 ] {283c2950-974b-4d86-9d68-9bd97c86f46f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7989 | 2024.04.30 22:29:30.120658 [ 186 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_71_14} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7990 | 2024.04.30 22:29:30.120670 [ 3 ] {} <Debug> HTTP-Session: 71453315-ed3c-4dd2-b9d2-09c9f3919691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7991 | 2024.04.30 22:29:30.120794 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7992 | 2024.04.30 22:29:35.100891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7993 | 2024.04.30 22:29:35.101087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7994 | 2024.04.30 22:29:35.101135 [ 3 ] {} <Debug> HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 7995 | 2024.04.30 22:29:35.101177 [ 3 ] {} <Debug> HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7996 | 2024.04.30 22:29:35.101207 [ 3 ] {} <Debug> HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7997 | 2024.04.30 22:29:35.101288 [ 3 ] {} <Trace> HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7998 | 2024.04.30 22:29:35.101581 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7999 | 2024.04.30 22:29:35.101690 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8000 | 2024.04.30 22:29:35.102010 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8001 | 2024.04.30 22:29:35.102528 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8002 | 2024.04.30 22:29:35.102569 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 8003 | 2024.04.30 22:29:35.102951 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8004 | 2024.04.30 22:29:35.103287 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8005 | 2024.04.30 22:29:35.103447 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001965 sec., 8142.493638676844 rows/sec., 659.99 KiB/sec. | ||
| 8006 | 2024.04.30 22:29:35.103734 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8007 | 2024.04.30 22:29:35.103791 [ 3 ] {353d44a9-e99c-4fc8-b76b-7196e21b62f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8008 | 2024.04.30 22:29:35.103847 [ 3 ] {} <Debug> HTTP-Session: 5ac233a6-b652-4c44-a796-4a3a999e2d9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8009 | 2024.04.30 22:29:35.104044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8010 | 2024.04.30 22:29:35.104114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8011 | 2024.04.30 22:29:35.104134 [ 3 ] {} <Debug> HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8012 | 2024.04.30 22:29:35.104152 [ 3 ] {} <Debug> HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8013 | 2024.04.30 22:29:35.104166 [ 3 ] {} <Debug> HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8014 | 2024.04.30 22:29:35.104202 [ 3 ] {} <Trace> HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8015 | 2024.04.30 22:29:35.104325 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8016 | 2024.04.30 22:29:35.104370 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8017 | 2024.04.30 22:29:35.104518 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8018 | 2024.04.30 22:29:35.104873 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8019 | 2024.04.30 22:29:35.104911 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 8020 | 2024.04.30 22:29:35.105220 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8021 | 2024.04.30 22:29:35.105526 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8022 | 2024.04.30 22:29:35.105673 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Debug> executeQuery: Read 48 rows, 4.39 KiB in 0.001388 sec., 34582.1325648415 rows/sec., 3.09 MiB/sec. | ||
| 8023 | 2024.04.30 22:29:35.105848 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 8024 | 2024.04.30 22:29:35.105873 [ 3 ] {96c0b1eb-d7e9-4c59-b1d8-c7cc09c357bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8025 | 2024.04.30 22:29:35.105888 [ 3 ] {} <Debug> HTTP-Session: 6e9cf2e3-132f-42d9-b833-c118c42595c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8026 | 2024.04.30 22:29:35.106022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2765, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8027 | 2024.04.30 22:29:35.106071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8028 | 2024.04.30 22:29:35.106091 [ 3 ] {} <Debug> HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8029 | 2024.04.30 22:29:35.106109 [ 3 ] {} <Debug> HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8030 | 2024.04.30 22:29:35.106123 [ 3 ] {} <Debug> HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8031 | 2024.04.30 22:29:35.106155 [ 3 ] {} <Trace> HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8032 | 2024.04.30 22:29:35.106257 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8033 | 2024.04.30 22:29:35.106299 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8034 | 2024.04.30 22:29:35.106425 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8035 | 2024.04.30 22:29:35.106719 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8036 | 2024.04.30 22:29:35.106756 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 8037 | 2024.04.30 22:29:35.107055 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8038 | 2024.04.30 22:29:35.107358 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8039 | 2024.04.30 22:29:35.107509 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Debug> executeQuery: Read 16 rows, 1.28 KiB in 0.00128 sec., 12499.999999999998 rows/sec., 1000.98 KiB/sec. | ||
| 8040 | 2024.04.30 22:29:35.107675 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Debug> DynamicQueryHandler: Done processing query | ||
| 8041 | 2024.04.30 22:29:35.107700 [ 3 ] {7f360e95-08b8-4bef-b56d-6acf80a8e9de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8042 | 2024.04.30 22:29:35.107717 [ 3 ] {} <Debug> HTTP-Session: c3606092-23ab-40f4-954c-dcd051d3ea9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8043 | 2024.04.30 22:29:35.107888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 17175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8044 | 2024.04.30 22:29:35.107936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8045 | 2024.04.30 22:29:35.107955 [ 3 ] {} <Debug> HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8046 | 2024.04.30 22:29:35.107971 [ 3 ] {} <Debug> HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8047 | 2024.04.30 22:29:35.107985 [ 3 ] {} <Debug> HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8048 | 2024.04.30 22:29:35.108015 [ 3 ] {} <Trace> HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8049 | 2024.04.30 22:29:35.108195 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8050 | 2024.04.30 22:29:35.108244 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8051 | 2024.04.30 22:29:35.108401 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8052 | 2024.04.30 22:29:35.108786 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8053 | 2024.04.30 22:29:35.108821 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 8054 | 2024.04.30 22:29:35.109236 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8055 | 2024.04.30 22:29:35.109576 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8056 | 2024.04.30 22:29:35.109731 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001636 sec., 9779.951100244498 rows/sec., 13.20 MiB/sec. | ||
| 8057 | 2024.04.30 22:29:35.109756 [ 47 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8058 | 2024.04.30 22:29:35.109868 [ 47 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8059 | 2024.04.30 22:29:35.109896 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
| 8060 | 2024.04.30 22:29:35.109988 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Debug> DynamicQueryHandler: Done processing query | ||
| 8061 | 2024.04.30 22:29:35.110117 [ 3 ] {a87f4dd0-957b-43c8-b832-b0f4f7b44a24} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 8062 | 2024.04.30 22:29:35.110188 [ 3 ] {} <Debug> HTTP-Session: 0da92a87-d745-4ff3-96da-a20b2f260a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8063 | 2024.04.30 22:29:35.110218 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 8064 | 2024.04.30 22:29:35.110858 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8065 | 2024.04.30 22:29:35.110911 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1020 rows starting from the beginning of the part | ||
| 8066 | 2024.04.30 22:29:35.111049 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part | ||
| 8067 | 2024.04.30 22:29:35.111264 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 15 rows starting from the beginning of the part | ||
| 8068 | 2024.04.30 22:29:35.111467 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part | ||
| 8069 | 2024.04.30 22:29:35.111660 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 15 rows starting from the beginning of the part | ||
| 8070 | 2024.04.30 22:29:35.111842 [ 199 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part | ||
| 8071 | 2024.04.30 22:29:35.114928 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1098 rows, containing 6 columns (6 merged, 0 gathered) in 0.004936264 sec., 222435.4288992647 rows/sec., 300.17 MiB/sec. | ||
| 8072 | 2024.04.30 22:29:35.116110 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8073 | 2024.04.30 22:29:35.116589 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8074 | 2024.04.30 22:29:35.116686 [ 186 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8075 | 2024.04.30 22:29:35.116802 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. | ||
| 8076 | 2024.04.30 22:29:38.777584 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8077 | 2024.04.30 22:29:38.777656 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8078 | 2024.04.30 22:29:39.778071 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 | ||
| 8079 | 2024.04.30 22:29:39.778134 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8080 | 2024.04.30 22:29:39.778155 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8081 | 2024.04.30 22:29:39.778295 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full | ||
| 8082 | 2024.04.30 22:29:39.778510 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8083 | 2024.04.30 22:29:39.778554 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 660 rows starting from the beginning of the part | ||
| 8084 | 2024.04.30 22:29:39.778651 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 8085 | 2024.04.30 22:29:39.778897 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 8086 | 2024.04.30 22:29:39.779058 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 8087 | 2024.04.30 22:29:39.779307 [ 199 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part | ||
| 8088 | 2024.04.30 22:29:39.780486 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 742 rows, containing 5 columns (5 merged, 0 gathered) in 0.002269157 sec., 326993.6809132202 rows/sec., 23.08 MiB/sec. | ||
| 8089 | 2024.04.30 22:29:39.780638 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 8090 | 2024.04.30 22:29:39.781050 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8091 | 2024.04.30 22:29:39.781130 [ 191 ] {182d31fe-eced-4eb9-9336-b93a50288ce6::all_1_23_5} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 | ||
| 8092 | 2024.04.30 22:29:39.781205 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 8093 | 2024.04.30 22:29:40.100722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8094 | 2024.04.30 22:29:40.100854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8095 | 2024.04.30 22:29:40.100885 [ 3 ] {} <Debug> HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8096 | 2024.04.30 22:29:40.100914 [ 3 ] {} <Debug> HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8097 | 2024.04.30 22:29:40.100932 [ 3 ] {} <Debug> HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8098 | 2024.04.30 22:29:40.100989 [ 3 ] {} <Trace> HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8099 | 2024.04.30 22:29:40.101202 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8100 | 2024.04.30 22:29:40.101271 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8101 | 2024.04.30 22:29:40.101465 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8102 | 2024.04.30 22:29:40.101888 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8103 | 2024.04.30 22:29:40.101936 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8104 | 2024.04.30 22:29:40.102308 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8105 | 2024.04.30 22:29:40.102652 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8106 | 2024.04.30 22:29:40.102819 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001682 sec., 8917.9548156956 rows/sec., 722.84 KiB/sec. | ||
| 8107 | 2024.04.30 22:29:40.103036 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8108 | 2024.04.30 22:29:40.103065 [ 3 ] {6fd61dec-5ed6-4dec-9e92-34d4860595cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8109 | 2024.04.30 22:29:40.103081 [ 3 ] {} <Debug> HTTP-Session: b55c33e0-11be-4a44-af64-e8ce7ac3c8df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8110 | 2024.04.30 22:29:40.103223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8111 | 2024.04.30 22:29:40.103279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8112 | 2024.04.30 22:29:40.103300 [ 3 ] {} <Debug> HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8113 | 2024.04.30 22:29:40.103319 [ 3 ] {} <Debug> HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8114 | 2024.04.30 22:29:40.103332 [ 3 ] {} <Debug> HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8115 | 2024.04.30 22:29:40.103368 [ 3 ] {} <Trace> HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8116 | 2024.04.30 22:29:40.103486 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8117 | 2024.04.30 22:29:40.103534 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8118 | 2024.04.30 22:29:40.103669 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8119 | 2024.04.30 22:29:40.104013 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8120 | 2024.04.30 22:29:40.104051 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8121 | 2024.04.30 22:29:40.104359 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8122 | 2024.04.30 22:29:40.104665 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8123 | 2024.04.30 22:29:40.104813 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001363 sec., 33015.40719002201 rows/sec., 2.88 MiB/sec. | ||
| 8124 | 2024.04.30 22:29:40.104982 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Debug> DynamicQueryHandler: Done processing query | ||
| 8125 | 2024.04.30 22:29:40.105008 [ 3 ] {0bb28c3b-d281-416c-9594-69165d1e1525} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8126 | 2024.04.30 22:29:40.105023 [ 3 ] {} <Debug> HTTP-Session: 5c4603b5-ee8f-4f00-a90a-23bf66542c04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8127 | 2024.04.30 22:29:40.105189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8128 | 2024.04.30 22:29:40.105239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8129 | 2024.04.30 22:29:40.105257 [ 3 ] {} <Debug> HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8130 | 2024.04.30 22:29:40.105275 [ 3 ] {} <Debug> HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8131 | 2024.04.30 22:29:40.105289 [ 3 ] {} <Debug> HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8132 | 2024.04.30 22:29:40.105321 [ 3 ] {} <Trace> HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8133 | 2024.04.30 22:29:40.105437 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8134 | 2024.04.30 22:29:40.105481 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8135 | 2024.04.30 22:29:40.105608 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8136 | 2024.04.30 22:29:40.105880 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8137 | 2024.04.30 22:29:40.105917 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8138 | 2024.04.30 22:29:40.106218 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8139 | 2024.04.30 22:29:40.106516 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8140 | 2024.04.30 22:29:40.106658 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.00125 sec., 12000 rows/sec., 960.94 KiB/sec. | ||
| 8141 | 2024.04.30 22:29:40.106819 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Debug> DynamicQueryHandler: Done processing query | ||
| 8142 | 2024.04.30 22:29:40.106845 [ 3 ] {f9fd6efc-8128-4096-8ddc-6f8b3c69bc23} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8143 | 2024.04.30 22:29:40.106861 [ 3 ] {} <Debug> HTTP-Session: dbbcb4a6-aec0-42c6-bddf-93a97fcc20ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8144 | 2024.04.30 22:29:40.106980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8145 | 2024.04.30 22:29:40.107029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8146 | 2024.04.30 22:29:40.107048 [ 3 ] {} <Debug> HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8147 | 2024.04.30 22:29:40.107065 [ 3 ] {} <Debug> HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8148 | 2024.04.30 22:29:40.107079 [ 3 ] {} <Debug> HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8149 | 2024.04.30 22:29:40.107110 [ 3 ] {} <Trace> HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8150 | 2024.04.30 22:29:40.107288 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8151 | 2024.04.30 22:29:40.107337 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8152 | 2024.04.30 22:29:40.107498 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8153 | 2024.04.30 22:29:40.107869 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8154 | 2024.04.30 22:29:40.107905 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8155 | 2024.04.30 22:29:40.108321 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8156 | 2024.04.30 22:29:40.108659 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8157 | 2024.04.30 22:29:40.108813 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00162 sec., 9259.25925925926 rows/sec., 12.49 MiB/sec. | ||
| 8158 | 2024.04.30 22:29:40.108985 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8159 | 2024.04.30 22:29:40.109011 [ 3 ] {c024d9ba-22e4-48c1-a073-d3fbdaf0082a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8160 | 2024.04.30 22:29:40.109026 [ 3 ] {} <Debug> HTTP-Session: de009e79-c5a6-46c8-b74c-23b7105aea9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8161 | 2024.04.30 22:29:45.102257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8162 | 2024.04.30 22:29:45.102404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8163 | 2024.04.30 22:29:45.102437 [ 3 ] {} <Debug> HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8164 | 2024.04.30 22:29:45.102466 [ 3 ] {} <Debug> HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8165 | 2024.04.30 22:29:45.102484 [ 3 ] {} <Debug> HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8166 | 2024.04.30 22:29:45.102540 [ 3 ] {} <Trace> HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8167 | 2024.04.30 22:29:45.102754 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8168 | 2024.04.30 22:29:45.102831 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8169 | 2024.04.30 22:29:45.103056 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8170 | 2024.04.30 22:29:45.103530 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8171 | 2024.04.30 22:29:45.103577 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8172 | 2024.04.30 22:29:45.103944 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8173 | 2024.04.30 22:29:45.104295 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8174 | 2024.04.30 22:29:45.104456 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Debug> executeQuery: Read 29 rows, 2.35 KiB in 0.001768 sec., 16402.714932126695 rows/sec., 1.30 MiB/sec. | ||
| 8175 | 2024.04.30 22:29:45.104655 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8176 | 2024.04.30 22:29:45.104682 [ 3 ] {e20367c9-fb1d-421a-9811-367d742041f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8177 | 2024.04.30 22:29:45.104699 [ 3 ] {} <Debug> HTTP-Session: 9ba063b0-dd18-42fb-8e12-bb6f99885322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8178 | 2024.04.30 22:29:45.104838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 13239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8179 | 2024.04.30 22:29:45.104890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8180 | 2024.04.30 22:29:45.104910 [ 3 ] {} <Debug> HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8181 | 2024.04.30 22:29:45.104927 [ 3 ] {} <Debug> HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8182 | 2024.04.30 22:29:45.104941 [ 3 ] {} <Debug> HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8183 | 2024.04.30 22:29:45.104976 [ 3 ] {} <Trace> HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8184 | 2024.04.30 22:29:45.105108 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8185 | 2024.04.30 22:29:45.105158 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8186 | 2024.04.30 22:29:45.105291 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8187 | 2024.04.30 22:29:45.105654 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8188 | 2024.04.30 22:29:45.105693 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8189 | 2024.04.30 22:29:45.106005 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8190 | 2024.04.30 22:29:45.106306 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8191 | 2024.04.30 22:29:45.106462 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Debug> executeQuery: Read 87 rows, 7.90 KiB in 0.0014 sec., 62142.857142857145 rows/sec., 5.51 MiB/sec. | ||
| 8192 | 2024.04.30 22:29:45.106627 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Debug> DynamicQueryHandler: Done processing query | ||
| 8193 | 2024.04.30 22:29:45.106652 [ 3 ] {4051f463-767d-4d3e-ba54-8fdd87be8545} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8194 | 2024.04.30 22:29:45.106667 [ 3 ] {} <Debug> HTTP-Session: 0c5c838a-7d59-46c2-a100-00e5806b2ac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8195 | 2024.04.30 22:29:45.106840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6679, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8196 | 2024.04.30 22:29:45.106888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8197 | 2024.04.30 22:29:45.106908 [ 3 ] {} <Debug> HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8198 | 2024.04.30 22:29:45.106924 [ 3 ] {} <Debug> HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8199 | 2024.04.30 22:29:45.106937 [ 3 ] {} <Debug> HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8200 | 2024.04.30 22:29:45.106968 [ 3 ] {} <Trace> HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8201 | 2024.04.30 22:29:45.107076 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8202 | 2024.04.30 22:29:45.107118 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8203 | 2024.04.30 22:29:45.107244 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8204 | 2024.04.30 22:29:45.107592 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8205 | 2024.04.30 22:29:45.107629 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8206 | 2024.04.30 22:29:45.107936 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8207 | 2024.04.30 22:29:45.108236 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8208 | 2024.04.30 22:29:45.108385 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Debug> executeQuery: Read 39 rows, 3.14 KiB in 0.001337 sec., 29169.783096484665 rows/sec., 2.29 MiB/sec. | ||
| 8209 | 2024.04.30 22:29:45.108549 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8210 | 2024.04.30 22:29:45.108573 [ 3 ] {8d89adaa-bd21-4455-90d0-eed82f4a79d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8211 | 2024.04.30 22:29:45.108589 [ 3 ] {} <Debug> HTTP-Session: 850792d5-c855-4089-a659-96b1a08a9210 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8212 | 2024.04.30 22:29:45.108741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 31069, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8213 | 2024.04.30 22:29:45.108790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8214 | 2024.04.30 22:29:45.108808 [ 3 ] {} <Debug> HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8215 | 2024.04.30 22:29:45.108825 [ 3 ] {} <Debug> HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8216 | 2024.04.30 22:29:45.108838 [ 3 ] {} <Debug> HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8217 | 2024.04.30 22:29:45.108869 [ 3 ] {} <Trace> HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8218 | 2024.04.30 22:29:45.109111 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8219 | 2024.04.30 22:29:45.109159 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8220 | 2024.04.30 22:29:45.109318 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8221 | 2024.04.30 22:29:45.109822 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8222 | 2024.04.30 22:29:45.109859 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8223 | 2024.04.30 22:29:45.110281 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8224 | 2024.04.30 22:29:45.110624 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8225 | 2024.04.30 22:29:45.110775 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Debug> executeQuery: Read 29 rows, 40.07 KiB in 0.001821 sec., 15925.315760571115 rows/sec., 21.49 MiB/sec. | ||
| 8226 | 2024.04.30 22:29:45.110968 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Debug> DynamicQueryHandler: Done processing query | ||
| 8227 | 2024.04.30 22:29:45.111003 [ 3 ] {383f477d-c9f1-4e03-a9de-9dfb37494275} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
| 8228 | 2024.04.30 22:29:45.111037 [ 3 ] {} <Debug> HTTP-Session: 6cf528dd-f541-432a-a58b-57ce376d0dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8229 | 2024.04.30 22:29:45.111183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8230 | 2024.04.30 22:29:45.111232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8231 | 2024.04.30 22:29:45.111251 [ 3 ] {} <Debug> HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8232 | 2024.04.30 22:29:45.111267 [ 3 ] {} <Debug> HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8233 | 2024.04.30 22:29:45.111281 [ 3 ] {} <Debug> HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8234 | 2024.04.30 22:29:45.111312 [ 3 ] {} <Trace> HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8235 | 2024.04.30 22:29:45.111412 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8236 | 2024.04.30 22:29:45.111456 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8237 | 2024.04.30 22:29:45.111581 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8238 | 2024.04.30 22:29:45.111871 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Trace> oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8239 | 2024.04.30 22:29:45.111906 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8240 | 2024.04.30 22:29:45.112253 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 8241 | 2024.04.30 22:29:45.112571 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Trace> oximeter.measurements_i64 (87d2996b-c598-4107-9cb8-0c1185831ab6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8242 | 2024.04.30 22:29:45.112726 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.00133 sec., 11278.195488721803 rows/sec., 817.96 KiB/sec. | ||
| 8243 | 2024.04.30 22:29:45.112989 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Debug> DynamicQueryHandler: Done processing query | ||
| 8244 | 2024.04.30 22:29:45.113014 [ 3 ] {51bc35e6-c6a4-4742-b410-270d2ff2b722} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8245 | 2024.04.30 22:29:45.113030 [ 3 ] {} <Debug> HTTP-Session: 7536e8a3-15d5-4a10-9aed-2fd4529c57e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8246 | 2024.04.30 22:29:50.101305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8247 | 2024.04.30 22:29:50.101520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8248 | 2024.04.30 22:29:50.101565 [ 3 ] {} <Debug> HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8249 | 2024.04.30 22:29:50.101615 [ 3 ] {} <Debug> HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8250 | 2024.04.30 22:29:50.101643 [ 3 ] {} <Debug> HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8251 | 2024.04.30 22:29:50.101726 [ 3 ] {} <Trace> HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8252 | 2024.04.30 22:29:50.102044 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8253 | 2024.04.30 22:29:50.102159 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8254 | 2024.04.30 22:29:50.102495 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8255 | 2024.04.30 22:29:50.103118 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8256 | 2024.04.30 22:29:50.103181 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8257 | 2024.04.30 22:29:50.103730 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8258 | 2024.04.30 22:29:50.104223 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8259 | 2024.04.30 22:29:50.104469 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.002513 sec., 5968.961400716275 rows/sec., 483.81 KiB/sec. | ||
| 8260 | 2024.04.30 22:29:50.104828 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Debug> DynamicQueryHandler: Done processing query | ||
| 8261 | 2024.04.30 22:29:50.104881 [ 3 ] {0d7a8ffd-c8c4-47d6-b3f9-8ceddf2d6960} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8262 | 2024.04.30 22:29:50.104926 [ 3 ] {} <Debug> HTTP-Session: 1928960b-1eff-4c37-8070-5fd131c1ae89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8263 | 2024.04.30 22:29:50.105143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8264 | 2024.04.30 22:29:50.105219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8265 | 2024.04.30 22:29:50.105246 [ 3 ] {} <Debug> HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8266 | 2024.04.30 22:29:50.105269 [ 3 ] {} <Debug> HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8267 | 2024.04.30 22:29:50.105286 [ 3 ] {} <Debug> HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8268 | 2024.04.30 22:29:50.105336 [ 3 ] {} <Trace> HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8269 | 2024.04.30 22:29:50.105511 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8270 | 2024.04.30 22:29:50.105580 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8271 | 2024.04.30 22:29:50.105778 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8272 | 2024.04.30 22:29:50.106326 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8273 | 2024.04.30 22:29:50.106381 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8274 | 2024.04.30 22:29:50.106840 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8275 | 2024.04.30 22:29:50.107302 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8276 | 2024.04.30 22:29:50.107509 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.002053 sec., 21919.142717973697 rows/sec., 1.91 MiB/sec. | ||
| 8277 | 2024.04.30 22:29:50.107782 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 8278 | 2024.04.30 22:29:50.107836 [ 3 ] {ea13a039-5cb5-4cb9-8509-b7a5cc05e9ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8279 | 2024.04.30 22:29:50.107879 [ 3 ] {} <Debug> HTTP-Session: 5a30fc0a-6a41-4e5b-8f50-4448c45facca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8280 | 2024.04.30 22:29:50.108081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8281 | 2024.04.30 22:29:50.108151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8282 | 2024.04.30 22:29:50.108179 [ 3 ] {} <Debug> HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8283 | 2024.04.30 22:29:50.108203 [ 3 ] {} <Debug> HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8284 | 2024.04.30 22:29:50.108221 [ 3 ] {} <Debug> HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8285 | 2024.04.30 22:29:50.108269 [ 3 ] {} <Trace> HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8286 | 2024.04.30 22:29:50.108417 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8287 | 2024.04.30 22:29:50.108485 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8288 | 2024.04.30 22:29:50.108661 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8289 | 2024.04.30 22:29:50.109072 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8290 | 2024.04.30 22:29:50.109124 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8291 | 2024.04.30 22:29:50.109547 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8292 | 2024.04.30 22:29:50.109992 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8293 | 2024.04.30 22:29:50.110197 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001821 sec., 8237.232289950576 rows/sec., 659.62 KiB/sec. | ||
| 8294 | 2024.04.30 22:29:50.110415 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 8295 | 2024.04.30 22:29:50.110452 [ 3 ] {96c68a64-7a86-4b6f-a760-d009bc7073fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8296 | 2024.04.30 22:29:50.110473 [ 3 ] {} <Debug> HTTP-Session: ed35c4c2-9c1b-485f-8ab8-f67b3ba6a0fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8297 | 2024.04.30 22:29:50.110753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8298 | 2024.04.30 22:29:50.110823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8299 | 2024.04.30 22:29:50.110849 [ 3 ] {} <Debug> HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8300 | 2024.04.30 22:29:50.110873 [ 3 ] {} <Debug> HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8301 | 2024.04.30 22:29:50.110894 [ 3 ] {} <Debug> HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8302 | 2024.04.30 22:29:50.110937 [ 3 ] {} <Trace> HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8303 | 2024.04.30 22:29:50.111185 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8304 | 2024.04.30 22:29:50.111257 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8305 | 2024.04.30 22:29:50.111483 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8306 | 2024.04.30 22:29:50.112009 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8307 | 2024.04.30 22:29:50.112061 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8308 | 2024.04.30 22:29:50.112642 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8309 | 2024.04.30 22:29:50.113132 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8310 | 2024.04.30 22:29:50.113348 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.002299 sec., 6524.575902566334 rows/sec., 8.80 MiB/sec. | ||
| 8311 | 2024.04.30 22:29:50.113584 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8312 | 2024.04.30 22:29:50.113617 [ 3 ] {45a9d55d-1a24-4343-8319-8a282a84565b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8313 | 2024.04.30 22:29:50.113638 [ 3 ] {} <Debug> HTTP-Session: 6130316e-808f-4242-a57f-b06aa633d056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8314 | 2024.04.30 22:29:53.777734 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8315 | 2024.04.30 22:29:53.777815 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8316 | 2024.04.30 22:29:55.103463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 4502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8317 | 2024.04.30 22:29:55.103640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8318 | 2024.04.30 22:29:55.103684 [ 3 ] {} <Debug> HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8319 | 2024.04.30 22:29:55.103726 [ 3 ] {} <Debug> HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8320 | 2024.04.30 22:29:55.103754 [ 3 ] {} <Debug> HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8321 | 2024.04.30 22:29:55.103834 [ 3 ] {} <Trace> HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8322 | 2024.04.30 22:29:55.104142 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8323 | 2024.04.30 22:29:55.104253 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8324 | 2024.04.30 22:29:55.104574 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8325 | 2024.04.30 22:29:55.105042 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8326 | 2024.04.30 22:29:55.105085 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8327 | 2024.04.30 22:29:55.105451 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8328 | 2024.04.30 22:29:55.105778 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8329 | 2024.04.30 22:29:55.105947 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001901 sec., 16307.206733298264 rows/sec., 1.29 MiB/sec. | ||
| 8330 | 2024.04.30 22:29:55.105960 [ 105 ] {} <Debug> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 8331 | 2024.04.30 22:29:55.106055 [ 105 ] {} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2024.04.30 22:29:55.106098 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8333 | 2024.04.30 22:29:55.106216 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Debug> DynamicQueryHandler: Done processing query | ||
| 8334 | 2024.04.30 22:29:55.106237 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 8335 | 2024.04.30 22:29:55.106256 [ 3 ] {7fd86cdf-9b1b-4aef-ad7a-fc365dadae24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8336 | 2024.04.30 22:29:55.106314 [ 3 ] {} <Debug> HTTP-Session: 8802dc2b-af70-412c-9281-88eb7f92c5f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8337 | 2024.04.30 22:29:55.106437 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8338 | 2024.04.30 22:29:55.106476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 19132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8339 | 2024.04.30 22:29:55.106497 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 31 rows starting from the beginning of the part | ||
| 8340 | 2024.04.30 22:29:55.106565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8341 | 2024.04.30 22:29:55.106658 [ 3 ] {} <Debug> HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8342 | 2024.04.30 22:29:55.106691 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part | ||
| 8343 | 2024.04.30 22:29:55.106730 [ 3 ] {} <Debug> HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8344 | 2024.04.30 22:29:55.106792 [ 3 ] {} <Debug> HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8345 | 2024.04.30 22:29:55.106951 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part | ||
| 8346 | 2024.04.30 22:29:55.106969 [ 3 ] {} <Trace> HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8347 | 2024.04.30 22:29:55.107273 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 29 rows starting from the beginning of the part | ||
| 8348 | 2024.04.30 22:29:55.107505 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part | ||
| 8349 | 2024.04.30 22:29:55.107608 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8350 | 2024.04.30 22:29:55.107738 [ 197 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 31 rows starting from the beginning of the part | ||
| 8351 | 2024.04.30 22:29:55.107781 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8352 | 2024.04.30 22:29:55.108498 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8353 | 2024.04.30 22:29:55.109440 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8354 | 2024.04.30 22:29:55.109506 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8355 | 2024.04.30 22:29:55.110329 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8356 | 2024.04.30 22:29:55.110478 [ 191 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 137 rows, containing 4 columns (4 merged, 0 gathered) in 0.004298768 sec., 31869.596126145912 rows/sec., 2.52 MiB/sec. | ||
| 8357 | 2024.04.30 22:29:55.110832 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 8358 | 2024.04.30 22:29:55.111017 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8359 | 2024.04.30 22:29:55.111229 [ 105 ] {} <Debug> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8360 | 2024.04.30 22:29:55.111350 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Debug> executeQuery: Read 129 rows, 11.25 KiB in 0.003987 sec., 32355.15425131678 rows/sec., 2.75 MiB/sec. | ||
| 8361 | 2024.04.30 22:29:55.111359 [ 105 ] {} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2024.04.30 22:29:55.111478 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8363 | 2024.04.30 22:29:55.111996 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::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 | ||
| 8364 | 2024.04.30 22:29:55.112104 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Debug> DynamicQueryHandler: Done processing query | ||
| 8365 | 2024.04.30 22:29:55.112186 [ 3 ] {be1a320b-64f4-4722-b833-abd995adfd89} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8366 | 2024.04.30 22:29:55.112292 [ 3 ] {} <Debug> HTTP-Session: 86548a3e-0745-43c4-a0f6-7bbdf9b384d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8367 | 2024.04.30 22:29:55.112341 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8368 | 2024.04.30 22:29:55.112438 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8369 | 2024.04.30 22:29:55.112505 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 142 rows starting from the beginning of the part | ||
| 8370 | 2024.04.30 22:29:55.112546 [ 195 ] {1da269a3-e4f9-496d-b00d-305a4a49d75c::all_1_75_15} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 8371 | 2024.04.30 22:29:55.112713 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part | ||
| 8372 | 2024.04.30 22:29:55.112760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 9359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8373 | 2024.04.30 22:29:55.112867 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8374 | 2024.04.30 22:29:55.113038 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 45 rows starting from the beginning of the part | ||
| 8375 | 2024.04.30 22:29:55.113078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8376 | 2024.04.30 22:29:55.113196 [ 3 ] {} <Debug> HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8377 | 2024.04.30 22:29:55.113284 [ 3 ] {} <Debug> HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8378 | 2024.04.30 22:29:55.113379 [ 3 ] {} <Debug> HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8379 | 2024.04.30 22:29:55.113400 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 87 rows starting from the beginning of the part | ||
| 8380 | 2024.04.30 22:29:55.113560 [ 3 ] {} <Trace> HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8381 | 2024.04.30 22:29:55.113832 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 45 rows starting from the beginning of the part | ||
| 8382 | 2024.04.30 22:29:55.114053 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 129 rows starting from the beginning of the part | ||
| 8383 | 2024.04.30 22:29:55.114132 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8384 | 2024.04.30 22:29:55.114325 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8385 | 2024.04.30 22:29:55.114889 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8386 | 2024.04.30 22:29:55.115701 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8387 | 2024.04.30 22:29:55.115773 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8388 | 2024.04.30 22:29:55.116516 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8389 | 2024.04.30 22:29:55.116979 [ 189 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 4 columns (4 merged, 0 gathered) in 0.005311344 sec., 93385.02646411154 rows/sec., 8.05 MiB/sec. | ||
| 8390 | 2024.04.30 22:29:55.117221 [ 195 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8391 | 2024.04.30 22:29:55.117331 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8392 | 2024.04.30 22:29:55.117572 [ 105 ] {} <Debug> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8393 | 2024.04.30 22:29:55.117695 [ 105 ] {} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8394 | 2024.04.30 22:29:55.117726 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Debug> executeQuery: Read 55 rows, 4.38 KiB in 0.00376 sec., 14627.659574468085 rows/sec., 1.14 MiB/sec. | ||
| 8395 | 2024.04.30 22:29:55.117804 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8396 | 2024.04.30 22:29:55.118237 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::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 | ||
| 8397 | 2024.04.30 22:29:55.118578 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Debug> DynamicQueryHandler: Done processing query | ||
| 8398 | 2024.04.30 22:29:55.118673 [ 3 ] {a036a1cf-d7ca-4e72-8d5e-0f0e40c94838} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8399 | 2024.04.30 22:29:55.118686 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8400 | 2024.04.30 22:29:55.118646 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8401 | 2024.04.30 22:29:55.118737 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 96 rows starting from the beginning of the part | ||
| 8402 | 2024.04.30 22:29:55.118709 [ 3 ] {} <Debug> HTTP-Session: 7414efeb-d3a6-406e-a498-bb0a0fd97566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8403 | 2024.04.30 22:29:55.119123 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 16 rows starting from the beginning of the part | ||
| 8404 | 2024.04.30 22:29:55.119118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 7048, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8405 | 2024.04.30 22:29:55.119278 [ 194 ] {050b9599-bab8-4c22-ad20-1b409d6b0b92::all_1_76_15} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8406 | 2024.04.30 22:29:55.119391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8407 | 2024.04.30 22:29:55.119504 [ 3 ] {} <Debug> HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8408 | 2024.04.30 22:29:55.119597 [ 3 ] {} <Debug> HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8409 | 2024.04.30 22:29:55.119608 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 15 rows starting from the beginning of the part | ||
| 8410 | 2024.04.30 22:29:55.119690 [ 3 ] {} <Debug> HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8411 | 2024.04.30 22:29:55.119853 [ 3 ] {} <Trace> HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8412 | 2024.04.30 22:29:55.119989 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 39 rows starting from the beginning of the part | ||
| 8413 | 2024.04.30 22:29:55.120047 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8414 | 2024.04.30 22:29:55.120228 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8415 | 2024.04.30 22:29:55.120338 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 15 rows starting from the beginning of the part | ||
| 8416 | 2024.04.30 22:29:55.120410 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8417 | 2024.04.30 22:29:55.120647 [ 193 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 55 rows starting from the beginning of the part | ||
| 8418 | 2024.04.30 22:29:55.121376 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8419 | 2024.04.30 22:29:55.122169 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8420 | 2024.04.30 22:29:55.122232 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8421 | 2024.04.30 22:29:55.123334 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8422 | 2024.04.30 22:29:55.123459 [ 195 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 236 rows, containing 4 columns (4 merged, 0 gathered) in 0.005497869 sec., 42925.72267545844 rows/sec., 3.36 MiB/sec. | ||
| 8423 | 2024.04.30 22:29:55.123704 [ 195 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8424 | 2024.04.30 22:29:55.124177 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Trace> oximeter.measurements_cumulativeu64 (182d31fe-eced-4eb9-9336-b93a50288ce6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8425 | 2024.04.30 22:29:55.124592 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.004498 sec., 8003.557136505113 rows/sec., 578.38 KiB/sec. | ||
| 8426 | 2024.04.30 22:29:55.124771 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8427 | 2024.04.30 22:29:55.125215 [ 194 ] {8254fb10-f18b-4ed9-a0df-2ac796d18d1b::all_1_76_15} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8428 | 2024.04.30 22:29:55.125249 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Debug> DynamicQueryHandler: Done processing query | ||
| 8429 | 2024.04.30 22:29:55.125327 [ 3 ] {93b25666-a302-4d24-8485-c0290560da49} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8430 | 2024.04.30 22:29:55.125362 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8431 | 2024.04.30 22:29:55.125372 [ 3 ] {} <Debug> HTTP-Session: c31cf0c2-4c8f-4a88-b1a6-b0aad9eafc2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8432 | 2024.04.30 22:29:55.125581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 33205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8433 | 2024.04.30 22:29:55.125630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8434 | 2024.04.30 22:29:55.125650 [ 3 ] {} <Debug> HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8435 | 2024.04.30 22:29:55.125666 [ 3 ] {} <Debug> HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8436 | 2024.04.30 22:29:55.125681 [ 3 ] {} <Debug> HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8437 | 2024.04.30 22:29:55.125714 [ 3 ] {} <Trace> HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8438 | 2024.04.30 22:29:55.125984 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8439 | 2024.04.30 22:29:55.126032 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8440 | 2024.04.30 22:29:55.126221 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8441 | 2024.04.30 22:29:55.126677 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8442 | 2024.04.30 22:29:55.126714 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8443 | 2024.04.30 22:29:55.127116 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8444 | 2024.04.30 22:29:55.127456 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2024.04.30 22:29:55.127611 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.001813 sec., 17098.73138444567 rows/sec., 23.07 MiB/sec. | ||
| 8446 | 2024.04.30 22:29:55.127827 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8447 | 2024.04.30 22:29:55.127861 [ 3 ] {f6f2c475-c1e8-43ea-a746-ce62bb64a9a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 8448 | 2024.04.30 22:29:55.127882 [ 3 ] {} <Debug> HTTP-Session: bab7417b-aac4-474f-9367-1df910352906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8449 | 2024.04.30 22:30:00.100481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2201, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8450 | 2024.04.30 22:30:00.100614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8451 | 2024.04.30 22:30:00.100643 [ 3 ] {} <Debug> HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8452 | 2024.04.30 22:30:00.100681 [ 3 ] {} <Debug> HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8453 | 2024.04.30 22:30:00.100696 [ 3 ] {} <Debug> HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8454 | 2024.04.30 22:30:00.100748 [ 3 ] {} <Trace> HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8455 | 2024.04.30 22:30:00.100935 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8456 | 2024.04.30 22:30:00.101004 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8457 | 2024.04.30 22:30:00.101198 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8458 | 2024.04.30 22:30:00.101620 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8459 | 2024.04.30 22:30:00.101663 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8460 | 2024.04.30 22:30:00.102041 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8461 | 2024.04.30 22:30:00.102402 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Trace> oximeter.fields_i64 (1da269a3-e4f9-496d-b00d-305a4a49d75c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8462 | 2024.04.30 22:30:00.102558 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001682 sec., 8917.9548156956 rows/sec., 722.84 KiB/sec. | ||
| 8463 | 2024.04.30 22:30:00.102832 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8464 | 2024.04.30 22:30:00.102892 [ 3 ] {52193bc2-3468-49d6-8286-381c6e8d848e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8465 | 2024.04.30 22:30:00.102951 [ 3 ] {} <Debug> HTTP-Session: c79eb0ef-4d13-41de-8f8c-06bdd21b5f97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8466 | 2024.04.30 22:30:00.103164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 6789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8467 | 2024.04.30 22:30:00.103226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8468 | 2024.04.30 22:30:00.103247 [ 3 ] {} <Debug> HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8469 | 2024.04.30 22:30:00.103265 [ 3 ] {} <Debug> HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8470 | 2024.04.30 22:30:00.103278 [ 3 ] {} <Debug> HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8471 | 2024.04.30 22:30:00.103310 [ 3 ] {} <Trace> HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8472 | 2024.04.30 22:30:00.103430 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8473 | 2024.04.30 22:30:00.103475 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8474 | 2024.04.30 22:30:00.103619 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8475 | 2024.04.30 22:30:00.103942 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2024.04.30 22:30:00.103978 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8477 | 2024.04.30 22:30:00.104296 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8478 | 2024.04.30 22:30:00.104612 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Trace> oximeter.fields_string (050b9599-bab8-4c22-ad20-1b409d6b0b92): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2024.04.30 22:30:00.104759 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Debug> executeQuery: Read 45 rows, 4.01 KiB in 0.001363 sec., 33015.40719002201 rows/sec., 2.88 MiB/sec. | ||
| 8480 | 2024.04.30 22:30:00.104913 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Debug> DynamicQueryHandler: Done processing query | ||
| 8481 | 2024.04.30 22:30:00.104942 [ 3 ] {57de9a92-1086-4660-91f1-b8cf5cb24536} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8482 | 2024.04.30 22:30:00.104960 [ 3 ] {} <Debug> HTTP-Session: 9e1a075c-7a80-469e-923e-78a323837d38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8483 | 2024.04.30 22:30:00.105139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 2592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8484 | 2024.04.30 22:30:00.105196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8485 | 2024.04.30 22:30:00.105219 [ 3 ] {} <Debug> HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8486 | 2024.04.30 22:30:00.105238 [ 3 ] {} <Debug> HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8487 | 2024.04.30 22:30:00.105253 [ 3 ] {} <Debug> HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8488 | 2024.04.30 22:30:00.105290 [ 3 ] {} <Trace> HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8489 | 2024.04.30 22:30:00.105401 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8490 | 2024.04.30 22:30:00.105449 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8491 | 2024.04.30 22:30:00.105593 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8492 | 2024.04.30 22:30:00.105881 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8493 | 2024.04.30 22:30:00.105917 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8494 | 2024.04.30 22:30:00.106287 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8495 | 2024.04.30 22:30:00.106715 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Trace> oximeter.fields_uuid (8254fb10-f18b-4ed9-a0df-2ac796d18d1b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8496 | 2024.04.30 22:30:00.106895 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Debug> executeQuery: Read 15 rows, 1.20 KiB in 0.001522 sec., 9855.453350854139 rows/sec., 789.21 KiB/sec. | ||
| 8497 | 2024.04.30 22:30:00.107107 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Debug> DynamicQueryHandler: Done processing query | ||
| 8498 | 2024.04.30 22:30:00.107135 [ 3 ] {fd8033ca-aacc-41ce-aca8-84edbc6ac901} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8499 | 2024.04.30 22:30:00.107151 [ 3 ] {} <Debug> HTTP-Session: 7c02a36d-7507-4109-8fdb-656b0d6e3ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8500 | 2024.04.30 22:30:00.107296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35917, User-Agent: (none), Length: 16091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8501 | 2024.04.30 22:30:00.107365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8502 | 2024.04.30 22:30:00.107390 [ 3 ] {} <Debug> HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Authenticating user 'default' from [fd00:1122:3344:101::d]:35917 | ||
| 8503 | 2024.04.30 22:30:00.107410 [ 3 ] {} <Debug> HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8504 | 2024.04.30 22:30:00.107428 [ 3 ] {} <Debug> HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8505 | 2024.04.30 22:30:00.107466 [ 3 ] {} <Trace> HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8506 | 2024.04.30 22:30:00.107687 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35917) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8507 | 2024.04.30 22:30:00.107745 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 8508 | 2024.04.30 22:30:00.107921 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8509 | 2024.04.30 22:30:00.108292 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8510 | 2024.04.30 22:30:00.108329 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8511 | 2024.04.30 22:30:00.108742 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8512 | 2024.04.30 22:30:00.109077 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8513 | 2024.04.30 22:30:00.109228 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.00166 sec., 9036.144578313253 rows/sec., 12.19 MiB/sec. | ||
| 8514 | 2024.04.30 22:30:00.109249 [ 49 ] {} <Debug> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8515 | 2024.04.30 22:30:00.109345 [ 49 ] {} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8516 | 2024.04.30 22:30:00.109392 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
| 8517 | 2024.04.30 22:30:00.109480 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Debug> DynamicQueryHandler: Done processing query | ||
| 8518 | 2024.04.30 22:30:00.109550 [ 3 ] {7d339d67-405a-4819-a125-9d5e5dec5464} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8519 | 2024.04.30 22:30:00.109588 [ 3 ] {} <Debug> HTTP-Session: 443fd2a2-80aa-4b73-b071-4fd9ff05b069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8520 | 2024.04.30 22:30:00.109600 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::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 | ||
| 8521 | 2024.04.30 22:30:00.109801 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8522 | 2024.04.30 22:30:00.109842 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1098 rows starting from the beginning of the part | ||
| 8523 | 2024.04.30 22:30:00.109974 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 15 rows starting from the beginning of the part | ||
| 8524 | 2024.04.30 22:30:00.110084 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 29 rows starting from the beginning of the part | ||
| 8525 | 2024.04.30 22:30:00.110317 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 15 rows starting from the beginning of the part | ||
| 8526 | 2024.04.30 22:30:00.110491 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 31 rows starting from the beginning of the part | ||
| 8527 | 2024.04.30 22:30:00.110669 [ 195 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 15 rows starting from the beginning of the part | ||
| 8528 | 2024.04.30 22:30:00.113688 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1203 rows, containing 6 columns (6 merged, 0 gathered) in 0.004216566 sec., 285303.2538800531 rows/sec., 385.00 MiB/sec. | ||
| 8529 | 2024.04.30 22:30:00.114556 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8530 | 2024.04.30 22:30:00.115069 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8531 | 2024.04.30 22:30:00.115167 [ 194 ] {5f426010-cb35-40db-823b-a56e0ee66cfd::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (5f426010-cb35-40db-823b-a56e0ee66cfd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8532 | 2024.04.30 22:30:00.115271 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||