| 1 | [ Jun 4 11:11:01 Enabled. ] | ||
| 2 | [ Jun 4 11:11:01 Rereading configuration. ] | ||
| 3 | [ Jun 4 11:11:02 Rereading configuration. ] | ||
| 4 | [ Jun 4 11:11:13 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + single_node=true | ||
| 23 | + command=() | ||
| 24 | + true | ||
| 25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 27 | [ Jun 4 11:11:13 Method "start" exited with status 0. ] | ||
| 28 | Processing configuration file 'config.xml'. | ||
| 29 | There is no file 'config.xml', will use embedded config. | ||
| 30 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 32 | 2024.06.04 11:11:14.793911 [ 1 ] {} <Information> Application: Will watch for the process with pid 22811 | ||
| 33 | 2024.06.04 11:11:14.794429 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.06.04 11:11:15.061432 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22811 | ||
| 35 | 2024.06.04 11:11:15.062260 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.06.04 11:11:15.063032 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.06.04 11:11:15.172194 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.06.04 11:11:15.198792 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.06.04 11:11:15.198836 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.06.04 11:11:15.198858 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.06.04 11:11:15.198923 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.06.04 11:11:15.199222 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.06.04 11:11:15.200903 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 44 | Processing configuration file 'config.xml'. | ||
| 45 | There is no file 'config.xml', will use embedded config. | ||
| 46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 47 | 2024.06.04 11:11:15.201384 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.06.04 11:11:15.202322 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 49 | 2024.06.04 11:11:15.202352 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 50 | 2024.06.04 11:11:15.202365 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.06.04 11:11:15.202544 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.06.04 11:11:15.203645 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.06.04 11:11:15.209479 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.06.04 11:11:15.210254 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.06.04 11:11:15.211810 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.06.04 11:11:15.211882 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.06.04 11:11:15.213593 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 58 | Processing configuration file 'config.xml'. | ||
| 59 | There is no file 'config.xml', will use embedded config. | ||
| 60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 61 | 2024.06.04 11:11:15.213940 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.06.04 11:11:15.218682 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.06.04 11:11:15.219328 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.06.04 11:11:15.221007 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.06.04 11:11:15.221414 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.06.04 11:11:15.221759 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.06.04 11:11:15.222206 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.06.04 11:11:15.223576 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.06.04 11:11:15.223599 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.06.04 11:11:15.223680 [ 172 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.06.04 11:11:15.223907 [ 172 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.06.04 11:11:15.235796 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.06.04 11:11:15.235931 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000291824 sec | ||
| 74 | 2024.06.04 11:11:15.235984 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.06.04 11:11:15.235999 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.06.04 11:11:15.237412 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.06.04 11:11:15.238662 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.06.04 11:11:15.238691 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.06.04 11:11:15.238724 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.06.04 11:11:15.238738 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.06.04 11:11:15.238750 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.06.04 11:11:15.238782 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.06.04 11:11:15.238794 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.06.04 11:11:15.238809 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.06.04 11:11:15.238908 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.06.04 11:11:15.238921 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.06.04 11:11:15.238935 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.06.04 11:11:15.238956 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.06.04 11:11:15.238988 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.06.04 11:11:15.239001 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.06.04 11:11:15.239020 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.06.04 11:11:15.239048 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.06.04 11:11:15.239061 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.06.04 11:11:15.279166 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.06.04 11:11:15.280613 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.06.04 11:11:15.280642 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2661e-05 sec | ||
| 97 | 2024.06.04 11:11:15.280655 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.06.04 11:11:15.280677 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.06.04 11:11:15.280712 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.06.04 11:11:15.280927 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.06.04 11:11:15.280972 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.06.04 11:11:15.280992 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.06.04 11:11:15.281082 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 104 | 2024.06.04 11:11:15.281100 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.06.04 11:11:15.323548 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
| 106 | 2024.06.04 11:11:15.556898 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
| 107 | 2024.06.04 11:11:15.556966 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.06.04 11:11:15.668565 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.06.04 11:11:15.668800 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.08 MiB (RSS), difference: 147.21 MiB | ||
| 110 | 2024.06.04 11:11:15.669779 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4471e-05 sec. | ||
| 111 | 2024.06.04 11:11:15.670191 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.06.04 11:11:15.670248 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.06.04 11:11:15.670313 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.06.04 11:11:15.670335 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.06.04 11:11:22.373354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.06.04 11:11:22.373643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.06.04 11:11:22.373675 [ 3 ] {} <Debug> HTTP-Session: a8dadda9-f15f-4ccd-9a7a-b49dd7b10312 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 118 | 2024.06.04 11:11:22.373706 [ 3 ] {} <Debug> HTTP-Session: a8dadda9-f15f-4ccd-9a7a-b49dd7b10312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.06.04 11:11:22.373724 [ 3 ] {} <Debug> HTTP-Session: a8dadda9-f15f-4ccd-9a7a-b49dd7b10312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.06.04 11:11:22.373802 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.06.04 11:11:22.373834 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 122 | 2024.06.04 11:11:22.373855 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 123 | 2024.06.04 11:11:22.373915 [ 3 ] {} <Trace> HTTP-Session: a8dadda9-f15f-4ccd-9a7a-b49dd7b10312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.06.04 11:11:22.375029 [ 3 ] {1ff98f27-6261-47e5-8d60-07b106d846df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.06.04 11:11:22.415589 [ 3 ] {1ff98f27-6261-47e5-8d60-07b106d846df} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64091) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.06.04 11:11:22.416345 [ 3 ] {1ff98f27-6261-47e5-8d60-07b106d846df} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.06.04 11:11:22.417768 [ 3 ] {} <Debug> HTTP-Session: a8dadda9-f15f-4ccd-9a7a-b49dd7b10312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.06.04 11:11:22.418164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.06.04 11:11:22.418233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.06.04 11:11:22.418257 [ 3 ] {} <Debug> HTTP-Session: 3213e362-7730-418b-af99-69e6847e30bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 179 | 2024.06.04 11:11:22.418282 [ 3 ] {} <Debug> HTTP-Session: 3213e362-7730-418b-af99-69e6847e30bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.06.04 11:11:22.418295 [ 3 ] {} <Debug> HTTP-Session: 3213e362-7730-418b-af99-69e6847e30bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.06.04 11:11:22.418338 [ 3 ] {} <Trace> HTTP-Session: 3213e362-7730-418b-af99-69e6847e30bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.06.04 11:11:22.419473 [ 3 ] {c3f0f03c-3348-498a-97dd-63df8699505e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.06.04 11:11:22.419590 [ 3 ] {c3f0f03c-3348-498a-97dd-63df8699505e} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.06.04 11:11:22.421706 [ 3 ] {c3f0f03c-3348-498a-97dd-63df8699505e} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.06.04 11:11:22.424476 [ 3 ] {c3f0f03c-3348-498a-97dd-63df8699505e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.06.04 11:11:22.430515 [ 3 ] {c3f0f03c-3348-498a-97dd-63df8699505e} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.06.04 11:11:22.430550 [ 3 ] {c3f0f03c-3348-498a-97dd-63df8699505e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.06.04 11:11:22.430571 [ 3 ] {} <Debug> HTTP-Session: 3213e362-7730-418b-af99-69e6847e30bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.06.04 11:11:22.434496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.06.04 11:11:22.434561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.06.04 11:11:22.434586 [ 3 ] {} <Debug> HTTP-Session: 6d98fa4c-4903-4620-babb-f34f72f293b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 192 | 2024.06.04 11:11:22.434605 [ 3 ] {} <Debug> HTTP-Session: 6d98fa4c-4903-4620-babb-f34f72f293b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.06.04 11:11:22.434685 [ 3 ] {} <Debug> HTTP-Session: 6d98fa4c-4903-4620-babb-f34f72f293b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.06.04 11:11:22.434753 [ 3 ] {} <Trace> HTTP-Session: 6d98fa4c-4903-4620-babb-f34f72f293b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.06.04 11:11:22.434907 [ 3 ] {b3b94d25-0ca6-40f2-a4d2-b2e36d99a986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.06.04 11:11:22.435163 [ 3 ] {b3b94d25-0ca6-40f2-a4d2-b2e36d99a986} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64091) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.06.04 11:11:22.435275 [ 3 ] {b3b94d25-0ca6-40f2-a4d2-b2e36d99a986} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.06.04 11:11:22.435413 [ 3 ] {} <Debug> HTTP-Session: 6d98fa4c-4903-4620-babb-f34f72f293b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.06.04 11:11:22.436812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.06.04 11:11:22.436873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.06.04 11:11:22.436892 [ 3 ] {} <Debug> HTTP-Session: e0dfa0c2-85a0-4878-b027-a12bac59c284 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 250 | 2024.06.04 11:11:22.436911 [ 3 ] {} <Debug> HTTP-Session: e0dfa0c2-85a0-4878-b027-a12bac59c284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.06.04 11:11:22.436927 [ 3 ] {} <Debug> HTTP-Session: e0dfa0c2-85a0-4878-b027-a12bac59c284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.06.04 11:11:22.436955 [ 3 ] {} <Trace> HTTP-Session: e0dfa0c2-85a0-4878-b027-a12bac59c284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.06.04 11:11:22.437112 [ 3 ] {42b72ece-dcd3-4319-b4cc-a456f52bbe7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.06.04 11:11:22.437263 [ 3 ] {42b72ece-dcd3-4319-b4cc-a456f52bbe7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.06.04 11:11:22.437285 [ 3 ] {} <Debug> HTTP-Session: e0dfa0c2-85a0-4878-b027-a12bac59c284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.06.04 11:11:22.437409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.06.04 11:11:22.437457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.06.04 11:11:22.437478 [ 3 ] {} <Debug> HTTP-Session: 2f5443a9-8be7-4475-87db-af894653b3fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 259 | 2024.06.04 11:11:22.437494 [ 3 ] {} <Debug> HTTP-Session: 2f5443a9-8be7-4475-87db-af894653b3fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.06.04 11:11:22.437509 [ 3 ] {} <Debug> HTTP-Session: 2f5443a9-8be7-4475-87db-af894653b3fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.06.04 11:11:22.437538 [ 3 ] {} <Trace> HTTP-Session: 2f5443a9-8be7-4475-87db-af894653b3fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.06.04 11:11:22.437620 [ 3 ] {15984fc6-34d4-4ceb-9051-3b9d57ca6c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.06.04 11:11:22.437740 [ 3 ] {15984fc6-34d4-4ceb-9051-3b9d57ca6c95} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.06.04 11:11:22.438864 [ 3 ] {15984fc6-34d4-4ceb-9051-3b9d57ca6c95} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.06.04 11:11:22.438893 [ 3 ] {15984fc6-34d4-4ceb-9051-3b9d57ca6c95} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.312e-05 sec | ||
| 266 | 2024.06.04 11:11:22.438906 [ 3 ] {15984fc6-34d4-4ceb-9051-3b9d57ca6c95} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.06.04 11:11:22.438920 [ 3 ] {15984fc6-34d4-4ceb-9051-3b9d57ca6c95} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.06.04 11:11:22.438940 [ 3 ] {15984fc6-34d4-4ceb-9051-3b9d57ca6c95} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.06.04 11:11:22.439052 [ 3 ] {15984fc6-34d4-4ceb-9051-3b9d57ca6c95} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.06.04 11:11:22.439073 [ 3 ] {} <Debug> HTTP-Session: 2f5443a9-8be7-4475-87db-af894653b3fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.06.04 11:11:22.439204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.06.04 11:11:22.439251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.06.04 11:11:22.439268 [ 3 ] {} <Debug> HTTP-Session: dce435db-206b-4a5e-bc0d-06e8ad219611 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 274 | 2024.06.04 11:11:22.439287 [ 3 ] {} <Debug> HTTP-Session: dce435db-206b-4a5e-bc0d-06e8ad219611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.06.04 11:11:22.439304 [ 3 ] {} <Debug> HTTP-Session: dce435db-206b-4a5e-bc0d-06e8ad219611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.06.04 11:11:22.439331 [ 3 ] {} <Trace> HTTP-Session: dce435db-206b-4a5e-bc0d-06e8ad219611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.06.04 11:11:22.439461 [ 3 ] {b6c11b42-c478-40c2-96b9-b086a95b7684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) /* The version table contains metadata about the `oximeter` database */ | ||
| 278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 279 | 2024.06.04 11:11:22.439505 [ 3 ] {b6c11b42-c478-40c2-96b9-b086a95b7684} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.06.04 11:11:22.442969 [ 3 ] {b6c11b42-c478-40c2-96b9-b086a95b7684} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.06.04 11:11:22.444183 [ 3 ] {b6c11b42-c478-40c2-96b9-b086a95b7684} <Debug> oximeter.version (90172f14-4b5d-4465-930c-80a5b8fa1edb): Loading data parts | ||
| 282 | 2024.06.04 11:11:22.444570 [ 3 ] {b6c11b42-c478-40c2-96b9-b086a95b7684} <Debug> oximeter.version (90172f14-4b5d-4465-930c-80a5b8fa1edb): There are no data parts | ||
| 283 | 2024.06.04 11:11:22.447032 [ 3 ] {b6c11b42-c478-40c2-96b9-b086a95b7684} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.06.04 11:11:22.447057 [ 3 ] {} <Debug> HTTP-Session: dce435db-206b-4a5e-bc0d-06e8ad219611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.06.04 11:11:22.447180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.06.04 11:11:22.447245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.06.04 11:11:22.447280 [ 3 ] {} <Debug> HTTP-Session: ec12b8a3-29d3-4129-890e-02e14eae3dc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 288 | 2024.06.04 11:11:22.447297 [ 3 ] {} <Debug> HTTP-Session: ec12b8a3-29d3-4129-890e-02e14eae3dc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.06.04 11:11:22.447314 [ 3 ] {} <Debug> HTTP-Session: ec12b8a3-29d3-4129-890e-02e14eae3dc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.06.04 11:11:22.447348 [ 3 ] {} <Trace> HTTP-Session: ec12b8a3-29d3-4129-890e-02e14eae3dc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.06.04 11:11:22.447537 [ 3 ] {6445806f-c438-4b71-83b0-e76666323a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) /* The measurement tables contain all individual samples from each timeseries. | ||
| 292 | * | ||
| 293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 296 | * by all samples from the same timeseries. | ||
| 297 | * | ||
| 298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 299 | * and then uses that to index quickly into the measurements tables. | ||
| 300 | */ | ||
| 301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2024.06.04 11:11:22.447589 [ 3 ] {6445806f-c438-4b71-83b0-e76666323a8f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.06.04 11:11:22.453987 [ 3 ] {6445806f-c438-4b71-83b0-e76666323a8f} <Debug> oximeter.measurements_bool (7b390a7d-df9b-4d39-a4bb-57e6cf8f28fd): Loading data parts | ||
| 304 | 2024.06.04 11:11:22.454148 [ 3 ] {6445806f-c438-4b71-83b0-e76666323a8f} <Debug> oximeter.measurements_bool (7b390a7d-df9b-4d39-a4bb-57e6cf8f28fd): There are no data parts | ||
| 305 | 2024.06.04 11:11:22.455289 [ 3 ] {6445806f-c438-4b71-83b0-e76666323a8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.06.04 11:11:22.455314 [ 3 ] {} <Debug> HTTP-Session: ec12b8a3-29d3-4129-890e-02e14eae3dc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.06.04 11:11:22.455442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.06.04 11:11:22.455494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.06.04 11:11:22.455517 [ 3 ] {} <Debug> HTTP-Session: 1da55576-37e5-48eb-a3db-3028cb54a2ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 310 | 2024.06.04 11:11:22.455532 [ 3 ] {} <Debug> HTTP-Session: 1da55576-37e5-48eb-a3db-3028cb54a2ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.06.04 11:11:22.455548 [ 3 ] {} <Debug> HTTP-Session: 1da55576-37e5-48eb-a3db-3028cb54a2ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.06.04 11:11:22.455577 [ 3 ] {} <Trace> HTTP-Session: 1da55576-37e5-48eb-a3db-3028cb54a2ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.06.04 11:11:22.455819 [ 3 ] {a164c686-7b3e-4674-816a-130add468c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2024.06.04 11:11:22.455864 [ 3 ] {a164c686-7b3e-4674-816a-130add468c9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.06.04 11:11:22.457369 [ 3 ] {a164c686-7b3e-4674-816a-130add468c9d} <Debug> oximeter.measurements_i8 (b663317b-cb53-4348-bcd6-ad7ad51f47e5): Loading data parts | ||
| 316 | 2024.06.04 11:11:22.457533 [ 3 ] {a164c686-7b3e-4674-816a-130add468c9d} <Debug> oximeter.measurements_i8 (b663317b-cb53-4348-bcd6-ad7ad51f47e5): There are no data parts | ||
| 317 | 2024.06.04 11:11:22.458711 [ 3 ] {a164c686-7b3e-4674-816a-130add468c9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.06.04 11:11:22.458743 [ 3 ] {} <Debug> HTTP-Session: 1da55576-37e5-48eb-a3db-3028cb54a2ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.06.04 11:11:22.458855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.06.04 11:11:22.458904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.06.04 11:11:22.458926 [ 3 ] {} <Debug> HTTP-Session: 640dfb99-433e-431b-841a-f542d4501a02 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 322 | 2024.06.04 11:11:22.458940 [ 3 ] {} <Debug> HTTP-Session: 640dfb99-433e-431b-841a-f542d4501a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.06.04 11:11:22.458955 [ 3 ] {} <Debug> HTTP-Session: 640dfb99-433e-431b-841a-f542d4501a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.06.04 11:11:22.458986 [ 3 ] {} <Trace> HTTP-Session: 640dfb99-433e-431b-841a-f542d4501a02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.06.04 11:11:22.459144 [ 3 ] {b05919fd-486e-4636-a431-1b4df8a807bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2024.06.04 11:11:22.459191 [ 3 ] {b05919fd-486e-4636-a431-1b4df8a807bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.06.04 11:11:22.460755 [ 3 ] {b05919fd-486e-4636-a431-1b4df8a807bc} <Debug> oximeter.measurements_u8 (7c07473c-5358-4f67-a24e-a8d3f5410a14): Loading data parts | ||
| 328 | 2024.06.04 11:11:22.460913 [ 3 ] {b05919fd-486e-4636-a431-1b4df8a807bc} <Debug> oximeter.measurements_u8 (7c07473c-5358-4f67-a24e-a8d3f5410a14): There are no data parts | ||
| 329 | 2024.06.04 11:11:22.462010 [ 3 ] {b05919fd-486e-4636-a431-1b4df8a807bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.06.04 11:11:22.462033 [ 3 ] {} <Debug> HTTP-Session: 640dfb99-433e-431b-841a-f542d4501a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.06.04 11:11:22.462149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.06.04 11:11:22.462198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.06.04 11:11:22.462220 [ 3 ] {} <Debug> HTTP-Session: 766f19e0-afc5-46df-aada-2e0ca0f431ff Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 334 | 2024.06.04 11:11:22.462235 [ 3 ] {} <Debug> HTTP-Session: 766f19e0-afc5-46df-aada-2e0ca0f431ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.06.04 11:11:22.462251 [ 3 ] {} <Debug> HTTP-Session: 766f19e0-afc5-46df-aada-2e0ca0f431ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.06.04 11:11:22.462283 [ 3 ] {} <Trace> HTTP-Session: 766f19e0-afc5-46df-aada-2e0ca0f431ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.06.04 11:11:22.462502 [ 3 ] {5d55d597-d4d4-4665-87cb-5225112dc979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2024.06.04 11:11:22.462569 [ 3 ] {5d55d597-d4d4-4665-87cb-5225112dc979} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.06.04 11:11:22.464290 [ 3 ] {5d55d597-d4d4-4665-87cb-5225112dc979} <Debug> oximeter.measurements_i16 (deb50660-f622-4c56-bf48-c244f2abe1a2): Loading data parts | ||
| 340 | 2024.06.04 11:11:22.464449 [ 3 ] {5d55d597-d4d4-4665-87cb-5225112dc979} <Debug> oximeter.measurements_i16 (deb50660-f622-4c56-bf48-c244f2abe1a2): There are no data parts | ||
| 341 | 2024.06.04 11:11:22.465591 [ 3 ] {5d55d597-d4d4-4665-87cb-5225112dc979} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.06.04 11:11:22.465632 [ 3 ] {} <Debug> HTTP-Session: 766f19e0-afc5-46df-aada-2e0ca0f431ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.06.04 11:11:22.465812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.06.04 11:11:22.465864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.06.04 11:11:22.465886 [ 3 ] {} <Debug> HTTP-Session: ce7c611e-62cf-4f69-bf60-e10dc3d1fb86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 346 | 2024.06.04 11:11:22.465901 [ 3 ] {} <Debug> HTTP-Session: ce7c611e-62cf-4f69-bf60-e10dc3d1fb86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.06.04 11:11:22.465920 [ 3 ] {} <Debug> HTTP-Session: ce7c611e-62cf-4f69-bf60-e10dc3d1fb86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.06.04 11:11:22.465959 [ 3 ] {} <Trace> HTTP-Session: ce7c611e-62cf-4f69-bf60-e10dc3d1fb86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.06.04 11:11:22.466131 [ 3 ] {16e6765d-83f8-4159-9314-a85e0d383666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2024.06.04 11:11:22.466183 [ 3 ] {16e6765d-83f8-4159-9314-a85e0d383666} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.06.04 11:11:22.467805 [ 3 ] {16e6765d-83f8-4159-9314-a85e0d383666} <Debug> oximeter.measurements_u16 (ea60071b-7241-409a-959f-76c65aaf916e): Loading data parts | ||
| 352 | 2024.06.04 11:11:22.467982 [ 3 ] {16e6765d-83f8-4159-9314-a85e0d383666} <Debug> oximeter.measurements_u16 (ea60071b-7241-409a-959f-76c65aaf916e): There are no data parts | ||
| 353 | 2024.06.04 11:11:22.469395 [ 3 ] {16e6765d-83f8-4159-9314-a85e0d383666} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.06.04 11:11:22.469425 [ 3 ] {} <Debug> HTTP-Session: ce7c611e-62cf-4f69-bf60-e10dc3d1fb86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.06.04 11:11:22.469567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.06.04 11:11:22.469619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.06.04 11:11:22.469641 [ 3 ] {} <Debug> HTTP-Session: c9ed8aa8-1606-4128-ad35-4fedacd48d77 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 358 | 2024.06.04 11:11:22.469728 [ 3 ] {} <Debug> HTTP-Session: c9ed8aa8-1606-4128-ad35-4fedacd48d77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.06.04 11:11:22.469741 [ 3 ] {} <Debug> HTTP-Session: c9ed8aa8-1606-4128-ad35-4fedacd48d77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.06.04 11:11:22.469772 [ 3 ] {} <Trace> HTTP-Session: c9ed8aa8-1606-4128-ad35-4fedacd48d77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.06.04 11:11:22.469946 [ 3 ] {bd3b1fbf-a039-405f-8b74-f28272915408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 362 | 2024.06.04 11:11:22.469997 [ 3 ] {bd3b1fbf-a039-405f-8b74-f28272915408} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.06.04 11:11:22.471708 [ 3 ] {bd3b1fbf-a039-405f-8b74-f28272915408} <Debug> oximeter.measurements_i32 (a9d87704-aa47-4e17-8a97-344078a5b1a8): Loading data parts | ||
| 364 | 2024.06.04 11:11:22.471862 [ 3 ] {bd3b1fbf-a039-405f-8b74-f28272915408} <Debug> oximeter.measurements_i32 (a9d87704-aa47-4e17-8a97-344078a5b1a8): There are no data parts | ||
| 365 | 2024.06.04 11:11:22.472988 [ 3 ] {bd3b1fbf-a039-405f-8b74-f28272915408} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.06.04 11:11:22.473019 [ 3 ] {} <Debug> HTTP-Session: c9ed8aa8-1606-4128-ad35-4fedacd48d77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.06.04 11:11:22.473129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.06.04 11:11:22.473180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.06.04 11:11:22.473206 [ 3 ] {} <Debug> HTTP-Session: da81f757-43fb-4cf9-98d0-78fdf74da74d Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 370 | 2024.06.04 11:11:22.473220 [ 3 ] {} <Debug> HTTP-Session: da81f757-43fb-4cf9-98d0-78fdf74da74d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.06.04 11:11:22.473237 [ 3 ] {} <Debug> HTTP-Session: da81f757-43fb-4cf9-98d0-78fdf74da74d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.06.04 11:11:22.473269 [ 3 ] {} <Trace> HTTP-Session: da81f757-43fb-4cf9-98d0-78fdf74da74d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.06.04 11:11:22.473439 [ 3 ] {e5325fbe-11c0-4dfa-91aa-8ef9161102fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 374 | 2024.06.04 11:11:22.473488 [ 3 ] {e5325fbe-11c0-4dfa-91aa-8ef9161102fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.06.04 11:11:22.475054 [ 3 ] {e5325fbe-11c0-4dfa-91aa-8ef9161102fb} <Debug> oximeter.measurements_u32 (fa8a1c50-029e-4add-944d-f1f7a5d0caf5): Loading data parts | ||
| 376 | 2024.06.04 11:11:22.475217 [ 3 ] {e5325fbe-11c0-4dfa-91aa-8ef9161102fb} <Debug> oximeter.measurements_u32 (fa8a1c50-029e-4add-944d-f1f7a5d0caf5): There are no data parts | ||
| 377 | 2024.06.04 11:11:22.476330 [ 3 ] {e5325fbe-11c0-4dfa-91aa-8ef9161102fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.06.04 11:11:22.476360 [ 3 ] {} <Debug> HTTP-Session: da81f757-43fb-4cf9-98d0-78fdf74da74d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.06.04 11:11:22.476471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.06.04 11:11:22.476523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.06.04 11:11:22.476546 [ 3 ] {} <Debug> HTTP-Session: e1d683b8-6082-4977-b48c-8beb48c31413 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 382 | 2024.06.04 11:11:22.476566 [ 3 ] {} <Debug> HTTP-Session: e1d683b8-6082-4977-b48c-8beb48c31413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.06.04 11:11:22.476579 [ 3 ] {} <Debug> HTTP-Session: e1d683b8-6082-4977-b48c-8beb48c31413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.06.04 11:11:22.476611 [ 3 ] {} <Trace> HTTP-Session: e1d683b8-6082-4977-b48c-8beb48c31413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.06.04 11:11:22.476852 [ 3 ] {b7bec9c4-17e2-4478-ba0b-93f3b09e3637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 386 | 2024.06.04 11:11:22.476905 [ 3 ] {b7bec9c4-17e2-4478-ba0b-93f3b09e3637} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.06.04 11:11:22.478361 [ 3 ] {b7bec9c4-17e2-4478-ba0b-93f3b09e3637} <Debug> oximeter.measurements_i64 (30043c92-5600-479d-b45d-89e8b499dfcf): Loading data parts | ||
| 388 | 2024.06.04 11:11:22.478562 [ 3 ] {b7bec9c4-17e2-4478-ba0b-93f3b09e3637} <Debug> oximeter.measurements_i64 (30043c92-5600-479d-b45d-89e8b499dfcf): There are no data parts | ||
| 389 | 2024.06.04 11:11:22.479944 [ 3 ] {b7bec9c4-17e2-4478-ba0b-93f3b09e3637} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.06.04 11:11:22.479976 [ 3 ] {} <Debug> HTTP-Session: e1d683b8-6082-4977-b48c-8beb48c31413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.06.04 11:11:22.480090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.06.04 11:11:22.480145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.06.04 11:11:22.480164 [ 3 ] {} <Debug> HTTP-Session: baa1ca03-30f5-4f3d-a8f1-061eec84a8f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 394 | 2024.06.04 11:11:22.480184 [ 3 ] {} <Debug> HTTP-Session: baa1ca03-30f5-4f3d-a8f1-061eec84a8f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.06.04 11:11:22.480197 [ 3 ] {} <Debug> HTTP-Session: baa1ca03-30f5-4f3d-a8f1-061eec84a8f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.06.04 11:11:22.480230 [ 3 ] {} <Trace> HTTP-Session: baa1ca03-30f5-4f3d-a8f1-061eec84a8f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.06.04 11:11:22.480397 [ 3 ] {18b60687-cb66-4462-84c5-3dc56c6e7a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 398 | 2024.06.04 11:11:22.480443 [ 3 ] {18b60687-cb66-4462-84c5-3dc56c6e7a2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.06.04 11:11:22.482139 [ 3 ] {18b60687-cb66-4462-84c5-3dc56c6e7a2b} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Loading data parts | ||
| 400 | 2024.06.04 11:11:22.482306 [ 3 ] {18b60687-cb66-4462-84c5-3dc56c6e7a2b} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): There are no data parts | ||
| 401 | 2024.06.04 11:11:22.483614 [ 3 ] {18b60687-cb66-4462-84c5-3dc56c6e7a2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.06.04 11:11:22.483649 [ 3 ] {} <Debug> HTTP-Session: baa1ca03-30f5-4f3d-a8f1-061eec84a8f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.06.04 11:11:22.483840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.06.04 11:11:22.483885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.06.04 11:11:22.483909 [ 3 ] {} <Debug> HTTP-Session: d0d650bf-c8af-4d3b-9ca2-70d369e40e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 406 | 2024.06.04 11:11:22.483928 [ 3 ] {} <Debug> HTTP-Session: d0d650bf-c8af-4d3b-9ca2-70d369e40e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.06.04 11:11:22.483941 [ 3 ] {} <Debug> HTTP-Session: d0d650bf-c8af-4d3b-9ca2-70d369e40e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.06.04 11:11:22.483973 [ 3 ] {} <Trace> HTTP-Session: d0d650bf-c8af-4d3b-9ca2-70d369e40e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.06.04 11:11:22.484139 [ 3 ] {2d8e36e5-0d42-49d9-badc-1b526d652149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2024.06.04 11:11:22.484188 [ 3 ] {2d8e36e5-0d42-49d9-badc-1b526d652149} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.06.04 11:11:22.485790 [ 3 ] {2d8e36e5-0d42-49d9-badc-1b526d652149} <Debug> oximeter.measurements_f32 (123f47e1-cdb0-4b73-a934-92528c386ad1): Loading data parts | ||
| 412 | 2024.06.04 11:11:22.485948 [ 3 ] {2d8e36e5-0d42-49d9-badc-1b526d652149} <Debug> oximeter.measurements_f32 (123f47e1-cdb0-4b73-a934-92528c386ad1): There are no data parts | ||
| 413 | 2024.06.04 11:11:22.487061 [ 3 ] {2d8e36e5-0d42-49d9-badc-1b526d652149} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.06.04 11:11:22.487085 [ 3 ] {} <Debug> HTTP-Session: d0d650bf-c8af-4d3b-9ca2-70d369e40e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.06.04 11:11:22.487194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.06.04 11:11:22.487250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.06.04 11:11:22.487268 [ 3 ] {} <Debug> HTTP-Session: 389e98d9-33bb-4752-a99c-5fccf87c7375 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 418 | 2024.06.04 11:11:22.487288 [ 3 ] {} <Debug> HTTP-Session: 389e98d9-33bb-4752-a99c-5fccf87c7375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.06.04 11:11:22.487305 [ 3 ] {} <Debug> HTTP-Session: 389e98d9-33bb-4752-a99c-5fccf87c7375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.06.04 11:11:22.487334 [ 3 ] {} <Trace> HTTP-Session: 389e98d9-33bb-4752-a99c-5fccf87c7375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.06.04 11:11:22.487498 [ 3 ] {c9109ab0-1a1c-4a70-bef1-d71ff0a6eac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 422 | 2024.06.04 11:11:22.487554 [ 3 ] {c9109ab0-1a1c-4a70-bef1-d71ff0a6eac9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.06.04 11:11:22.489135 [ 3 ] {c9109ab0-1a1c-4a70-bef1-d71ff0a6eac9} <Debug> oximeter.measurements_f64 (88d3bff8-a420-47b9-aad9-a10a1639c1e4): Loading data parts | ||
| 424 | 2024.06.04 11:11:22.489288 [ 3 ] {c9109ab0-1a1c-4a70-bef1-d71ff0a6eac9} <Debug> oximeter.measurements_f64 (88d3bff8-a420-47b9-aad9-a10a1639c1e4): There are no data parts | ||
| 425 | 2024.06.04 11:11:22.490484 [ 3 ] {c9109ab0-1a1c-4a70-bef1-d71ff0a6eac9} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.06.04 11:11:22.490514 [ 3 ] {} <Debug> HTTP-Session: 389e98d9-33bb-4752-a99c-5fccf87c7375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.06.04 11:11:22.490629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.06.04 11:11:22.490743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.06.04 11:11:22.490761 [ 3 ] {} <Debug> HTTP-Session: 6de17d12-023a-4941-b132-70910e95639e Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 430 | 2024.06.04 11:11:22.490781 [ 3 ] {} <Debug> HTTP-Session: 6de17d12-023a-4941-b132-70910e95639e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.06.04 11:11:22.490794 [ 3 ] {} <Debug> HTTP-Session: 6de17d12-023a-4941-b132-70910e95639e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.06.04 11:11:22.490827 [ 3 ] {} <Trace> HTTP-Session: 6de17d12-023a-4941-b132-70910e95639e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.06.04 11:11:22.490993 [ 3 ] {42cb88bb-8b49-4060-9131-2122caafcba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2024.06.04 11:11:22.491043 [ 3 ] {42cb88bb-8b49-4060-9131-2122caafcba3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.06.04 11:11:22.492501 [ 3 ] {42cb88bb-8b49-4060-9131-2122caafcba3} <Debug> oximeter.measurements_string (bb6d1ee2-64fb-4c06-9ef6-c12f1312d1c6): Loading data parts | ||
| 436 | 2024.06.04 11:11:22.492646 [ 3 ] {42cb88bb-8b49-4060-9131-2122caafcba3} <Debug> oximeter.measurements_string (bb6d1ee2-64fb-4c06-9ef6-c12f1312d1c6): There are no data parts | ||
| 437 | 2024.06.04 11:11:22.493826 [ 3 ] {42cb88bb-8b49-4060-9131-2122caafcba3} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.06.04 11:11:22.493849 [ 3 ] {} <Debug> HTTP-Session: 6de17d12-023a-4941-b132-70910e95639e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.06.04 11:11:22.493958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.06.04 11:11:22.494008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.06.04 11:11:22.494026 [ 3 ] {} <Debug> HTTP-Session: e56e0f01-579b-41bf-b22d-1ec72596eeca Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 442 | 2024.06.04 11:11:22.494046 [ 3 ] {} <Debug> HTTP-Session: e56e0f01-579b-41bf-b22d-1ec72596eeca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.06.04 11:11:22.494064 [ 3 ] {} <Debug> HTTP-Session: e56e0f01-579b-41bf-b22d-1ec72596eeca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.06.04 11:11:22.494091 [ 3 ] {} <Trace> HTTP-Session: e56e0f01-579b-41bf-b22d-1ec72596eeca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.06.04 11:11:22.494255 [ 3 ] {cfdf290c-ff82-4d19-b2fd-eeae1a964601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.06.04 11:11:22.494305 [ 3 ] {cfdf290c-ff82-4d19-b2fd-eeae1a964601} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.06.04 11:11:22.495881 [ 3 ] {cfdf290c-ff82-4d19-b2fd-eeae1a964601} <Debug> oximeter.measurements_bytes (1318f7d6-f325-495f-8c9b-b01b0c47391e): Loading data parts | ||
| 455 | 2024.06.04 11:11:22.496035 [ 3 ] {cfdf290c-ff82-4d19-b2fd-eeae1a964601} <Debug> oximeter.measurements_bytes (1318f7d6-f325-495f-8c9b-b01b0c47391e): There are no data parts | ||
| 456 | 2024.06.04 11:11:22.497172 [ 3 ] {cfdf290c-ff82-4d19-b2fd-eeae1a964601} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.06.04 11:11:22.497197 [ 3 ] {} <Debug> HTTP-Session: e56e0f01-579b-41bf-b22d-1ec72596eeca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.06.04 11:11:22.497327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.06.04 11:11:22.497389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.06.04 11:11:22.497407 [ 3 ] {} <Debug> HTTP-Session: c14f1176-e8ab-4c8d-b292-5bd12ee3b9d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 461 | 2024.06.04 11:11:22.497429 [ 3 ] {} <Debug> HTTP-Session: c14f1176-e8ab-4c8d-b292-5bd12ee3b9d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.06.04 11:11:22.497448 [ 3 ] {} <Debug> HTTP-Session: c14f1176-e8ab-4c8d-b292-5bd12ee3b9d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.06.04 11:11:22.497476 [ 3 ] {} <Trace> HTTP-Session: c14f1176-e8ab-4c8d-b292-5bd12ee3b9d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.06.04 11:11:22.497665 [ 3 ] {0d47b57a-f8e2-4430-8b21-bf7747d9e08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 465 | 2024.06.04 11:11:22.497779 [ 3 ] {0d47b57a-f8e2-4430-8b21-bf7747d9e08e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.06.04 11:11:22.499480 [ 3 ] {0d47b57a-f8e2-4430-8b21-bf7747d9e08e} <Debug> oximeter.measurements_cumulativei64 (8e5144c3-68eb-48de-a0ca-72825727c086): Loading data parts | ||
| 467 | 2024.06.04 11:11:22.499630 [ 3 ] {0d47b57a-f8e2-4430-8b21-bf7747d9e08e} <Debug> oximeter.measurements_cumulativei64 (8e5144c3-68eb-48de-a0ca-72825727c086): There are no data parts | ||
| 468 | 2024.06.04 11:11:22.500850 [ 3 ] {0d47b57a-f8e2-4430-8b21-bf7747d9e08e} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.06.04 11:11:22.500881 [ 3 ] {} <Debug> HTTP-Session: c14f1176-e8ab-4c8d-b292-5bd12ee3b9d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.06.04 11:11:22.500997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.06.04 11:11:22.501062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.06.04 11:11:22.501093 [ 3 ] {} <Debug> HTTP-Session: 5142e5e4-ba83-4ed6-aaea-8fab47e0138c Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 473 | 2024.06.04 11:11:22.501123 [ 3 ] {} <Debug> HTTP-Session: 5142e5e4-ba83-4ed6-aaea-8fab47e0138c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.06.04 11:11:22.501137 [ 3 ] {} <Debug> HTTP-Session: 5142e5e4-ba83-4ed6-aaea-8fab47e0138c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.06.04 11:11:22.501179 [ 3 ] {} <Trace> HTTP-Session: 5142e5e4-ba83-4ed6-aaea-8fab47e0138c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.06.04 11:11:22.501366 [ 3 ] {6b364e29-b3f4-4d28-8f1a-d1dcb9a48507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 477 | 2024.06.04 11:11:22.501419 [ 3 ] {6b364e29-b3f4-4d28-8f1a-d1dcb9a48507} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.06.04 11:11:22.503001 [ 3 ] {6b364e29-b3f4-4d28-8f1a-d1dcb9a48507} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Loading data parts | ||
| 479 | 2024.06.04 11:11:22.503172 [ 3 ] {6b364e29-b3f4-4d28-8f1a-d1dcb9a48507} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): There are no data parts | ||
| 480 | 2024.06.04 11:11:22.504466 [ 3 ] {6b364e29-b3f4-4d28-8f1a-d1dcb9a48507} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.06.04 11:11:22.504490 [ 3 ] {} <Debug> HTTP-Session: 5142e5e4-ba83-4ed6-aaea-8fab47e0138c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.06.04 11:11:22.504605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.06.04 11:11:22.504659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.06.04 11:11:22.504677 [ 3 ] {} <Debug> HTTP-Session: f064d92c-7926-4688-a862-ea5022bca130 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 485 | 2024.06.04 11:11:22.504764 [ 3 ] {} <Debug> HTTP-Session: f064d92c-7926-4688-a862-ea5022bca130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.06.04 11:11:22.504789 [ 3 ] {} <Debug> HTTP-Session: f064d92c-7926-4688-a862-ea5022bca130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.06.04 11:11:22.504829 [ 3 ] {} <Trace> HTTP-Session: f064d92c-7926-4688-a862-ea5022bca130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.06.04 11:11:22.505071 [ 3 ] {047472aa-51fe-4edd-9e09-d67f0ef6b99c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 489 | 2024.06.04 11:11:22.505145 [ 3 ] {047472aa-51fe-4edd-9e09-d67f0ef6b99c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.06.04 11:11:22.507087 [ 3 ] {047472aa-51fe-4edd-9e09-d67f0ef6b99c} <Debug> oximeter.measurements_cumulativef32 (33caf569-992b-4773-9fa4-3b072d23dced): Loading data parts | ||
| 491 | 2024.06.04 11:11:22.507253 [ 3 ] {047472aa-51fe-4edd-9e09-d67f0ef6b99c} <Debug> oximeter.measurements_cumulativef32 (33caf569-992b-4773-9fa4-3b072d23dced): There are no data parts | ||
| 492 | 2024.06.04 11:11:22.508489 [ 3 ] {047472aa-51fe-4edd-9e09-d67f0ef6b99c} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.06.04 11:11:22.508524 [ 3 ] {} <Debug> HTTP-Session: f064d92c-7926-4688-a862-ea5022bca130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.06.04 11:11:22.508636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.06.04 11:11:22.508766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.06.04 11:11:22.508790 [ 3 ] {} <Debug> HTTP-Session: feb0c11d-236a-4fb3-aaf2-40bff11d10b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 497 | 2024.06.04 11:11:22.508811 [ 3 ] {} <Debug> HTTP-Session: feb0c11d-236a-4fb3-aaf2-40bff11d10b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.06.04 11:11:22.508824 [ 3 ] {} <Debug> HTTP-Session: feb0c11d-236a-4fb3-aaf2-40bff11d10b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.06.04 11:11:22.508858 [ 3 ] {} <Trace> HTTP-Session: feb0c11d-236a-4fb3-aaf2-40bff11d10b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.06.04 11:11:22.509052 [ 3 ] {977e6971-3751-498f-8fbe-37047f07e8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 501 | 2024.06.04 11:11:22.509113 [ 3 ] {977e6971-3751-498f-8fbe-37047f07e8ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.06.04 11:11:22.510969 [ 3 ] {977e6971-3751-498f-8fbe-37047f07e8ef} <Debug> oximeter.measurements_cumulativef64 (f17a6dbf-1ad6-48b9-9d5e-78e3d0a6c1ee): Loading data parts | ||
| 503 | 2024.06.04 11:11:22.511148 [ 3 ] {977e6971-3751-498f-8fbe-37047f07e8ef} <Debug> oximeter.measurements_cumulativef64 (f17a6dbf-1ad6-48b9-9d5e-78e3d0a6c1ee): There are no data parts | ||
| 504 | 2024.06.04 11:11:22.512546 [ 3 ] {977e6971-3751-498f-8fbe-37047f07e8ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.06.04 11:11:22.512571 [ 3 ] {} <Debug> HTTP-Session: feb0c11d-236a-4fb3-aaf2-40bff11d10b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.06.04 11:11:22.512775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.06.04 11:11:22.512829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.06.04 11:11:22.512848 [ 3 ] {} <Debug> HTTP-Session: eafc6a50-0fd2-4f89-8f99-b7218a86730e Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 509 | 2024.06.04 11:11:22.512869 [ 3 ] {} <Debug> HTTP-Session: eafc6a50-0fd2-4f89-8f99-b7218a86730e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.06.04 11:11:22.512888 [ 3 ] {} <Debug> HTTP-Session: eafc6a50-0fd2-4f89-8f99-b7218a86730e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.06.04 11:11:22.512923 [ 3 ] {} <Trace> HTTP-Session: eafc6a50-0fd2-4f89-8f99-b7218a86730e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.06.04 11:11:22.513112 [ 3 ] {7dab3621-33f3-4e1d-8086-9ad266d37388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.513169 [ 3 ] {7dab3621-33f3-4e1d-8086-9ad266d37388} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.06.04 11:11:22.514847 [ 3 ] {7dab3621-33f3-4e1d-8086-9ad266d37388} <Debug> oximeter.measurements_histogrami8 (329c3f5f-8efe-4af0-b889-79c53f776fe0): Loading data parts | ||
| 525 | 2024.06.04 11:11:22.514992 [ 3 ] {7dab3621-33f3-4e1d-8086-9ad266d37388} <Debug> oximeter.measurements_histogrami8 (329c3f5f-8efe-4af0-b889-79c53f776fe0): There are no data parts | ||
| 526 | 2024.06.04 11:11:22.516231 [ 3 ] {7dab3621-33f3-4e1d-8086-9ad266d37388} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.06.04 11:11:22.516256 [ 3 ] {} <Debug> HTTP-Session: eafc6a50-0fd2-4f89-8f99-b7218a86730e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.06.04 11:11:22.516379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.06.04 11:11:22.516433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.06.04 11:11:22.516458 [ 3 ] {} <Debug> HTTP-Session: b6bba4bd-f4ab-4bdc-98b3-adff401eb7fa Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 531 | 2024.06.04 11:11:22.516472 [ 3 ] {} <Debug> HTTP-Session: b6bba4bd-f4ab-4bdc-98b3-adff401eb7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.06.04 11:11:22.516490 [ 3 ] {} <Debug> HTTP-Session: b6bba4bd-f4ab-4bdc-98b3-adff401eb7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.06.04 11:11:22.516520 [ 3 ] {} <Trace> HTTP-Session: b6bba4bd-f4ab-4bdc-98b3-adff401eb7fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.06.04 11:11:22.516767 [ 3 ] {58eec76b-295d-42b5-9a11-43945857806e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.516822 [ 3 ] {58eec76b-295d-42b5-9a11-43945857806e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.06.04 11:11:22.518480 [ 3 ] {58eec76b-295d-42b5-9a11-43945857806e} <Debug> oximeter.measurements_histogramu8 (c14607f0-af2d-4897-9ee6-44cf8df0b96c): Loading data parts | ||
| 537 | 2024.06.04 11:11:22.518655 [ 3 ] {58eec76b-295d-42b5-9a11-43945857806e} <Debug> oximeter.measurements_histogramu8 (c14607f0-af2d-4897-9ee6-44cf8df0b96c): There are no data parts | ||
| 538 | 2024.06.04 11:11:22.519918 [ 3 ] {58eec76b-295d-42b5-9a11-43945857806e} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.06.04 11:11:22.519950 [ 3 ] {} <Debug> HTTP-Session: b6bba4bd-f4ab-4bdc-98b3-adff401eb7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.06.04 11:11:22.520069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.06.04 11:11:22.520128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.06.04 11:11:22.520154 [ 3 ] {} <Debug> HTTP-Session: 72962b86-2107-4dbe-affb-dfc05e92239d Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 543 | 2024.06.04 11:11:22.520176 [ 3 ] {} <Debug> HTTP-Session: 72962b86-2107-4dbe-affb-dfc05e92239d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.06.04 11:11:22.520188 [ 3 ] {} <Debug> HTTP-Session: 72962b86-2107-4dbe-affb-dfc05e92239d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.06.04 11:11:22.520223 [ 3 ] {} <Trace> HTTP-Session: 72962b86-2107-4dbe-affb-dfc05e92239d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.06.04 11:11:22.520426 [ 3 ] {96f34404-5efa-4d4c-be03-4f3b1c9db677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.520493 [ 3 ] {96f34404-5efa-4d4c-be03-4f3b1c9db677} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.06.04 11:11:22.522173 [ 3 ] {96f34404-5efa-4d4c-be03-4f3b1c9db677} <Debug> oximeter.measurements_histogrami16 (d3c30781-54a8-4810-bf85-3a7ff021f7a9): Loading data parts | ||
| 549 | 2024.06.04 11:11:22.522341 [ 3 ] {96f34404-5efa-4d4c-be03-4f3b1c9db677} <Debug> oximeter.measurements_histogrami16 (d3c30781-54a8-4810-bf85-3a7ff021f7a9): There are no data parts | ||
| 550 | 2024.06.04 11:11:22.524308 [ 3 ] {96f34404-5efa-4d4c-be03-4f3b1c9db677} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.06.04 11:11:22.524331 [ 3 ] {} <Debug> HTTP-Session: 72962b86-2107-4dbe-affb-dfc05e92239d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.06.04 11:11:22.524486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.06.04 11:11:22.524559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.06.04 11:11:22.524586 [ 3 ] {} <Debug> HTTP-Session: cc633ab9-5046-4e74-94b4-409621f81bc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 555 | 2024.06.04 11:11:22.524615 [ 3 ] {} <Debug> HTTP-Session: cc633ab9-5046-4e74-94b4-409621f81bc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.06.04 11:11:22.524639 [ 3 ] {} <Debug> HTTP-Session: cc633ab9-5046-4e74-94b4-409621f81bc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.06.04 11:11:22.524678 [ 3 ] {} <Trace> HTTP-Session: cc633ab9-5046-4e74-94b4-409621f81bc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.06.04 11:11:22.524940 [ 3 ] {ee5a7389-a86b-4041-a621-780e1cb6b706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.524999 [ 3 ] {ee5a7389-a86b-4041-a621-780e1cb6b706} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.06.04 11:11:22.526774 [ 3 ] {ee5a7389-a86b-4041-a621-780e1cb6b706} <Debug> oximeter.measurements_histogramu16 (3536e123-caae-4d82-98da-6f41ec6896a1): Loading data parts | ||
| 561 | 2024.06.04 11:11:22.526937 [ 3 ] {ee5a7389-a86b-4041-a621-780e1cb6b706} <Debug> oximeter.measurements_histogramu16 (3536e123-caae-4d82-98da-6f41ec6896a1): There are no data parts | ||
| 562 | 2024.06.04 11:11:22.528189 [ 3 ] {ee5a7389-a86b-4041-a621-780e1cb6b706} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.06.04 11:11:22.528220 [ 3 ] {} <Debug> HTTP-Session: cc633ab9-5046-4e74-94b4-409621f81bc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.06.04 11:11:22.528333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.06.04 11:11:22.528385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.06.04 11:11:22.528410 [ 3 ] {} <Debug> HTTP-Session: 42eb2cb9-4b23-4433-a94d-1d9eacc8bba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 567 | 2024.06.04 11:11:22.528426 [ 3 ] {} <Debug> HTTP-Session: 42eb2cb9-4b23-4433-a94d-1d9eacc8bba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.06.04 11:11:22.528445 [ 3 ] {} <Debug> HTTP-Session: 42eb2cb9-4b23-4433-a94d-1d9eacc8bba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.06.04 11:11:22.528479 [ 3 ] {} <Trace> HTTP-Session: 42eb2cb9-4b23-4433-a94d-1d9eacc8bba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.06.04 11:11:22.528657 [ 3 ] {083aa4b4-2c4e-4c09-aef5-672614f41d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.528785 [ 3 ] {083aa4b4-2c4e-4c09-aef5-672614f41d3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.06.04 11:11:22.530528 [ 3 ] {083aa4b4-2c4e-4c09-aef5-672614f41d3c} <Debug> oximeter.measurements_histogrami32 (9d486885-543f-49e1-aa12-2edb5e3bf6f1): Loading data parts | ||
| 573 | 2024.06.04 11:11:22.530813 [ 3 ] {083aa4b4-2c4e-4c09-aef5-672614f41d3c} <Debug> oximeter.measurements_histogrami32 (9d486885-543f-49e1-aa12-2edb5e3bf6f1): There are no data parts | ||
| 574 | 2024.06.04 11:11:22.532065 [ 3 ] {083aa4b4-2c4e-4c09-aef5-672614f41d3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.06.04 11:11:22.532096 [ 3 ] {} <Debug> HTTP-Session: 42eb2cb9-4b23-4433-a94d-1d9eacc8bba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.06.04 11:11:22.532221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.06.04 11:11:22.532271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.06.04 11:11:22.532289 [ 3 ] {} <Debug> HTTP-Session: 4d828ee8-3750-49e4-9679-c68c00e5c70d Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 579 | 2024.06.04 11:11:22.532316 [ 3 ] {} <Debug> HTTP-Session: 4d828ee8-3750-49e4-9679-c68c00e5c70d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.06.04 11:11:22.532329 [ 3 ] {} <Debug> HTTP-Session: 4d828ee8-3750-49e4-9679-c68c00e5c70d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.06.04 11:11:22.532362 [ 3 ] {} <Trace> HTTP-Session: 4d828ee8-3750-49e4-9679-c68c00e5c70d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.06.04 11:11:22.532548 [ 3 ] {67228e80-49ce-4336-842c-8604fbf1e696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.532604 [ 3 ] {67228e80-49ce-4336-842c-8604fbf1e696} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.06.04 11:11:22.534206 [ 3 ] {67228e80-49ce-4336-842c-8604fbf1e696} <Debug> oximeter.measurements_histogramu32 (3b4ab12c-a181-49e4-80c1-56564efbcfb5): Loading data parts | ||
| 585 | 2024.06.04 11:11:22.534327 [ 3 ] {67228e80-49ce-4336-842c-8604fbf1e696} <Debug> oximeter.measurements_histogramu32 (3b4ab12c-a181-49e4-80c1-56564efbcfb5): There are no data parts | ||
| 586 | 2024.06.04 11:11:22.535647 [ 3 ] {67228e80-49ce-4336-842c-8604fbf1e696} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.06.04 11:11:22.535677 [ 3 ] {} <Debug> HTTP-Session: 4d828ee8-3750-49e4-9679-c68c00e5c70d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.06.04 11:11:22.535881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.06.04 11:11:22.535945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.06.04 11:11:22.535970 [ 3 ] {} <Debug> HTTP-Session: bde9394e-e139-4371-b9e1-498b156bab9e Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 591 | 2024.06.04 11:11:22.535986 [ 3 ] {} <Debug> HTTP-Session: bde9394e-e139-4371-b9e1-498b156bab9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.06.04 11:11:22.536005 [ 3 ] {} <Debug> HTTP-Session: bde9394e-e139-4371-b9e1-498b156bab9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.06.04 11:11:22.536033 [ 3 ] {} <Trace> HTTP-Session: bde9394e-e139-4371-b9e1-498b156bab9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.06.04 11:11:22.536233 [ 3 ] {1a9f5f9a-8b6f-4c0c-9c9c-254291e1adad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.536308 [ 3 ] {1a9f5f9a-8b6f-4c0c-9c9c-254291e1adad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.06.04 11:11:22.538083 [ 3 ] {1a9f5f9a-8b6f-4c0c-9c9c-254291e1adad} <Debug> oximeter.measurements_histogrami64 (608f09bf-f58b-43be-a041-03f6eb535a8f): Loading data parts | ||
| 597 | 2024.06.04 11:11:22.538230 [ 3 ] {1a9f5f9a-8b6f-4c0c-9c9c-254291e1adad} <Debug> oximeter.measurements_histogrami64 (608f09bf-f58b-43be-a041-03f6eb535a8f): There are no data parts | ||
| 598 | 2024.06.04 11:11:22.539428 [ 3 ] {1a9f5f9a-8b6f-4c0c-9c9c-254291e1adad} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.06.04 11:11:22.539451 [ 3 ] {} <Debug> HTTP-Session: bde9394e-e139-4371-b9e1-498b156bab9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.06.04 11:11:22.539563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.06.04 11:11:22.539621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.06.04 11:11:22.539638 [ 3 ] {} <Debug> HTTP-Session: 2e67ed16-aaec-4457-bcbb-1dc944686ee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 603 | 2024.06.04 11:11:22.539659 [ 3 ] {} <Debug> HTTP-Session: 2e67ed16-aaec-4457-bcbb-1dc944686ee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.06.04 11:11:22.539673 [ 3 ] {} <Debug> HTTP-Session: 2e67ed16-aaec-4457-bcbb-1dc944686ee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.06.04 11:11:22.539707 [ 3 ] {} <Trace> HTTP-Session: 2e67ed16-aaec-4457-bcbb-1dc944686ee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.06.04 11:11:22.539953 [ 3 ] {7a3bdeba-5598-44e1-aa50-2a1766e16098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.540008 [ 3 ] {7a3bdeba-5598-44e1-aa50-2a1766e16098} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.06.04 11:11:22.541554 [ 3 ] {7a3bdeba-5598-44e1-aa50-2a1766e16098} <Debug> oximeter.measurements_histogramu64 (3305a0da-7680-4796-9a93-35896348e340): Loading data parts | ||
| 609 | 2024.06.04 11:11:22.541719 [ 3 ] {7a3bdeba-5598-44e1-aa50-2a1766e16098} <Debug> oximeter.measurements_histogramu64 (3305a0da-7680-4796-9a93-35896348e340): There are no data parts | ||
| 610 | 2024.06.04 11:11:22.543340 [ 3 ] {7a3bdeba-5598-44e1-aa50-2a1766e16098} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.06.04 11:11:22.543364 [ 3 ] {} <Debug> HTTP-Session: 2e67ed16-aaec-4457-bcbb-1dc944686ee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.06.04 11:11:22.543499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.06.04 11:11:22.543567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.06.04 11:11:22.543595 [ 3 ] {} <Debug> HTTP-Session: b640da52-91d0-4061-bb10-797ee2951d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 615 | 2024.06.04 11:11:22.543610 [ 3 ] {} <Debug> HTTP-Session: b640da52-91d0-4061-bb10-797ee2951d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.06.04 11:11:22.543629 [ 3 ] {} <Debug> HTTP-Session: b640da52-91d0-4061-bb10-797ee2951d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.06.04 11:11:22.543663 [ 3 ] {} <Trace> HTTP-Session: b640da52-91d0-4061-bb10-797ee2951d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.06.04 11:11:22.543903 [ 3 ] {9d3336bb-3065-4b10-a7f4-714738421267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.543959 [ 3 ] {9d3336bb-3065-4b10-a7f4-714738421267} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.06.04 11:11:22.545595 [ 3 ] {9d3336bb-3065-4b10-a7f4-714738421267} <Debug> oximeter.measurements_histogramf32 (fa0c3ab0-434b-4ace-87bb-57ca223eb1af): Loading data parts | ||
| 621 | 2024.06.04 11:11:22.545792 [ 3 ] {9d3336bb-3065-4b10-a7f4-714738421267} <Debug> oximeter.measurements_histogramf32 (fa0c3ab0-434b-4ace-87bb-57ca223eb1af): There are no data parts | ||
| 622 | 2024.06.04 11:11:22.546953 [ 3 ] {9d3336bb-3065-4b10-a7f4-714738421267} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.06.04 11:11:22.546986 [ 3 ] {} <Debug> HTTP-Session: b640da52-91d0-4061-bb10-797ee2951d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.06.04 11:11:22.547110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.06.04 11:11:22.547154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.06.04 11:11:22.547179 [ 3 ] {} <Debug> HTTP-Session: 53063c9e-9779-41e2-b62b-1be53ffbeb86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 627 | 2024.06.04 11:11:22.547202 [ 3 ] {} <Debug> HTTP-Session: 53063c9e-9779-41e2-b62b-1be53ffbeb86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.06.04 11:11:22.547214 [ 3 ] {} <Debug> HTTP-Session: 53063c9e-9779-41e2-b62b-1be53ffbeb86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.06.04 11:11:22.547248 [ 3 ] {} <Trace> HTTP-Session: 53063c9e-9779-41e2-b62b-1be53ffbeb86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.06.04 11:11:22.547431 [ 3 ] {d6cb74b7-faff-419c-afe9-af7c697895d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.547487 [ 3 ] {d6cb74b7-faff-419c-afe9-af7c697895d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.06.04 11:11:22.549141 [ 3 ] {d6cb74b7-faff-419c-afe9-af7c697895d0} <Debug> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Loading data parts | ||
| 633 | 2024.06.04 11:11:22.549276 [ 3 ] {d6cb74b7-faff-419c-afe9-af7c697895d0} <Debug> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): There are no data parts | ||
| 634 | 2024.06.04 11:11:22.550468 [ 3 ] {d6cb74b7-faff-419c-afe9-af7c697895d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.06.04 11:11:22.550492 [ 3 ] {} <Debug> HTTP-Session: 53063c9e-9779-41e2-b62b-1be53ffbeb86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.06.04 11:11:22.550632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.06.04 11:11:22.550685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.06.04 11:11:22.550702 [ 3 ] {} <Debug> HTTP-Session: f16b8b62-bb65-4716-9145-39ebd7b27d3d Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 639 | 2024.06.04 11:11:22.550723 [ 3 ] {} <Debug> HTTP-Session: f16b8b62-bb65-4716-9145-39ebd7b27d3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.06.04 11:11:22.550806 [ 3 ] {} <Debug> HTTP-Session: f16b8b62-bb65-4716-9145-39ebd7b27d3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.06.04 11:11:22.550834 [ 3 ] {} <Trace> HTTP-Session: f16b8b62-bb65-4716-9145-39ebd7b27d3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.06.04 11:11:22.550978 [ 3 ] {38ddcdab-5795-463c-98e9-3ddf91714fe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) /* The field tables store named dimensions of each timeseries. | ||
| 643 | * | ||
| 644 | * As with the measurement tables, there is one field table for each field data | ||
| 645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 646 | * this behavior **must not** be relied upon for query correctness. | ||
| 647 | * | ||
| 648 | * The index for the fields differs from the measurements, however. Rows are | ||
| 649 | * sorted by timeseries name, then field name, field value, and finally | ||
| 650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 652 | * usually then used to look up measurements. | ||
| 653 | * | ||
| 654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 655 | * timeseries name and then key, since it would improve lookups where one | ||
| 656 | * already has the key. Realistically though, these tables are quite small and | ||
| 657 | * so performance benefits will be low in absolute terms. | ||
| 658 | */ | ||
| 659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 660 | 2024.06.04 11:11:22.551032 [ 3 ] {38ddcdab-5795-463c-98e9-3ddf91714fe7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.06.04 11:11:22.552569 [ 3 ] {38ddcdab-5795-463c-98e9-3ddf91714fe7} <Debug> oximeter.fields_bool (50d9b257-70f1-4b0a-b364-c6511155f92a): Loading data parts | ||
| 662 | 2024.06.04 11:11:22.552710 [ 3 ] {38ddcdab-5795-463c-98e9-3ddf91714fe7} <Debug> oximeter.fields_bool (50d9b257-70f1-4b0a-b364-c6511155f92a): There are no data parts | ||
| 663 | 2024.06.04 11:11:22.553947 [ 3 ] {38ddcdab-5795-463c-98e9-3ddf91714fe7} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.06.04 11:11:22.553978 [ 3 ] {} <Debug> HTTP-Session: f16b8b62-bb65-4716-9145-39ebd7b27d3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.06.04 11:11:22.554096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.06.04 11:11:22.554138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.06.04 11:11:22.554166 [ 3 ] {} <Debug> HTTP-Session: e3e87833-6aec-4c9f-904c-78101fba82d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 668 | 2024.06.04 11:11:22.554189 [ 3 ] {} <Debug> HTTP-Session: e3e87833-6aec-4c9f-904c-78101fba82d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.06.04 11:11:22.554202 [ 3 ] {} <Debug> HTTP-Session: e3e87833-6aec-4c9f-904c-78101fba82d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.06.04 11:11:22.554240 [ 3 ] {} <Trace> HTTP-Session: e3e87833-6aec-4c9f-904c-78101fba82d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.06.04 11:11:22.554392 [ 3 ] {2079fa9b-559b-4f27-a6e8-4efffdab67b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 672 | 2024.06.04 11:11:22.554438 [ 3 ] {2079fa9b-559b-4f27-a6e8-4efffdab67b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.06.04 11:11:22.556335 [ 3 ] {2079fa9b-559b-4f27-a6e8-4efffdab67b6} <Debug> oximeter.fields_i8 (fe45483a-2d5a-4862-a150-1c6b399eb596): Loading data parts | ||
| 674 | 2024.06.04 11:11:22.556464 [ 3 ] {2079fa9b-559b-4f27-a6e8-4efffdab67b6} <Debug> oximeter.fields_i8 (fe45483a-2d5a-4862-a150-1c6b399eb596): There are no data parts | ||
| 675 | 2024.06.04 11:11:22.557935 [ 3 ] {2079fa9b-559b-4f27-a6e8-4efffdab67b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.06.04 11:11:22.557974 [ 3 ] {} <Debug> HTTP-Session: e3e87833-6aec-4c9f-904c-78101fba82d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.06.04 11:11:22.558091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.06.04 11:11:22.558141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.06.04 11:11:22.558166 [ 3 ] {} <Debug> HTTP-Session: 7cca5395-8363-4b13-a8a6-1c3c87ee0794 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 680 | 2024.06.04 11:11:22.558182 [ 3 ] {} <Debug> HTTP-Session: 7cca5395-8363-4b13-a8a6-1c3c87ee0794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.06.04 11:11:22.558200 [ 3 ] {} <Debug> HTTP-Session: 7cca5395-8363-4b13-a8a6-1c3c87ee0794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.06.04 11:11:22.558235 [ 3 ] {} <Trace> HTTP-Session: 7cca5395-8363-4b13-a8a6-1c3c87ee0794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.06.04 11:11:22.558367 [ 3 ] {c8a07f69-b017-4c53-b95e-9ba589a028b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 684 | 2024.06.04 11:11:22.558418 [ 3 ] {c8a07f69-b017-4c53-b95e-9ba589a028b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.06.04 11:11:22.560232 [ 3 ] {c8a07f69-b017-4c53-b95e-9ba589a028b1} <Debug> oximeter.fields_u8 (ae008068-dca2-46e8-93f3-4618fe0d4fa9): Loading data parts | ||
| 686 | 2024.06.04 11:11:22.560355 [ 3 ] {c8a07f69-b017-4c53-b95e-9ba589a028b1} <Debug> oximeter.fields_u8 (ae008068-dca2-46e8-93f3-4618fe0d4fa9): There are no data parts | ||
| 687 | 2024.06.04 11:11:22.561897 [ 3 ] {c8a07f69-b017-4c53-b95e-9ba589a028b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.06.04 11:11:22.561920 [ 3 ] {} <Debug> HTTP-Session: 7cca5395-8363-4b13-a8a6-1c3c87ee0794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.06.04 11:11:22.562044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.06.04 11:11:22.562095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.06.04 11:11:22.562113 [ 3 ] {} <Debug> HTTP-Session: 71b359c4-e5b8-4c5c-9f62-8407ea790da0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 692 | 2024.06.04 11:11:22.562135 [ 3 ] {} <Debug> HTTP-Session: 71b359c4-e5b8-4c5c-9f62-8407ea790da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.06.04 11:11:22.562155 [ 3 ] {} <Debug> HTTP-Session: 71b359c4-e5b8-4c5c-9f62-8407ea790da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.06.04 11:11:22.562183 [ 3 ] {} <Trace> HTTP-Session: 71b359c4-e5b8-4c5c-9f62-8407ea790da0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.06.04 11:11:22.562327 [ 3 ] {4616b492-be7c-46bf-bcc5-9d3251d8d999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 696 | 2024.06.04 11:11:22.562378 [ 3 ] {4616b492-be7c-46bf-bcc5-9d3251d8d999} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.06.04 11:11:22.563864 [ 3 ] {4616b492-be7c-46bf-bcc5-9d3251d8d999} <Debug> oximeter.fields_i16 (39306804-e8d3-4c68-ac7a-b92c28059700): Loading data parts | ||
| 698 | 2024.06.04 11:11:22.563993 [ 3 ] {4616b492-be7c-46bf-bcc5-9d3251d8d999} <Debug> oximeter.fields_i16 (39306804-e8d3-4c68-ac7a-b92c28059700): There are no data parts | ||
| 699 | 2024.06.04 11:11:22.566035 [ 3 ] {4616b492-be7c-46bf-bcc5-9d3251d8d999} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.06.04 11:11:22.566061 [ 3 ] {} <Debug> HTTP-Session: 71b359c4-e5b8-4c5c-9f62-8407ea790da0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.06.04 11:11:22.566188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.06.04 11:11:22.566242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.06.04 11:11:22.566260 [ 3 ] {} <Debug> HTTP-Session: e52957a3-b2f5-4b02-9d95-11c9bf7ca756 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 704 | 2024.06.04 11:11:22.566283 [ 3 ] {} <Debug> HTTP-Session: e52957a3-b2f5-4b02-9d95-11c9bf7ca756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.06.04 11:11:22.566302 [ 3 ] {} <Debug> HTTP-Session: e52957a3-b2f5-4b02-9d95-11c9bf7ca756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.06.04 11:11:22.566336 [ 3 ] {} <Trace> HTTP-Session: e52957a3-b2f5-4b02-9d95-11c9bf7ca756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.06.04 11:11:22.566478 [ 3 ] {e4eaaaa6-39ab-4a73-909a-856073813390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 708 | 2024.06.04 11:11:22.566529 [ 3 ] {e4eaaaa6-39ab-4a73-909a-856073813390} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.06.04 11:11:22.568141 [ 3 ] {e4eaaaa6-39ab-4a73-909a-856073813390} <Debug> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Loading data parts | ||
| 710 | 2024.06.04 11:11:22.568272 [ 3 ] {e4eaaaa6-39ab-4a73-909a-856073813390} <Debug> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): There are no data parts | ||
| 711 | 2024.06.04 11:11:22.569719 [ 3 ] {e4eaaaa6-39ab-4a73-909a-856073813390} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.06.04 11:11:22.569743 [ 3 ] {} <Debug> HTTP-Session: e52957a3-b2f5-4b02-9d95-11c9bf7ca756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.06.04 11:11:22.569942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.06.04 11:11:22.569996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.06.04 11:11:22.570013 [ 3 ] {} <Debug> HTTP-Session: 6d3aece6-8fee-41cd-b153-6fd526c72eb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 716 | 2024.06.04 11:11:22.570037 [ 3 ] {} <Debug> HTTP-Session: 6d3aece6-8fee-41cd-b153-6fd526c72eb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.06.04 11:11:22.570059 [ 3 ] {} <Debug> HTTP-Session: 6d3aece6-8fee-41cd-b153-6fd526c72eb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.06.04 11:11:22.570086 [ 3 ] {} <Trace> HTTP-Session: 6d3aece6-8fee-41cd-b153-6fd526c72eb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.06.04 11:11:22.570226 [ 3 ] {7ce0bc4e-0761-4978-ac9b-0bfef324b646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 720 | 2024.06.04 11:11:22.570270 [ 3 ] {7ce0bc4e-0761-4978-ac9b-0bfef324b646} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.06.04 11:11:22.571655 [ 3 ] {7ce0bc4e-0761-4978-ac9b-0bfef324b646} <Debug> oximeter.fields_i32 (2c56ab5b-7408-45b5-a77f-ed9525221612): Loading data parts | ||
| 722 | 2024.06.04 11:11:22.571855 [ 3 ] {7ce0bc4e-0761-4978-ac9b-0bfef324b646} <Debug> oximeter.fields_i32 (2c56ab5b-7408-45b5-a77f-ed9525221612): There are no data parts | ||
| 723 | 2024.06.04 11:11:22.573096 [ 3 ] {7ce0bc4e-0761-4978-ac9b-0bfef324b646} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.06.04 11:11:22.573127 [ 3 ] {} <Debug> HTTP-Session: 6d3aece6-8fee-41cd-b153-6fd526c72eb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.06.04 11:11:22.573249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.06.04 11:11:22.573292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 727 | 2024.06.04 11:11:22.573318 [ 3 ] {} <Debug> HTTP-Session: 932ede07-da4a-4bc1-bd6f-2cb1e466aee2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 728 | 2024.06.04 11:11:22.573340 [ 3 ] {} <Debug> HTTP-Session: 932ede07-da4a-4bc1-bd6f-2cb1e466aee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.06.04 11:11:22.573353 [ 3 ] {} <Debug> HTTP-Session: 932ede07-da4a-4bc1-bd6f-2cb1e466aee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.06.04 11:11:22.573387 [ 3 ] {} <Trace> HTTP-Session: 932ede07-da4a-4bc1-bd6f-2cb1e466aee2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.06.04 11:11:22.573524 [ 3 ] {f93bb41c-6d5a-4778-8cdd-234eaee37424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.573568 [ 3 ] {f93bb41c-6d5a-4778-8cdd-234eaee37424} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.06.04 11:11:22.575336 [ 3 ] {f93bb41c-6d5a-4778-8cdd-234eaee37424} <Debug> oximeter.fields_u32 (6f0bdc45-7a9c-4dd9-af9a-e25ec05d0eb2): Loading data parts | ||
| 734 | 2024.06.04 11:11:22.575459 [ 3 ] {f93bb41c-6d5a-4778-8cdd-234eaee37424} <Debug> oximeter.fields_u32 (6f0bdc45-7a9c-4dd9-af9a-e25ec05d0eb2): There are no data parts | ||
| 735 | 2024.06.04 11:11:22.576599 [ 3 ] {f93bb41c-6d5a-4778-8cdd-234eaee37424} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.06.04 11:11:22.576634 [ 3 ] {} <Debug> HTTP-Session: 932ede07-da4a-4bc1-bd6f-2cb1e466aee2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.06.04 11:11:22.576748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.06.04 11:11:22.576864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 739 | 2024.06.04 11:11:22.576889 [ 3 ] {} <Debug> HTTP-Session: 5f07bf67-3420-474c-98c1-1fd85eab7f43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 740 | 2024.06.04 11:11:22.576904 [ 3 ] {} <Debug> HTTP-Session: 5f07bf67-3420-474c-98c1-1fd85eab7f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.06.04 11:11:22.576924 [ 3 ] {} <Debug> HTTP-Session: 5f07bf67-3420-474c-98c1-1fd85eab7f43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.06.04 11:11:22.576958 [ 3 ] {} <Trace> HTTP-Session: 5f07bf67-3420-474c-98c1-1fd85eab7f43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.06.04 11:11:22.577097 [ 3 ] {768c6fc3-0b8e-46fa-b24a-d9775be791c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) 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.06.04 11:11:22.577142 [ 3 ] {768c6fc3-0b8e-46fa-b24a-d9775be791c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.06.04 11:11:22.579186 [ 3 ] {768c6fc3-0b8e-46fa-b24a-d9775be791c8} <Debug> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Loading data parts | ||
| 746 | 2024.06.04 11:11:22.579445 [ 3 ] {768c6fc3-0b8e-46fa-b24a-d9775be791c8} <Debug> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): There are no data parts | ||
| 747 | 2024.06.04 11:11:22.581127 [ 3 ] {768c6fc3-0b8e-46fa-b24a-d9775be791c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.06.04 11:11:22.581156 [ 3 ] {} <Debug> HTTP-Session: 5f07bf67-3420-474c-98c1-1fd85eab7f43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.06.04 11:11:22.581306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.06.04 11:11:22.581376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 751 | 2024.06.04 11:11:22.581413 [ 3 ] {} <Debug> HTTP-Session: 26283cac-a774-4906-9abb-0095f9fc2817 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 752 | 2024.06.04 11:11:22.581432 [ 3 ] {} <Debug> HTTP-Session: 26283cac-a774-4906-9abb-0095f9fc2817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.06.04 11:11:22.581459 [ 3 ] {} <Debug> HTTP-Session: 26283cac-a774-4906-9abb-0095f9fc2817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.06.04 11:11:22.581501 [ 3 ] {} <Trace> HTTP-Session: 26283cac-a774-4906-9abb-0095f9fc2817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.06.04 11:11:22.581646 [ 3 ] {4dbf0845-5854-4b87-b049-1faacfbe9b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 756 | 2024.06.04 11:11:22.581698 [ 3 ] {4dbf0845-5854-4b87-b049-1faacfbe9b07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.06.04 11:11:22.583313 [ 3 ] {4dbf0845-5854-4b87-b049-1faacfbe9b07} <Debug> oximeter.fields_u64 (605fdca8-e63c-4130-820c-13940bc021bb): Loading data parts | ||
| 758 | 2024.06.04 11:11:22.583472 [ 3 ] {4dbf0845-5854-4b87-b049-1faacfbe9b07} <Debug> oximeter.fields_u64 (605fdca8-e63c-4130-820c-13940bc021bb): There are no data parts | ||
| 759 | 2024.06.04 11:11:22.584648 [ 3 ] {4dbf0845-5854-4b87-b049-1faacfbe9b07} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.06.04 11:11:22.584705 [ 3 ] {} <Debug> HTTP-Session: 26283cac-a774-4906-9abb-0095f9fc2817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.06.04 11:11:22.584927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.06.04 11:11:22.585000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 763 | 2024.06.04 11:11:22.585019 [ 3 ] {} <Debug> HTTP-Session: b2ed5174-555e-4ef4-820a-3af84ee8b41c Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 764 | 2024.06.04 11:11:22.585036 [ 3 ] {} <Debug> HTTP-Session: b2ed5174-555e-4ef4-820a-3af84ee8b41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.06.04 11:11:22.585057 [ 3 ] {} <Debug> HTTP-Session: b2ed5174-555e-4ef4-820a-3af84ee8b41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.06.04 11:11:22.585085 [ 3 ] {} <Trace> HTTP-Session: b2ed5174-555e-4ef4-820a-3af84ee8b41c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.06.04 11:11:22.585226 [ 3 ] {3136bf75-294c-4346-951f-7bc097dfddc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 768 | 2024.06.04 11:11:22.585272 [ 3 ] {3136bf75-294c-4346-951f-7bc097dfddc8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.06.04 11:11:22.586659 [ 3 ] {3136bf75-294c-4346-951f-7bc097dfddc8} <Debug> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Loading data parts | ||
| 770 | 2024.06.04 11:11:22.586875 [ 3 ] {3136bf75-294c-4346-951f-7bc097dfddc8} <Debug> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): There are no data parts | ||
| 771 | 2024.06.04 11:11:22.588076 [ 3 ] {3136bf75-294c-4346-951f-7bc097dfddc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.06.04 11:11:22.588100 [ 3 ] {} <Debug> HTTP-Session: b2ed5174-555e-4ef4-820a-3af84ee8b41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.06.04 11:11:22.588218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.06.04 11:11:22.588264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 775 | 2024.06.04 11:11:22.588283 [ 3 ] {} <Debug> HTTP-Session: 24622b7e-7749-4cf2-9895-d55463a695f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 776 | 2024.06.04 11:11:22.588302 [ 3 ] {} <Debug> HTTP-Session: 24622b7e-7749-4cf2-9895-d55463a695f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.06.04 11:11:22.588315 [ 3 ] {} <Debug> HTTP-Session: 24622b7e-7749-4cf2-9895-d55463a695f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.06.04 11:11:22.588344 [ 3 ] {} <Trace> HTTP-Session: 24622b7e-7749-4cf2-9895-d55463a695f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.06.04 11:11:22.588475 [ 3 ] {141e166e-3a13-484e-98ce-c5d0527f0a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 780 | 2024.06.04 11:11:22.588514 [ 3 ] {141e166e-3a13-484e-98ce-c5d0527f0a26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.06.04 11:11:22.590033 [ 3 ] {141e166e-3a13-484e-98ce-c5d0527f0a26} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Loading data parts | ||
| 782 | 2024.06.04 11:11:22.590190 [ 3 ] {141e166e-3a13-484e-98ce-c5d0527f0a26} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): There are no data parts | ||
| 783 | 2024.06.04 11:11:22.591315 [ 3 ] {141e166e-3a13-484e-98ce-c5d0527f0a26} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.06.04 11:11:22.591340 [ 3 ] {} <Debug> HTTP-Session: 24622b7e-7749-4cf2-9895-d55463a695f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.06.04 11:11:22.591454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.06.04 11:11:22.591499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 787 | 2024.06.04 11:11:22.591516 [ 3 ] {} <Debug> HTTP-Session: 75496351-00c2-4503-ba1d-710e5018dfbb Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 788 | 2024.06.04 11:11:22.591532 [ 3 ] {} <Debug> HTTP-Session: 75496351-00c2-4503-ba1d-710e5018dfbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.06.04 11:11:22.591546 [ 3 ] {} <Debug> HTTP-Session: 75496351-00c2-4503-ba1d-710e5018dfbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.06.04 11:11:22.591573 [ 3 ] {} <Trace> HTTP-Session: 75496351-00c2-4503-ba1d-710e5018dfbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.06.04 11:11:22.591702 [ 3 ] {a8efde4c-247a-4ea8-98bc-e282b63ba10e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 792 | 2024.06.04 11:11:22.591739 [ 3 ] {a8efde4c-247a-4ea8-98bc-e282b63ba10e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.06.04 11:11:22.593163 [ 3 ] {a8efde4c-247a-4ea8-98bc-e282b63ba10e} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Loading data parts | ||
| 794 | 2024.06.04 11:11:22.593322 [ 3 ] {a8efde4c-247a-4ea8-98bc-e282b63ba10e} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): There are no data parts | ||
| 795 | 2024.06.04 11:11:22.594603 [ 3 ] {a8efde4c-247a-4ea8-98bc-e282b63ba10e} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.06.04 11:11:22.594628 [ 3 ] {} <Debug> HTTP-Session: 75496351-00c2-4503-ba1d-710e5018dfbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.06.04 11:11:22.594739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.06.04 11:11:22.594852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.06.04 11:11:22.594870 [ 3 ] {} <Debug> HTTP-Session: 97b59d0e-bd95-4846-86ce-0a4fa9dd46dd Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 800 | 2024.06.04 11:11:22.594885 [ 3 ] {} <Debug> HTTP-Session: 97b59d0e-bd95-4846-86ce-0a4fa9dd46dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.06.04 11:11:22.594899 [ 3 ] {} <Debug> HTTP-Session: 97b59d0e-bd95-4846-86ce-0a4fa9dd46dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.06.04 11:11:22.594927 [ 3 ] {} <Trace> HTTP-Session: 97b59d0e-bd95-4846-86ce-0a4fa9dd46dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.06.04 11:11:22.595123 [ 3 ] {a52357ac-cf82-4b3d-8234-33bfaca2c9c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) /* The timeseries schema table stores the extracted schema for the samples | ||
| 804 | * oximeter collects. | ||
| 805 | */ | ||
| 806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 807 | 2024.06.04 11:11:22.595178 [ 3 ] {a52357ac-cf82-4b3d-8234-33bfaca2c9c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.06.04 11:11:22.596765 [ 3 ] {a52357ac-cf82-4b3d-8234-33bfaca2c9c4} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Loading data parts | ||
| 809 | 2024.06.04 11:11:22.596980 [ 3 ] {a52357ac-cf82-4b3d-8234-33bfaca2c9c4} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): There are no data parts | ||
| 810 | 2024.06.04 11:11:22.598220 [ 3 ] {a52357ac-cf82-4b3d-8234-33bfaca2c9c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.06.04 11:11:22.598246 [ 3 ] {} <Debug> HTTP-Session: 97b59d0e-bd95-4846-86ce-0a4fa9dd46dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.06.04 11:11:22.598381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64091, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.06.04 11:11:22.598426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 814 | 2024.06.04 11:11:22.598444 [ 3 ] {} <Debug> HTTP-Session: 6541c618-cb3f-4f3b-8623-8c0675fdf28e Authenticating user 'default' from [fd00:1122:3344:101::d]:64091 | ||
| 815 | 2024.06.04 11:11:22.598460 [ 3 ] {} <Debug> HTTP-Session: 6541c618-cb3f-4f3b-8623-8c0675fdf28e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.06.04 11:11:22.598473 [ 3 ] {} <Debug> HTTP-Session: 6541c618-cb3f-4f3b-8623-8c0675fdf28e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.06.04 11:11:22.598501 [ 3 ] {} <Trace> HTTP-Session: 6541c618-cb3f-4f3b-8623-8c0675fdf28e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.06.04 11:11:22.598655 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64091) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.06.04 11:11:22.600353 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.06.04 11:11:22.604306 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Trace> oximeter.version (90172f14-4b5d-4465-930c-80a5b8fa1edb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.06.04 11:11:22.604345 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 822 | 2024.06.04 11:11:22.608858 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.06.04 11:11:22.609902 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Trace> oximeter.version (90172f14-4b5d-4465-930c-80a5b8fa1edb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2024.06.04 11:11:22.610173 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011549 sec., 86.58758334054896 rows/sec., 1.35 KiB/sec. | ||
| 825 | 2024.06.04 11:11:22.610344 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.06.04 11:11:22.610368 [ 3 ] {f0723c6b-4c82-469e-951b-8068735e7bb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 827 | 2024.06.04 11:11:22.610382 [ 3 ] {} <Debug> HTTP-Session: 6541c618-cb3f-4f3b-8623-8c0675fdf28e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.06.04 11:11:23.001050 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.18 MiB, peak 166.31 MiB, free memory in arenas 0.00 B, will set to 173.68 MiB (RSS), difference: 12.50 MiB | ||
| 829 | 2024.06.04 11:11:30.223967 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 830 | 2024.06.04 11:11:30.224062 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 831 | 2024.06.04 11:11:32.629847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 832 | 2024.06.04 11:11:32.629952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 833 | 2024.06.04 11:11:32.629974 [ 3 ] {} <Debug> HTTP-Session: 91518d71-8243-4070-abc9-bfc5f02b668d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 834 | 2024.06.04 11:11:32.629998 [ 3 ] {} <Debug> HTTP-Session: 91518d71-8243-4070-abc9-bfc5f02b668d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.06.04 11:11:32.630012 [ 3 ] {} <Debug> HTTP-Session: 91518d71-8243-4070-abc9-bfc5f02b668d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.06.04 11:11:32.630059 [ 3 ] {} <Trace> HTTP-Session: 91518d71-8243-4070-abc9-bfc5f02b668d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.06.04 11:11:32.630237 [ 3 ] {03363daa-85c2-4eb3-b0b7-e9552a774b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 838 | 2024.06.04 11:11:32.630621 [ 3 ] {03363daa-85c2-4eb3-b0b7-e9552a774b90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.06.04 11:11:32.630763 [ 3 ] {03363daa-85c2-4eb3-b0b7-e9552a774b90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2024.06.04 11:11:32.631817 [ 3 ] {03363daa-85c2-4eb3-b0b7-e9552a774b90} <Debug> DynamicQueryHandler: Done processing query | ||
| 841 | 2024.06.04 11:11:32.631848 [ 3 ] {03363daa-85c2-4eb3-b0b7-e9552a774b90} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 842 | 2024.06.04 11:11:32.631864 [ 3 ] {} <Debug> HTTP-Session: 91518d71-8243-4070-abc9-bfc5f02b668d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.06.04 11:11:32.632930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.06.04 11:11:32.632989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 845 | 2024.06.04 11:11:32.633009 [ 3 ] {} <Debug> HTTP-Session: cd18ce54-e832-4d4a-b98c-52977de7962a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 846 | 2024.06.04 11:11:32.633027 [ 3 ] {} <Debug> HTTP-Session: cd18ce54-e832-4d4a-b98c-52977de7962a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.06.04 11:11:32.633041 [ 3 ] {} <Debug> HTTP-Session: cd18ce54-e832-4d4a-b98c-52977de7962a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.06.04 11:11:32.633087 [ 3 ] {} <Trace> HTTP-Session: cd18ce54-e832-4d4a-b98c-52977de7962a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.06.04 11:11:32.633278 [ 3 ] {18449ad3-40fe-43fc-b8a6-f5359466c865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.06.04 11:11:32.635995 [ 3 ] {18449ad3-40fe-43fc-b8a6-f5359466c865} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.06.04 11:11:32.636053 [ 3 ] {18449ad3-40fe-43fc-b8a6-f5359466c865} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.06.04 11:11:32.637090 [ 3 ] {18449ad3-40fe-43fc-b8a6-f5359466c865} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.06.04 11:11:32.637118 [ 3 ] {18449ad3-40fe-43fc-b8a6-f5359466c865} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.06.04 11:11:32.637133 [ 3 ] {} <Debug> HTTP-Session: cd18ce54-e832-4d4a-b98c-52977de7962a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.06.04 11:11:32.637513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.06.04 11:11:32.637564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 857 | 2024.06.04 11:11:32.637582 [ 3 ] {} <Debug> HTTP-Session: f2e02bf2-7c32-44b3-8c87-a6b14ddb79fc Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 858 | 2024.06.04 11:11:32.637599 [ 3 ] {} <Debug> HTTP-Session: f2e02bf2-7c32-44b3-8c87-a6b14ddb79fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.06.04 11:11:32.637612 [ 3 ] {} <Debug> HTTP-Session: f2e02bf2-7c32-44b3-8c87-a6b14ddb79fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.06.04 11:11:32.637647 [ 3 ] {} <Trace> HTTP-Session: f2e02bf2-7c32-44b3-8c87-a6b14ddb79fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2024.06.04 11:11:32.637774 [ 3 ] {e21ce160-3676-481f-98ab-8ab632c1a297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 862 | 2024.06.04 11:11:32.638123 [ 3 ] {e21ce160-3676-481f-98ab-8ab632c1a297} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 863 | 2024.06.04 11:11:32.638173 [ 3 ] {e21ce160-3676-481f-98ab-8ab632c1a297} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 864 | 2024.06.04 11:11:32.639253 [ 3 ] {e21ce160-3676-481f-98ab-8ab632c1a297} <Debug> DynamicQueryHandler: Done processing query | ||
| 865 | 2024.06.04 11:11:32.639279 [ 3 ] {e21ce160-3676-481f-98ab-8ab632c1a297} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 866 | 2024.06.04 11:11:32.639295 [ 3 ] {} <Debug> HTTP-Session: f2e02bf2-7c32-44b3-8c87-a6b14ddb79fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 867 | 2024.06.04 11:11:32.639559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.06.04 11:11:32.639604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 869 | 2024.06.04 11:11:32.639621 [ 3 ] {} <Debug> HTTP-Session: afe9f906-3a07-4ac8-ad34-f8c948bad4d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 870 | 2024.06.04 11:11:32.639637 [ 3 ] {} <Debug> HTTP-Session: afe9f906-3a07-4ac8-ad34-f8c948bad4d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.06.04 11:11:32.639650 [ 3 ] {} <Debug> HTTP-Session: afe9f906-3a07-4ac8-ad34-f8c948bad4d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.06.04 11:11:32.639680 [ 3 ] {} <Trace> HTTP-Session: afe9f906-3a07-4ac8-ad34-f8c948bad4d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.06.04 11:11:32.639797 [ 3 ] {84cfc3a3-9324-4892-8924-110a25505702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 874 | 2024.06.04 11:11:32.640105 [ 3 ] {84cfc3a3-9324-4892-8924-110a25505702} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2024.06.04 11:11:32.640155 [ 3 ] {84cfc3a3-9324-4892-8924-110a25505702} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2024.06.04 11:11:32.641104 [ 3 ] {84cfc3a3-9324-4892-8924-110a25505702} <Debug> DynamicQueryHandler: Done processing query | ||
| 877 | 2024.06.04 11:11:32.641128 [ 3 ] {84cfc3a3-9324-4892-8924-110a25505702} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 878 | 2024.06.04 11:11:32.641143 [ 3 ] {} <Debug> HTTP-Session: afe9f906-3a07-4ac8-ad34-f8c948bad4d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 879 | 2024.06.04 11:11:32.641318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 880 | 2024.06.04 11:11:32.641363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 881 | 2024.06.04 11:11:32.641380 [ 3 ] {} <Debug> HTTP-Session: d4d66196-95ed-4735-91c6-08fb53cb981b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 882 | 2024.06.04 11:11:32.641396 [ 3 ] {} <Debug> HTTP-Session: d4d66196-95ed-4735-91c6-08fb53cb981b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.06.04 11:11:32.641408 [ 3 ] {} <Debug> HTTP-Session: d4d66196-95ed-4735-91c6-08fb53cb981b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.06.04 11:11:32.641437 [ 3 ] {} <Trace> HTTP-Session: d4d66196-95ed-4735-91c6-08fb53cb981b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.06.04 11:11:32.641614 [ 3 ] {d544e391-569a-4ac7-a832-e57eb1702be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 886 | 2024.06.04 11:11:32.641909 [ 3 ] {d544e391-569a-4ac7-a832-e57eb1702be9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.06.04 11:11:32.641957 [ 3 ] {d544e391-569a-4ac7-a832-e57eb1702be9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 888 | 2024.06.04 11:11:32.642890 [ 3 ] {d544e391-569a-4ac7-a832-e57eb1702be9} <Debug> DynamicQueryHandler: Done processing query | ||
| 889 | 2024.06.04 11:11:32.642916 [ 3 ] {d544e391-569a-4ac7-a832-e57eb1702be9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 890 | 2024.06.04 11:11:32.642932 [ 3 ] {} <Debug> HTTP-Session: d4d66196-95ed-4735-91c6-08fb53cb981b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 891 | 2024.06.04 11:11:32.643113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 892 | 2024.06.04 11:11:32.643159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 893 | 2024.06.04 11:11:32.643177 [ 3 ] {} <Debug> HTTP-Session: 52b4173d-6bd4-4f5f-be37-9ad200745165 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 894 | 2024.06.04 11:11:32.643192 [ 3 ] {} <Debug> HTTP-Session: 52b4173d-6bd4-4f5f-be37-9ad200745165 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 895 | 2024.06.04 11:11:32.643206 [ 3 ] {} <Debug> HTTP-Session: 52b4173d-6bd4-4f5f-be37-9ad200745165 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.06.04 11:11:32.643234 [ 3 ] {} <Trace> HTTP-Session: 52b4173d-6bd4-4f5f-be37-9ad200745165 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 897 | 2024.06.04 11:11:32.643349 [ 3 ] {2dad61c2-fb93-4b5f-bf92-e34eadd306f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 898 | 2024.06.04 11:11:32.643718 [ 3 ] {2dad61c2-fb93-4b5f-bf92-e34eadd306f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 899 | 2024.06.04 11:11:32.643765 [ 3 ] {2dad61c2-fb93-4b5f-bf92-e34eadd306f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 900 | 2024.06.04 11:11:32.644738 [ 3 ] {2dad61c2-fb93-4b5f-bf92-e34eadd306f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 901 | 2024.06.04 11:11:32.644763 [ 3 ] {2dad61c2-fb93-4b5f-bf92-e34eadd306f1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 902 | 2024.06.04 11:11:32.644779 [ 3 ] {} <Debug> HTTP-Session: 52b4173d-6bd4-4f5f-be37-9ad200745165 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 903 | 2024.06.04 11:11:32.644958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 904 | 2024.06.04 11:11:32.645005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 905 | 2024.06.04 11:11:32.645022 [ 3 ] {} <Debug> HTTP-Session: db86e62a-6450-4d19-86a0-12fd124eac15 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 906 | 2024.06.04 11:11:32.645038 [ 3 ] {} <Debug> HTTP-Session: db86e62a-6450-4d19-86a0-12fd124eac15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 907 | 2024.06.04 11:11:32.645051 [ 3 ] {} <Debug> HTTP-Session: db86e62a-6450-4d19-86a0-12fd124eac15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 908 | 2024.06.04 11:11:32.645080 [ 3 ] {} <Trace> HTTP-Session: db86e62a-6450-4d19-86a0-12fd124eac15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2024.06.04 11:11:32.645200 [ 3 ] {86443d9a-48d2-4d82-81c3-b4107a5388c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 910 | 2024.06.04 11:11:32.645563 [ 3 ] {86443d9a-48d2-4d82-81c3-b4107a5388c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 911 | 2024.06.04 11:11:32.645611 [ 3 ] {86443d9a-48d2-4d82-81c3-b4107a5388c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 912 | 2024.06.04 11:11:32.646412 [ 3 ] {86443d9a-48d2-4d82-81c3-b4107a5388c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 913 | 2024.06.04 11:11:32.646436 [ 3 ] {86443d9a-48d2-4d82-81c3-b4107a5388c1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 914 | 2024.06.04 11:11:32.646515 [ 3 ] {} <Debug> HTTP-Session: db86e62a-6450-4d19-86a0-12fd124eac15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 915 | 2024.06.04 11:11:32.646735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 916 | 2024.06.04 11:11:32.646780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 917 | 2024.06.04 11:11:32.646798 [ 3 ] {} <Debug> HTTP-Session: 7a5a73db-41d9-4a8f-81c8-c9d65c602121 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 918 | 2024.06.04 11:11:32.646814 [ 3 ] {} <Debug> HTTP-Session: 7a5a73db-41d9-4a8f-81c8-c9d65c602121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 919 | 2024.06.04 11:11:32.646826 [ 3 ] {} <Debug> HTTP-Session: 7a5a73db-41d9-4a8f-81c8-c9d65c602121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 920 | 2024.06.04 11:11:32.646854 [ 3 ] {} <Trace> HTTP-Session: 7a5a73db-41d9-4a8f-81c8-c9d65c602121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 921 | 2024.06.04 11:11:32.646972 [ 3 ] {d2cb5c0d-cd60-4e69-8593-f05ed55ed1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 922 | 2024.06.04 11:11:32.647277 [ 3 ] {d2cb5c0d-cd60-4e69-8593-f05ed55ed1ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 923 | 2024.06.04 11:11:32.647325 [ 3 ] {d2cb5c0d-cd60-4e69-8593-f05ed55ed1ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 924 | 2024.06.04 11:11:32.648173 [ 3 ] {d2cb5c0d-cd60-4e69-8593-f05ed55ed1ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 925 | 2024.06.04 11:11:32.648198 [ 3 ] {d2cb5c0d-cd60-4e69-8593-f05ed55ed1ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 926 | 2024.06.04 11:11:32.648213 [ 3 ] {} <Debug> HTTP-Session: 7a5a73db-41d9-4a8f-81c8-c9d65c602121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 927 | 2024.06.04 11:11:32.648384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 928 | 2024.06.04 11:11:32.648429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 929 | 2024.06.04 11:11:32.648511 [ 3 ] {} <Debug> HTTP-Session: 11b47854-ac85-40ed-83f5-7af270a12a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 930 | 2024.06.04 11:11:32.648527 [ 3 ] {} <Debug> HTTP-Session: 11b47854-ac85-40ed-83f5-7af270a12a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 931 | 2024.06.04 11:11:32.648540 [ 3 ] {} <Debug> HTTP-Session: 11b47854-ac85-40ed-83f5-7af270a12a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 932 | 2024.06.04 11:11:32.648568 [ 3 ] {} <Trace> HTTP-Session: 11b47854-ac85-40ed-83f5-7af270a12a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 933 | 2024.06.04 11:11:32.648686 [ 3 ] {d2316836-32e7-4711-ae8a-40d0b2a99209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 934 | 2024.06.04 11:11:32.648995 [ 3 ] {d2316836-32e7-4711-ae8a-40d0b2a99209} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 935 | 2024.06.04 11:11:32.649043 [ 3 ] {d2316836-32e7-4711-ae8a-40d0b2a99209} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 936 | 2024.06.04 11:11:32.649979 [ 3 ] {d2316836-32e7-4711-ae8a-40d0b2a99209} <Debug> DynamicQueryHandler: Done processing query | ||
| 937 | 2024.06.04 11:11:32.650003 [ 3 ] {d2316836-32e7-4711-ae8a-40d0b2a99209} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 938 | 2024.06.04 11:11:32.650019 [ 3 ] {} <Debug> HTTP-Session: 11b47854-ac85-40ed-83f5-7af270a12a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 939 | 2024.06.04 11:11:32.650204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 940 | 2024.06.04 11:11:32.650248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 941 | 2024.06.04 11:11:32.650267 [ 3 ] {} <Debug> HTTP-Session: 2f9d64bf-2692-4649-a9aa-2069b9210ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 942 | 2024.06.04 11:11:32.650283 [ 3 ] {} <Debug> HTTP-Session: 2f9d64bf-2692-4649-a9aa-2069b9210ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 943 | 2024.06.04 11:11:32.650296 [ 3 ] {} <Debug> HTTP-Session: 2f9d64bf-2692-4649-a9aa-2069b9210ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 944 | 2024.06.04 11:11:32.650324 [ 3 ] {} <Trace> HTTP-Session: 2f9d64bf-2692-4649-a9aa-2069b9210ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 945 | 2024.06.04 11:11:32.650444 [ 3 ] {676b3200-3a53-4cfb-bebc-95950b1f27ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 946 | 2024.06.04 11:11:32.650837 [ 3 ] {676b3200-3a53-4cfb-bebc-95950b1f27ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 947 | 2024.06.04 11:11:32.650888 [ 3 ] {676b3200-3a53-4cfb-bebc-95950b1f27ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 948 | 2024.06.04 11:11:32.651733 [ 3 ] {676b3200-3a53-4cfb-bebc-95950b1f27ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 949 | 2024.06.04 11:11:32.651757 [ 3 ] {676b3200-3a53-4cfb-bebc-95950b1f27ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 950 | 2024.06.04 11:11:32.651772 [ 3 ] {} <Debug> HTTP-Session: 2f9d64bf-2692-4649-a9aa-2069b9210ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 951 | 2024.06.04 11:11:32.651941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 952 | 2024.06.04 11:11:32.651985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 953 | 2024.06.04 11:11:32.652004 [ 3 ] {} <Debug> HTTP-Session: a81969f9-8230-44d0-bb2a-f670ff631f1a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 954 | 2024.06.04 11:11:32.652019 [ 3 ] {} <Debug> HTTP-Session: a81969f9-8230-44d0-bb2a-f670ff631f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 955 | 2024.06.04 11:11:32.652031 [ 3 ] {} <Debug> HTTP-Session: a81969f9-8230-44d0-bb2a-f670ff631f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 956 | 2024.06.04 11:11:32.652059 [ 3 ] {} <Trace> HTTP-Session: a81969f9-8230-44d0-bb2a-f670ff631f1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 957 | 2024.06.04 11:11:32.652180 [ 3 ] {7a1d5278-157c-415a-9503-a7e154ea2fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 958 | 2024.06.04 11:11:32.652555 [ 3 ] {7a1d5278-157c-415a-9503-a7e154ea2fab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2024.06.04 11:11:32.652601 [ 3 ] {7a1d5278-157c-415a-9503-a7e154ea2fab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2024.06.04 11:11:32.653436 [ 3 ] {7a1d5278-157c-415a-9503-a7e154ea2fab} <Debug> DynamicQueryHandler: Done processing query | ||
| 961 | 2024.06.04 11:11:32.653524 [ 3 ] {7a1d5278-157c-415a-9503-a7e154ea2fab} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 962 | 2024.06.04 11:11:32.653539 [ 3 ] {} <Debug> HTTP-Session: a81969f9-8230-44d0-bb2a-f670ff631f1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 963 | 2024.06.04 11:11:32.653728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 964 | 2024.06.04 11:11:32.653773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 965 | 2024.06.04 11:11:32.653791 [ 3 ] {} <Debug> HTTP-Session: 9bbbb23e-d0d2-4336-b1a4-92c2c92669d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 966 | 2024.06.04 11:11:32.653807 [ 3 ] {} <Debug> HTTP-Session: 9bbbb23e-d0d2-4336-b1a4-92c2c92669d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 967 | 2024.06.04 11:11:32.653819 [ 3 ] {} <Debug> HTTP-Session: 9bbbb23e-d0d2-4336-b1a4-92c2c92669d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.06.04 11:11:32.653848 [ 3 ] {} <Trace> HTTP-Session: 9bbbb23e-d0d2-4336-b1a4-92c2c92669d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2024.06.04 11:11:32.653970 [ 3 ] {7bafd4b5-57a7-4e31-acad-a5636d34abc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 970 | 2024.06.04 11:11:32.654283 [ 3 ] {7bafd4b5-57a7-4e31-acad-a5636d34abc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 971 | 2024.06.04 11:11:32.654329 [ 3 ] {7bafd4b5-57a7-4e31-acad-a5636d34abc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 972 | 2024.06.04 11:11:32.655238 [ 3 ] {7bafd4b5-57a7-4e31-acad-a5636d34abc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 973 | 2024.06.04 11:11:32.655263 [ 3 ] {7bafd4b5-57a7-4e31-acad-a5636d34abc7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 974 | 2024.06.04 11:11:32.655278 [ 3 ] {} <Debug> HTTP-Session: 9bbbb23e-d0d2-4336-b1a4-92c2c92669d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 975 | 2024.06.04 11:11:32.655559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 976 | 2024.06.04 11:11:32.655605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 977 | 2024.06.04 11:11:32.655623 [ 3 ] {} <Debug> HTTP-Session: 76815f7f-13be-4ded-828e-1845d61d8354 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 978 | 2024.06.04 11:11:32.655638 [ 3 ] {} <Debug> HTTP-Session: 76815f7f-13be-4ded-828e-1845d61d8354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 979 | 2024.06.04 11:11:32.655651 [ 3 ] {} <Debug> HTTP-Session: 76815f7f-13be-4ded-828e-1845d61d8354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 980 | 2024.06.04 11:11:32.655679 [ 3 ] {} <Trace> HTTP-Session: 76815f7f-13be-4ded-828e-1845d61d8354 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 981 | 2024.06.04 11:11:32.655800 [ 3 ] {064be744-d602-422e-b7b0-8e458965296d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 982 | 2024.06.04 11:11:32.656119 [ 3 ] {064be744-d602-422e-b7b0-8e458965296d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 983 | 2024.06.04 11:11:32.656166 [ 3 ] {064be744-d602-422e-b7b0-8e458965296d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 984 | 2024.06.04 11:11:32.657013 [ 3 ] {064be744-d602-422e-b7b0-8e458965296d} <Debug> DynamicQueryHandler: Done processing query | ||
| 985 | 2024.06.04 11:11:32.657036 [ 3 ] {064be744-d602-422e-b7b0-8e458965296d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 986 | 2024.06.04 11:11:32.657051 [ 3 ] {} <Debug> HTTP-Session: 76815f7f-13be-4ded-828e-1845d61d8354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 987 | 2024.06.04 11:11:32.657223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 988 | 2024.06.04 11:11:32.657267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 989 | 2024.06.04 11:11:32.657285 [ 3 ] {} <Debug> HTTP-Session: 31a5816d-2d2c-4835-9e56-d734a13b918f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 990 | 2024.06.04 11:11:32.657301 [ 3 ] {} <Debug> HTTP-Session: 31a5816d-2d2c-4835-9e56-d734a13b918f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 991 | 2024.06.04 11:11:32.657314 [ 3 ] {} <Debug> HTTP-Session: 31a5816d-2d2c-4835-9e56-d734a13b918f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 992 | 2024.06.04 11:11:32.657342 [ 3 ] {} <Trace> HTTP-Session: 31a5816d-2d2c-4835-9e56-d734a13b918f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 993 | 2024.06.04 11:11:32.657527 [ 3 ] {e2a295a8-94d1-4826-bb8e-24a5b897ee83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 994 | 2024.06.04 11:11:32.657849 [ 3 ] {e2a295a8-94d1-4826-bb8e-24a5b897ee83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 995 | 2024.06.04 11:11:32.657896 [ 3 ] {e2a295a8-94d1-4826-bb8e-24a5b897ee83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 996 | 2024.06.04 11:11:32.658740 [ 3 ] {e2a295a8-94d1-4826-bb8e-24a5b897ee83} <Debug> DynamicQueryHandler: Done processing query | ||
| 997 | 2024.06.04 11:11:32.658765 [ 3 ] {e2a295a8-94d1-4826-bb8e-24a5b897ee83} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 998 | 2024.06.04 11:11:32.658780 [ 3 ] {} <Debug> HTTP-Session: 31a5816d-2d2c-4835-9e56-d734a13b918f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 999 | 2024.06.04 11:11:32.663426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1000 | 2024.06.04 11:11:32.663543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1001 | 2024.06.04 11:11:32.663565 [ 3 ] {} <Debug> HTTP-Session: 38a3d6f8-ef7c-4f5a-93a3-65a46dad7c1d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1002 | 2024.06.04 11:11:32.663583 [ 3 ] {} <Debug> HTTP-Session: 38a3d6f8-ef7c-4f5a-93a3-65a46dad7c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1003 | 2024.06.04 11:11:32.663599 [ 3 ] {} <Debug> HTTP-Session: 38a3d6f8-ef7c-4f5a-93a3-65a46dad7c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1004 | 2024.06.04 11:11:32.663635 [ 3 ] {} <Trace> HTTP-Session: 38a3d6f8-ef7c-4f5a-93a3-65a46dad7c1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2024.06.04 11:11:32.663765 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1006 | 2024.06.04 11:11:32.663816 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1007 | 2024.06.04 11:11:32.664008 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1008 | 2024.06.04 11:11:32.664435 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1009 | 2024.06.04 11:11:32.664534 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1010 | 2024.06.04 11:11:32.665045 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1011 | 2024.06.04 11:11:32.665336 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1012 | 2024.06.04 11:11:32.665548 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001814 sec., 7717.750826901874 rows/sec., 1.08 MiB/sec. | ||
| 1013 | 2024.06.04 11:11:32.665695 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1014 | 2024.06.04 11:11:32.665718 [ 3 ] {168beee7-c51f-4f44-baf2-cac54d2d7d9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1015 | 2024.06.04 11:11:32.665732 [ 3 ] {} <Debug> HTTP-Session: 38a3d6f8-ef7c-4f5a-93a3-65a46dad7c1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1016 | 2024.06.04 11:11:32.665824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 3633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1017 | 2024.06.04 11:11:32.665868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1018 | 2024.06.04 11:11:32.665886 [ 3 ] {} <Debug> HTTP-Session: c7549c17-251d-4a61-8309-1fb5207e31bd Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1019 | 2024.06.04 11:11:32.665901 [ 3 ] {} <Debug> HTTP-Session: c7549c17-251d-4a61-8309-1fb5207e31bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1020 | 2024.06.04 11:11:32.665913 [ 3 ] {} <Debug> HTTP-Session: c7549c17-251d-4a61-8309-1fb5207e31bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1021 | 2024.06.04 11:11:32.665943 [ 3 ] {} <Trace> HTTP-Session: c7549c17-251d-4a61-8309-1fb5207e31bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1022 | 2024.06.04 11:11:32.666036 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1023 | 2024.06.04 11:11:32.666075 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1024 | 2024.06.04 11:11:32.666188 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1025 | 2024.06.04 11:11:32.667117 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1026 | 2024.06.04 11:11:32.667149 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1027 | 2024.06.04 11:11:32.667428 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1028 | 2024.06.04 11:11:32.667781 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1029 | 2024.06.04 11:11:32.667914 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.001895 sec., 13720.316622691293 rows/sec., 1.03 MiB/sec. | ||
| 1030 | 2024.06.04 11:11:32.668071 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Debug> DynamicQueryHandler: Done processing query | ||
| 1031 | 2024.06.04 11:11:32.668094 [ 3 ] {be88fd82-8047-4d07-9a54-9471ce461520} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1032 | 2024.06.04 11:11:32.668109 [ 3 ] {} <Debug> HTTP-Session: c7549c17-251d-4a61-8309-1fb5207e31bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1033 | 2024.06.04 11:11:32.668229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1034 | 2024.06.04 11:11:32.668277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1035 | 2024.06.04 11:11:32.668294 [ 3 ] {} <Debug> HTTP-Session: 2c9439db-8c84-403f-b264-17ef650d3c01 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1036 | 2024.06.04 11:11:32.668310 [ 3 ] {} <Debug> HTTP-Session: 2c9439db-8c84-403f-b264-17ef650d3c01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1037 | 2024.06.04 11:11:32.668324 [ 3 ] {} <Debug> HTTP-Session: 2c9439db-8c84-403f-b264-17ef650d3c01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1038 | 2024.06.04 11:11:32.668352 [ 3 ] {} <Trace> HTTP-Session: 2c9439db-8c84-403f-b264-17ef650d3c01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1039 | 2024.06.04 11:11:32.668449 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1040 | 2024.06.04 11:11:32.668553 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1041 | 2024.06.04 11:11:32.669162 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1042 | 2024.06.04 11:11:32.669460 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1043 | 2024.06.04 11:11:32.669557 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1044 | 2024.06.04 11:11:32.670336 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1045 | 2024.06.04 11:11:32.670684 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1046 | 2024.06.04 11:11:32.670820 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002355 sec., 11889.5966029724 rows/sec., 949.61 KiB/sec. | ||
| 1047 | 2024.06.04 11:11:32.670989 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Debug> DynamicQueryHandler: Done processing query | ||
| 1048 | 2024.06.04 11:11:32.671012 [ 3 ] {d1149226-7501-4497-b128-be0dde248e79} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1049 | 2024.06.04 11:11:32.671027 [ 3 ] {} <Debug> HTTP-Session: 2c9439db-8c84-403f-b264-17ef650d3c01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1050 | 2024.06.04 11:11:32.671156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 19132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1051 | 2024.06.04 11:11:32.671202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1052 | 2024.06.04 11:11:32.671219 [ 3 ] {} <Debug> HTTP-Session: c826e784-ac84-4633-ad3c-629cbffba127 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1053 | 2024.06.04 11:11:32.671234 [ 3 ] {} <Debug> HTTP-Session: c826e784-ac84-4633-ad3c-629cbffba127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1054 | 2024.06.04 11:11:32.671247 [ 3 ] {} <Debug> HTTP-Session: c826e784-ac84-4633-ad3c-629cbffba127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1055 | 2024.06.04 11:11:32.671276 [ 3 ] {} <Trace> HTTP-Session: c826e784-ac84-4633-ad3c-629cbffba127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1056 | 2024.06.04 11:11:32.671400 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1057 | 2024.06.04 11:11:32.671443 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1058 | 2024.06.04 11:11:32.671640 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1059 | 2024.06.04 11:11:32.672535 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1060 | 2024.06.04 11:11:32.672566 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1061 | 2024.06.04 11:11:32.672978 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1062 | 2024.06.04 11:11:32.673355 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1063 | 2024.06.04 11:11:32.673565 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00216 sec., 46296.2962962963 rows/sec., 3.21 MiB/sec. | ||
| 1064 | 2024.06.04 11:11:32.673749 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Debug> DynamicQueryHandler: Done processing query | ||
| 1065 | 2024.06.04 11:11:32.673771 [ 3 ] {3b5d2238-2fdb-4595-819e-1f8539c100da} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1066 | 2024.06.04 11:11:32.673787 [ 3 ] {} <Debug> HTTP-Session: c826e784-ac84-4633-ad3c-629cbffba127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1067 | 2024.06.04 11:11:32.673903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1068 | 2024.06.04 11:11:32.673950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1069 | 2024.06.04 11:11:32.673968 [ 3 ] {} <Debug> HTTP-Session: c29663d4-451c-437e-99a2-549aad32087f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1070 | 2024.06.04 11:11:32.673984 [ 3 ] {} <Debug> HTTP-Session: c29663d4-451c-437e-99a2-549aad32087f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1071 | 2024.06.04 11:11:32.673996 [ 3 ] {} <Debug> HTTP-Session: c29663d4-451c-437e-99a2-549aad32087f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1072 | 2024.06.04 11:11:32.674024 [ 3 ] {} <Trace> HTTP-Session: c29663d4-451c-437e-99a2-549aad32087f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1073 | 2024.06.04 11:11:32.674122 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1074 | 2024.06.04 11:11:32.674163 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1075 | 2024.06.04 11:11:32.674280 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1076 | 2024.06.04 11:11:32.674620 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1077 | 2024.06.04 11:11:32.674666 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1078 | 2024.06.04 11:11:32.675057 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1079 | 2024.06.04 11:11:32.675361 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1080 | 2024.06.04 11:11:32.675567 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001437 sec., 20876.826722338206 rows/sec., 1.43 MiB/sec. | ||
| 1081 | 2024.06.04 11:11:32.675715 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1082 | 2024.06.04 11:11:32.675738 [ 3 ] {53966193-2370-4585-9f31-dd3fd96d41a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1083 | 2024.06.04 11:11:32.675753 [ 3 ] {} <Debug> HTTP-Session: c29663d4-451c-437e-99a2-549aad32087f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1084 | 2024.06.04 11:11:37.630449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 3633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1085 | 2024.06.04 11:11:37.630596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1086 | 2024.06.04 11:11:37.630629 [ 3 ] {} <Debug> HTTP-Session: f4b4a42b-c19b-4f2e-b72b-08e118b57c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1087 | 2024.06.04 11:11:37.630660 [ 3 ] {} <Debug> HTTP-Session: f4b4a42b-c19b-4f2e-b72b-08e118b57c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1088 | 2024.06.04 11:11:37.630682 [ 3 ] {} <Debug> HTTP-Session: f4b4a42b-c19b-4f2e-b72b-08e118b57c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1089 | 2024.06.04 11:11:37.630745 [ 3 ] {} <Trace> HTTP-Session: f4b4a42b-c19b-4f2e-b72b-08e118b57c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1090 | 2024.06.04 11:11:37.630950 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1091 | 2024.06.04 11:11:37.631013 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1092 | 2024.06.04 11:11:37.631195 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1093 | 2024.06.04 11:11:37.631681 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1094 | 2024.06.04 11:11:37.631727 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1095 | 2024.06.04 11:11:37.632093 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1096 | 2024.06.04 11:11:37.632471 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1097 | 2024.06.04 11:11:37.632664 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.00173 sec., 15028.901734104047 rows/sec., 1.13 MiB/sec. | ||
| 1098 | 2024.06.04 11:11:37.632970 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Debug> DynamicQueryHandler: Done processing query | ||
| 1099 | 2024.06.04 11:11:37.632995 [ 3 ] {317b49a5-a9b7-4651-938c-36be318d1173} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1100 | 2024.06.04 11:11:37.633011 [ 3 ] {} <Debug> HTTP-Session: f4b4a42b-c19b-4f2e-b72b-08e118b57c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1101 | 2024.06.04 11:11:37.633177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 4794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1102 | 2024.06.04 11:11:37.633231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1103 | 2024.06.04 11:11:37.633250 [ 3 ] {} <Debug> HTTP-Session: 3d90c9e7-6c79-4625-b670-b8de27049786 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1104 | 2024.06.04 11:11:37.633269 [ 3 ] {} <Debug> HTTP-Session: 3d90c9e7-6c79-4625-b670-b8de27049786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1105 | 2024.06.04 11:11:37.633282 [ 3 ] {} <Debug> HTTP-Session: 3d90c9e7-6c79-4625-b670-b8de27049786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1106 | 2024.06.04 11:11:37.633317 [ 3 ] {} <Trace> HTTP-Session: 3d90c9e7-6c79-4625-b670-b8de27049786 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1107 | 2024.06.04 11:11:37.633427 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1108 | 2024.06.04 11:11:37.633469 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1109 | 2024.06.04 11:11:37.633605 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1110 | 2024.06.04 11:11:37.633881 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1111 | 2024.06.04 11:11:37.633915 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1112 | 2024.06.04 11:11:37.634197 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1113 | 2024.06.04 11:11:37.634541 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1114 | 2024.06.04 11:11:37.634681 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001301 sec., 21521.906225980016 rows/sec., 1.68 MiB/sec. | ||
| 1115 | 2024.06.04 11:11:37.634826 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1116 | 2024.06.04 11:11:37.634849 [ 3 ] {be8e8f70-f766-4eae-be9a-a047f0a8e00b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1117 | 2024.06.04 11:11:37.634863 [ 3 ] {} <Debug> HTTP-Session: 3d90c9e7-6c79-4625-b670-b8de27049786 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1118 | 2024.06.04 11:11:37.635098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 19132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1119 | 2024.06.04 11:11:37.635143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1120 | 2024.06.04 11:11:37.635161 [ 3 ] {} <Debug> HTTP-Session: 7d8abfd9-524e-4648-98a9-9e2516a14eb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1121 | 2024.06.04 11:11:37.635176 [ 3 ] {} <Debug> HTTP-Session: 7d8abfd9-524e-4648-98a9-9e2516a14eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1122 | 2024.06.04 11:11:37.635189 [ 3 ] {} <Debug> HTTP-Session: 7d8abfd9-524e-4648-98a9-9e2516a14eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1123 | 2024.06.04 11:11:37.635219 [ 3 ] {} <Trace> HTTP-Session: 7d8abfd9-524e-4648-98a9-9e2516a14eb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2024.06.04 11:11:37.635405 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1125 | 2024.06.04 11:11:37.635450 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1126 | 2024.06.04 11:11:37.635587 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1127 | 2024.06.04 11:11:37.635900 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1128 | 2024.06.04 11:11:37.635933 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1129 | 2024.06.04 11:11:37.636351 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1130 | 2024.06.04 11:11:37.636656 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1131 | 2024.06.04 11:11:37.636789 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001462 sec., 68399.45280437756 rows/sec., 4.74 MiB/sec. | ||
| 1132 | 2024.06.04 11:11:37.636949 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Debug> DynamicQueryHandler: Done processing query | ||
| 1133 | 2024.06.04 11:11:37.636972 [ 3 ] {7297d93f-fe79-419a-858e-470e62a91d17} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1134 | 2024.06.04 11:11:37.636987 [ 3 ] {} <Debug> HTTP-Session: 7d8abfd9-524e-4648-98a9-9e2516a14eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1135 | 2024.06.04 11:11:37.637124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1136 | 2024.06.04 11:11:37.637169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1137 | 2024.06.04 11:11:37.637186 [ 3 ] {} <Debug> HTTP-Session: 09f67b23-25c4-40fd-8e32-7ee7530298c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1138 | 2024.06.04 11:11:37.637202 [ 3 ] {} <Debug> HTTP-Session: 09f67b23-25c4-40fd-8e32-7ee7530298c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1139 | 2024.06.04 11:11:37.637214 [ 3 ] {} <Debug> HTTP-Session: 09f67b23-25c4-40fd-8e32-7ee7530298c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1140 | 2024.06.04 11:11:37.637243 [ 3 ] {} <Trace> HTTP-Session: 09f67b23-25c4-40fd-8e32-7ee7530298c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2024.06.04 11:11:37.637405 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1142 | 2024.06.04 11:11:37.637447 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1143 | 2024.06.04 11:11:37.637568 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1144 | 2024.06.04 11:11:37.637805 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1145 | 2024.06.04 11:11:37.637839 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1146 | 2024.06.04 11:11:37.638163 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1147 | 2024.06.04 11:11:37.638533 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1148 | 2024.06.04 11:11:37.638668 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001312 sec., 22865.853658536584 rows/sec., 1.57 MiB/sec. | ||
| 1149 | 2024.06.04 11:11:37.638814 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1150 | 2024.06.04 11:11:37.638836 [ 3 ] {fa7f8f14-9b14-4afe-a454-ccb045223c1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1151 | 2024.06.04 11:11:37.638852 [ 3 ] {} <Debug> HTTP-Session: 09f67b23-25c4-40fd-8e32-7ee7530298c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1152 | 2024.06.04 11:11:42.631646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1153 | 2024.06.04 11:11:42.631780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1154 | 2024.06.04 11:11:42.631808 [ 3 ] {} <Debug> HTTP-Session: b9ee147d-11b3-401d-a1ef-e4838f581f8d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1155 | 2024.06.04 11:11:42.631835 [ 3 ] {} <Debug> HTTP-Session: b9ee147d-11b3-401d-a1ef-e4838f581f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1156 | 2024.06.04 11:11:42.631853 [ 3 ] {} <Debug> HTTP-Session: b9ee147d-11b3-401d-a1ef-e4838f581f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1157 | 2024.06.04 11:11:42.631906 [ 3 ] {} <Trace> HTTP-Session: b9ee147d-11b3-401d-a1ef-e4838f581f8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2024.06.04 11:11:42.632208 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 1159 | 2024.06.04 11:11:42.632653 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1160 | 2024.06.04 11:11:42.632731 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 1161 | 2024.06.04 11:11:42.633006 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1162 | 2024.06.04 11:11:42.633263 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1163 | 2024.06.04 11:11:42.633606 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1164 | 2024.06.04 11:11:42.634737 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1165 | 2024.06.04 11:11:42.634787 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1166 | 2024.06.04 11:11:42.634806 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1167 | 2024.06.04 11:11:42.634915 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent'))" | ||
| 1168 | 2024.06.04 11:11:42.634939 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1169 | 2024.06.04 11:11:42.636937 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.004885 sec., 2865.916069600819 rows/sec., 116.95 KiB/sec. | ||
| 1170 | 2024.06.04 11:11:42.637281 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Debug> DynamicQueryHandler: Done processing query | ||
| 1171 | 2024.06.04 11:11:42.637306 [ 3 ] {723f444c-5424-467a-9108-6ccb0be69679} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1172 | 2024.06.04 11:11:42.637323 [ 3 ] {} <Debug> HTTP-Session: b9ee147d-11b3-401d-a1ef-e4838f581f8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1173 | 2024.06.04 11:11:42.637536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1174 | 2024.06.04 11:11:42.637588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1175 | 2024.06.04 11:11:42.637607 [ 3 ] {} <Debug> HTTP-Session: 878af254-0981-4e77-8071-72052ad6eedd Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1176 | 2024.06.04 11:11:42.637625 [ 3 ] {} <Debug> HTTP-Session: 878af254-0981-4e77-8071-72052ad6eedd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1177 | 2024.06.04 11:11:42.637639 [ 3 ] {} <Debug> HTTP-Session: 878af254-0981-4e77-8071-72052ad6eedd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1178 | 2024.06.04 11:11:42.637673 [ 3 ] {} <Trace> HTTP-Session: 878af254-0981-4e77-8071-72052ad6eedd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1179 | 2024.06.04 11:11:42.637816 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1180 | 2024.06.04 11:11:42.638128 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1181 | 2024.06.04 11:11:42.638166 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1182 | 2024.06.04 11:11:42.638397 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1183 | 2024.06.04 11:11:42.638460 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1184 | 2024.06.04 11:11:42.638592 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1185 | 2024.06.04 11:11:42.638622 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1186 | 2024.06.04 11:11:42.638644 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1187 | 2024.06.04 11:11:42.638661 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1188 | 2024.06.04 11:11:42.638700 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
| 1189 | 2024.06.04 11:11:42.638720 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1190 | 2024.06.04 11:11:42.639532 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001765 sec., 7932.011331444759 rows/sec., 323.68 KiB/sec. | ||
| 1191 | 2024.06.04 11:11:42.639770 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1192 | 2024.06.04 11:11:42.639800 [ 3 ] {6bdba0e8-de7d-4b18-a8f9-92dbd6521b8e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1193 | 2024.06.04 11:11:42.639820 [ 3 ] {} <Debug> HTTP-Session: 878af254-0981-4e77-8071-72052ad6eedd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1194 | 2024.06.04 11:11:42.641512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1195 | 2024.06.04 11:11:42.641589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1196 | 2024.06.04 11:11:42.641611 [ 3 ] {} <Debug> HTTP-Session: 87c0db0b-6151-4a5f-b278-9732ee6b936f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1197 | 2024.06.04 11:11:42.641628 [ 3 ] {} <Debug> HTTP-Session: 87c0db0b-6151-4a5f-b278-9732ee6b936f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1198 | 2024.06.04 11:11:42.641643 [ 3 ] {} <Debug> HTTP-Session: 87c0db0b-6151-4a5f-b278-9732ee6b936f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1199 | 2024.06.04 11:11:42.641674 [ 3 ] {} <Trace> HTTP-Session: 87c0db0b-6151-4a5f-b278-9732ee6b936f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2024.06.04 11:11:42.641829 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1201 | 2024.06.04 11:11:42.642085 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1202 | 2024.06.04 11:11:42.642125 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1203 | 2024.06.04 11:11:42.642365 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1204 | 2024.06.04 11:11:42.642426 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1205 | 2024.06.04 11:11:42.642556 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1206 | 2024.06.04 11:11:42.642587 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1207 | 2024.06.04 11:11:42.642610 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1208 | 2024.06.04 11:11:42.642625 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1209 | 2024.06.04 11:11:42.642663 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1210 | 2024.06.04 11:11:42.642683 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1211 | 2024.06.04 11:11:42.643535 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001795 sec., 7799.442896935933 rows/sec., 318.27 KiB/sec. | ||
| 1212 | 2024.06.04 11:11:42.643750 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1213 | 2024.06.04 11:11:42.643775 [ 3 ] {35500746-42ce-46be-a287-a228e87c73eb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1214 | 2024.06.04 11:11:42.643794 [ 3 ] {} <Debug> HTTP-Session: 87c0db0b-6151-4a5f-b278-9732ee6b936f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1215 | 2024.06.04 11:11:42.644022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1216 | 2024.06.04 11:11:42.644134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1217 | 2024.06.04 11:11:42.644152 [ 3 ] {} <Debug> HTTP-Session: f0d650b5-f57e-43ac-a61c-a1a7dcc93d2b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1218 | 2024.06.04 11:11:42.644169 [ 3 ] {} <Debug> HTTP-Session: f0d650b5-f57e-43ac-a61c-a1a7dcc93d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1219 | 2024.06.04 11:11:42.644182 [ 3 ] {} <Debug> HTTP-Session: f0d650b5-f57e-43ac-a61c-a1a7dcc93d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1220 | 2024.06.04 11:11:42.644211 [ 3 ] {} <Trace> HTTP-Session: f0d650b5-f57e-43ac-a61c-a1a7dcc93d2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1221 | 2024.06.04 11:11:42.644342 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1222 | 2024.06.04 11:11:42.644581 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1223 | 2024.06.04 11:11:42.644617 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1224 | 2024.06.04 11:11:42.644851 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1225 | 2024.06.04 11:11:42.644913 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1226 | 2024.06.04 11:11:42.645042 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1227 | 2024.06.04 11:11:42.645136 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1228 | 2024.06.04 11:11:42.645158 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1229 | 2024.06.04 11:11:42.645174 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1230 | 2024.06.04 11:11:42.645212 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1231 | 2024.06.04 11:11:42.645232 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1232 | 2024.06.04 11:11:42.646013 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001777 sec., 7878.446820483962 rows/sec., 321.49 KiB/sec. | ||
| 1233 | 2024.06.04 11:11:42.646303 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1234 | 2024.06.04 11:11:42.646335 [ 3 ] {048df8a0-d291-45e0-8596-bfad5cf7d51d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1235 | 2024.06.04 11:11:42.646354 [ 3 ] {} <Debug> HTTP-Session: f0d650b5-f57e-43ac-a61c-a1a7dcc93d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1236 | 2024.06.04 11:11:42.653137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1237 | 2024.06.04 11:11:42.653196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1238 | 2024.06.04 11:11:42.653216 [ 3 ] {} <Debug> HTTP-Session: 8f6e62cf-5d1d-4739-9bb0-62e086a471d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1239 | 2024.06.04 11:11:42.653233 [ 3 ] {} <Debug> HTTP-Session: 8f6e62cf-5d1d-4739-9bb0-62e086a471d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1240 | 2024.06.04 11:11:42.653246 [ 3 ] {} <Debug> HTTP-Session: 8f6e62cf-5d1d-4739-9bb0-62e086a471d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1241 | 2024.06.04 11:11:42.653276 [ 3 ] {} <Trace> HTTP-Session: 8f6e62cf-5d1d-4739-9bb0-62e086a471d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1242 | 2024.06.04 11:11:42.653398 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1243 | 2024.06.04 11:11:42.653442 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1244 | 2024.06.04 11:11:42.653602 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1245 | 2024.06.04 11:11:42.653939 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1246 | 2024.06.04 11:11:42.653976 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1247 | 2024.06.04 11:11:42.654542 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1248 | 2024.06.04 11:11:42.654838 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1249 | 2024.06.04 11:11:42.654987 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001657 sec., 2414.0012070006032 rows/sec., 307.05 KiB/sec. | ||
| 1250 | 2024.06.04 11:11:42.655329 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Debug> DynamicQueryHandler: Done processing query | ||
| 1251 | 2024.06.04 11:11:42.655352 [ 3 ] {cc286c6f-4b3a-4346-bcd1-92826ed47676} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1252 | 2024.06.04 11:11:42.655372 [ 3 ] {} <Debug> HTTP-Session: 8f6e62cf-5d1d-4739-9bb0-62e086a471d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1253 | 2024.06.04 11:11:42.655529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1254 | 2024.06.04 11:11:42.655585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1255 | 2024.06.04 11:11:42.655609 [ 3 ] {} <Debug> HTTP-Session: db812bf7-818c-4481-92a2-954dd6794925 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1256 | 2024.06.04 11:11:42.655630 [ 3 ] {} <Debug> HTTP-Session: db812bf7-818c-4481-92a2-954dd6794925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1257 | 2024.06.04 11:11:42.655648 [ 3 ] {} <Debug> HTTP-Session: db812bf7-818c-4481-92a2-954dd6794925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1258 | 2024.06.04 11:11:42.655686 [ 3 ] {} <Trace> HTTP-Session: db812bf7-818c-4481-92a2-954dd6794925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1259 | 2024.06.04 11:11:42.655817 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1260 | 2024.06.04 11:11:42.655866 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1261 | 2024.06.04 11:11:42.656037 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1262 | 2024.06.04 11:11:42.656443 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1263 | 2024.06.04 11:11:42.656479 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1264 | 2024.06.04 11:11:42.656769 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1265 | 2024.06.04 11:11:42.657050 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1266 | 2024.06.04 11:11:42.657266 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001454 sec., 38514.44291609353 rows/sec., 2.96 MiB/sec. | ||
| 1267 | 2024.06.04 11:11:42.657444 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Debug> DynamicQueryHandler: Done processing query | ||
| 1268 | 2024.06.04 11:11:42.657467 [ 3 ] {a35845c2-4671-4cdb-a718-ddcdbeb5ef78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1269 | 2024.06.04 11:11:42.657482 [ 3 ] {} <Debug> HTTP-Session: db812bf7-818c-4481-92a2-954dd6794925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1270 | 2024.06.04 11:11:42.657610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1271 | 2024.06.04 11:11:42.657655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1272 | 2024.06.04 11:11:42.657673 [ 3 ] {} <Debug> HTTP-Session: 3bced33f-799a-472e-a7b8-b1ce6d7a746e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1273 | 2024.06.04 11:11:42.657688 [ 3 ] {} <Debug> HTTP-Session: 3bced33f-799a-472e-a7b8-b1ce6d7a746e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1274 | 2024.06.04 11:11:42.657702 [ 3 ] {} <Debug> HTTP-Session: 3bced33f-799a-472e-a7b8-b1ce6d7a746e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1275 | 2024.06.04 11:11:42.657730 [ 3 ] {} <Trace> HTTP-Session: 3bced33f-799a-472e-a7b8-b1ce6d7a746e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1276 | 2024.06.04 11:11:42.657840 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1277 | 2024.06.04 11:11:42.657880 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1278 | 2024.06.04 11:11:42.657994 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1279 | 2024.06.04 11:11:42.658364 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1280 | 2024.06.04 11:11:42.658397 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1281 | 2024.06.04 11:11:42.658682 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1282 | 2024.06.04 11:11:42.658961 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1283 | 2024.06.04 11:11:42.659167 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001321 sec., 48448.14534443604 rows/sec., 3.78 MiB/sec. | ||
| 1284 | 2024.06.04 11:11:42.659310 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Debug> DynamicQueryHandler: Done processing query | ||
| 1285 | 2024.06.04 11:11:42.659332 [ 3 ] {51228560-ee08-46da-86bd-0c52988de786} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1286 | 2024.06.04 11:11:42.659347 [ 3 ] {} <Debug> HTTP-Session: 3bced33f-799a-472e-a7b8-b1ce6d7a746e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1287 | 2024.06.04 11:11:42.659559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 28724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1288 | 2024.06.04 11:11:42.659603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1289 | 2024.06.04 11:11:42.659620 [ 3 ] {} <Debug> HTTP-Session: dc69becb-dfe7-4458-bb66-4a2b4888973f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1290 | 2024.06.04 11:11:42.659636 [ 3 ] {} <Debug> HTTP-Session: dc69becb-dfe7-4458-bb66-4a2b4888973f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1291 | 2024.06.04 11:11:42.659648 [ 3 ] {} <Debug> HTTP-Session: dc69becb-dfe7-4458-bb66-4a2b4888973f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1292 | 2024.06.04 11:11:42.659677 [ 3 ] {} <Trace> HTTP-Session: dc69becb-dfe7-4458-bb66-4a2b4888973f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1293 | 2024.06.04 11:11:42.659808 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1294 | 2024.06.04 11:11:42.659849 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1295 | 2024.06.04 11:11:42.659981 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1296 | 2024.06.04 11:11:42.660481 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1297 | 2024.06.04 11:11:42.660517 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1298 | 2024.06.04 11:11:42.660877 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1299 | 2024.06.04 11:11:42.661273 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1300 | 2024.06.04 11:11:42.661424 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.00165 sec., 90909.09090909091 rows/sec., 6.33 MiB/sec. | ||
| 1301 | 2024.06.04 11:11:42.661618 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1302 | 2024.06.04 11:11:42.661640 [ 3 ] {f68fda0d-29fa-4db5-add3-088f7210149d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1303 | 2024.06.04 11:11:42.661655 [ 3 ] {} <Debug> HTTP-Session: dc69becb-dfe7-4458-bb66-4a2b4888973f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1304 | 2024.06.04 11:11:42.661783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 8507, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1305 | 2024.06.04 11:11:42.661827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1306 | 2024.06.04 11:11:42.661844 [ 3 ] {} <Debug> HTTP-Session: 70039b79-5598-4cad-b3e4-b70742ed2740 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1307 | 2024.06.04 11:11:42.661859 [ 3 ] {} <Debug> HTTP-Session: 70039b79-5598-4cad-b3e4-b70742ed2740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1308 | 2024.06.04 11:11:42.661872 [ 3 ] {} <Debug> HTTP-Session: 70039b79-5598-4cad-b3e4-b70742ed2740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1309 | 2024.06.04 11:11:42.661900 [ 3 ] {} <Trace> HTTP-Session: 70039b79-5598-4cad-b3e4-b70742ed2740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2024.06.04 11:11:42.662014 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1311 | 2024.06.04 11:11:42.662072 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1312 | 2024.06.04 11:11:42.662301 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1313 | 2024.06.04 11:11:42.662575 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1314 | 2024.06.04 11:11:42.662609 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1315 | 2024.06.04 11:11:42.662938 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1316 | 2024.06.04 11:11:42.663308 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1317 | 2024.06.04 11:11:42.663452 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001436 sec., 38997.214484679665 rows/sec., 2.62 MiB/sec. | ||
| 1318 | 2024.06.04 11:11:42.663596 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Debug> DynamicQueryHandler: Done processing query | ||
| 1319 | 2024.06.04 11:11:42.663618 [ 3 ] {dfb1e44e-3a15-462c-be59-34fe99190336} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1320 | 2024.06.04 11:11:42.663634 [ 3 ] {} <Debug> HTTP-Session: 70039b79-5598-4cad-b3e4-b70742ed2740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1321 | 2024.06.04 11:11:45.224189 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1322 | 2024.06.04 11:11:45.224281 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1323 | 2024.06.04 11:11:47.644315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1324 | 2024.06.04 11:11:47.644431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1325 | 2024.06.04 11:11:47.644453 [ 3 ] {} <Debug> HTTP-Session: 415bd42b-7547-4444-b924-861158e1ccdc Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1326 | 2024.06.04 11:11:47.644476 [ 3 ] {} <Debug> HTTP-Session: 415bd42b-7547-4444-b924-861158e1ccdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1327 | 2024.06.04 11:11:47.644490 [ 3 ] {} <Debug> HTTP-Session: 415bd42b-7547-4444-b924-861158e1ccdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1328 | 2024.06.04 11:11:47.644536 [ 3 ] {} <Trace> HTTP-Session: 415bd42b-7547-4444-b924-861158e1ccdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1329 | 2024.06.04 11:11:47.644714 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1330 | 2024.06.04 11:11:47.644775 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1331 | 2024.06.04 11:11:47.645023 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1332 | 2024.06.04 11:11:47.645456 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1333 | 2024.06.04 11:11:47.645498 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1334 | 2024.06.04 11:11:47.645836 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1335 | 2024.06.04 11:11:47.646212 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1336 | 2024.06.04 11:11:47.646383 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001695 sec., 33038.348082595876 rows/sec., 2.54 MiB/sec. | ||
| 1337 | 2024.06.04 11:11:47.646581 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Debug> DynamicQueryHandler: Done processing query | ||
| 1338 | 2024.06.04 11:11:47.646605 [ 3 ] {5ef88aef-2b3e-46b3-b6a9-21f3ce30e653} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1339 | 2024.06.04 11:11:47.646620 [ 3 ] {} <Debug> HTTP-Session: 415bd42b-7547-4444-b924-861158e1ccdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1340 | 2024.06.04 11:11:47.646786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1341 | 2024.06.04 11:11:47.646836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1342 | 2024.06.04 11:11:47.646854 [ 3 ] {} <Debug> HTTP-Session: 6933815e-8190-41b9-868f-52cef4c07f8a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1343 | 2024.06.04 11:11:47.646872 [ 3 ] {} <Debug> HTTP-Session: 6933815e-8190-41b9-868f-52cef4c07f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1344 | 2024.06.04 11:11:47.646955 [ 3 ] {} <Debug> HTTP-Session: 6933815e-8190-41b9-868f-52cef4c07f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1345 | 2024.06.04 11:11:47.646988 [ 3 ] {} <Trace> HTTP-Session: 6933815e-8190-41b9-868f-52cef4c07f8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1346 | 2024.06.04 11:11:47.647103 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1347 | 2024.06.04 11:11:47.647145 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1348 | 2024.06.04 11:11:47.647264 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1349 | 2024.06.04 11:11:47.647588 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2024.06.04 11:11:47.647623 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1351 | 2024.06.04 11:11:47.647985 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1352 | 2024.06.04 11:11:47.648260 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2024.06.04 11:11:47.648396 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001356 sec., 47197.6401179941 rows/sec., 3.68 MiB/sec. | ||
| 1354 | 2024.06.04 11:11:47.648538 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1355 | 2024.06.04 11:11:47.648560 [ 3 ] {3654bc6d-58f2-4ef9-b915-10e03112c59b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1356 | 2024.06.04 11:11:47.648575 [ 3 ] {} <Debug> HTTP-Session: 6933815e-8190-41b9-868f-52cef4c07f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1357 | 2024.06.04 11:11:47.648836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1358 | 2024.06.04 11:11:47.648951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1359 | 2024.06.04 11:11:47.648968 [ 3 ] {} <Debug> HTTP-Session: 18091ed3-4b40-4d40-aa38-888cb6bc1f01 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1360 | 2024.06.04 11:11:47.648984 [ 3 ] {} <Debug> HTTP-Session: 18091ed3-4b40-4d40-aa38-888cb6bc1f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1361 | 2024.06.04 11:11:47.648997 [ 3 ] {} <Debug> HTTP-Session: 18091ed3-4b40-4d40-aa38-888cb6bc1f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1362 | 2024.06.04 11:11:47.649026 [ 3 ] {} <Trace> HTTP-Session: 18091ed3-4b40-4d40-aa38-888cb6bc1f01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2024.06.04 11:11:47.649160 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1364 | 2024.06.04 11:11:47.649204 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1365 | 2024.06.04 11:11:47.649338 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1366 | 2024.06.04 11:11:47.649681 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2024.06.04 11:11:47.649715 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1368 | 2024.06.04 11:11:47.650170 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1369 | 2024.06.04 11:11:47.650510 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2024.06.04 11:11:47.650664 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 1371 | 2024.06.04 11:11:47.650980 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1372 | 2024.06.04 11:11:47.651006 [ 3 ] {6be95625-1906-4c17-958a-99f1459f7fd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1373 | 2024.06.04 11:11:47.651021 [ 3 ] {} <Debug> HTTP-Session: 18091ed3-4b40-4d40-aa38-888cb6bc1f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1374 | 2024.06.04 11:11:47.651144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1375 | 2024.06.04 11:11:47.651190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1376 | 2024.06.04 11:11:47.651207 [ 3 ] {} <Debug> HTTP-Session: 1c506256-e8ec-4095-b264-95a516596f74 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1377 | 2024.06.04 11:11:47.651222 [ 3 ] {} <Debug> HTTP-Session: 1c506256-e8ec-4095-b264-95a516596f74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1378 | 2024.06.04 11:11:47.651234 [ 3 ] {} <Debug> HTTP-Session: 1c506256-e8ec-4095-b264-95a516596f74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1379 | 2024.06.04 11:11:47.651261 [ 3 ] {} <Trace> HTTP-Session: 1c506256-e8ec-4095-b264-95a516596f74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1380 | 2024.06.04 11:11:47.651373 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1381 | 2024.06.04 11:11:47.651414 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1382 | 2024.06.04 11:11:47.651550 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1383 | 2024.06.04 11:11:47.651875 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2024.06.04 11:11:47.651980 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1385 | 2024.06.04 11:11:47.652299 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1386 | 2024.06.04 11:11:47.652590 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1387 | 2024.06.04 11:11:47.652727 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
| 1388 | 2024.06.04 11:11:47.652866 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1389 | 2024.06.04 11:11:47.652959 [ 3 ] {073dfbdf-a10d-4fea-8bc5-fbaf709bd9d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1390 | 2024.06.04 11:11:47.652974 [ 3 ] {} <Debug> HTTP-Session: 1c506256-e8ec-4095-b264-95a516596f74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1391 | 2024.06.04 11:11:52.649240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1392 | 2024.06.04 11:11:52.649357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1393 | 2024.06.04 11:11:52.649383 [ 3 ] {} <Debug> HTTP-Session: a71a9067-2e7b-48a7-a1e8-0c203e9b40fe Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1394 | 2024.06.04 11:11:52.649407 [ 3 ] {} <Debug> HTTP-Session: a71a9067-2e7b-48a7-a1e8-0c203e9b40fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1395 | 2024.06.04 11:11:52.649423 [ 3 ] {} <Debug> HTTP-Session: a71a9067-2e7b-48a7-a1e8-0c203e9b40fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1396 | 2024.06.04 11:11:52.649470 [ 3 ] {} <Trace> HTTP-Session: a71a9067-2e7b-48a7-a1e8-0c203e9b40fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1397 | 2024.06.04 11:11:52.649653 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1398 | 2024.06.04 11:11:52.649788 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1399 | 2024.06.04 11:11:52.649971 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1400 | 2024.06.04 11:11:52.650506 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1401 | 2024.06.04 11:11:52.650567 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1402 | 2024.06.04 11:11:52.651030 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1403 | 2024.06.04 11:11:52.651473 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1404 | 2024.06.04 11:11:52.651645 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.10 MiB/sec. | ||
| 1405 | 2024.06.04 11:11:52.651918 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Debug> DynamicQueryHandler: Done processing query | ||
| 1406 | 2024.06.04 11:11:52.651944 [ 3 ] {a14de757-6eb2-4003-90ff-caecdddad082} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1407 | 2024.06.04 11:11:52.651960 [ 3 ] {} <Debug> HTTP-Session: a71a9067-2e7b-48a7-a1e8-0c203e9b40fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1408 | 2024.06.04 11:11:52.652124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1409 | 2024.06.04 11:11:52.652177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1410 | 2024.06.04 11:11:52.652197 [ 3 ] {} <Debug> HTTP-Session: 5f1bc78f-7437-4c68-9e55-6adc990c05d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1411 | 2024.06.04 11:11:52.652215 [ 3 ] {} <Debug> HTTP-Session: 5f1bc78f-7437-4c68-9e55-6adc990c05d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1412 | 2024.06.04 11:11:52.652229 [ 3 ] {} <Debug> HTTP-Session: 5f1bc78f-7437-4c68-9e55-6adc990c05d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1413 | 2024.06.04 11:11:52.652268 [ 3 ] {} <Trace> HTTP-Session: 5f1bc78f-7437-4c68-9e55-6adc990c05d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1414 | 2024.06.04 11:11:52.652392 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1415 | 2024.06.04 11:11:52.652437 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1416 | 2024.06.04 11:11:52.652557 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1417 | 2024.06.04 11:11:52.653001 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1418 | 2024.06.04 11:11:52.653036 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1419 | 2024.06.04 11:11:52.653383 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1420 | 2024.06.04 11:11:52.653782 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1421 | 2024.06.04 11:11:52.653934 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001548 sec., 41343.669250645995 rows/sec., 3.23 MiB/sec. | ||
| 1422 | 2024.06.04 11:11:52.654212 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1423 | 2024.06.04 11:11:52.654238 [ 3 ] {58ac4ac2-996f-41a9-8e12-322d5ea390d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1424 | 2024.06.04 11:11:52.654255 [ 3 ] {} <Debug> HTTP-Session: 5f1bc78f-7437-4c68-9e55-6adc990c05d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1425 | 2024.06.04 11:11:52.654546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1426 | 2024.06.04 11:11:52.654599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1427 | 2024.06.04 11:11:52.654636 [ 3 ] {} <Debug> HTTP-Session: 3116366b-39ee-420d-b197-b69cd508731d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1428 | 2024.06.04 11:11:52.654653 [ 3 ] {} <Debug> HTTP-Session: 3116366b-39ee-420d-b197-b69cd508731d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1429 | 2024.06.04 11:11:52.654666 [ 3 ] {} <Debug> HTTP-Session: 3116366b-39ee-420d-b197-b69cd508731d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1430 | 2024.06.04 11:11:52.654773 [ 3 ] {} <Trace> HTTP-Session: 3116366b-39ee-420d-b197-b69cd508731d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1431 | 2024.06.04 11:11:52.654916 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1432 | 2024.06.04 11:11:52.654962 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1433 | 2024.06.04 11:11:52.655119 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1434 | 2024.06.04 11:11:52.655535 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1435 | 2024.06.04 11:11:52.655570 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1436 | 2024.06.04 11:11:52.656077 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1437 | 2024.06.04 11:11:52.656401 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1438 | 2024.06.04 11:11:52.656573 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001763 sec., 90754.39591605218 rows/sec., 6.32 MiB/sec. | ||
| 1439 | 2024.06.04 11:11:52.656895 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Debug> DynamicQueryHandler: Done processing query | ||
| 1440 | 2024.06.04 11:11:52.656918 [ 3 ] {e704ffa6-9f6a-4bf4-ba56-60c0ec2d1405} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1441 | 2024.06.04 11:11:52.656933 [ 3 ] {} <Debug> HTTP-Session: 3116366b-39ee-420d-b197-b69cd508731d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1442 | 2024.06.04 11:11:52.657063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1443 | 2024.06.04 11:11:52.657116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1444 | 2024.06.04 11:11:52.657135 [ 3 ] {} <Debug> HTTP-Session: fbf4ca59-9e63-4776-8c9f-7b06fdb438e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1445 | 2024.06.04 11:11:52.657151 [ 3 ] {} <Debug> HTTP-Session: fbf4ca59-9e63-4776-8c9f-7b06fdb438e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1446 | 2024.06.04 11:11:52.657165 [ 3 ] {} <Debug> HTTP-Session: fbf4ca59-9e63-4776-8c9f-7b06fdb438e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1447 | 2024.06.04 11:11:52.657197 [ 3 ] {} <Trace> HTTP-Session: fbf4ca59-9e63-4776-8c9f-7b06fdb438e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1448 | 2024.06.04 11:11:52.657319 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1449 | 2024.06.04 11:11:52.657361 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1450 | 2024.06.04 11:11:52.657494 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1451 | 2024.06.04 11:11:52.657859 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1452 | 2024.06.04 11:11:52.657892 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1453 | 2024.06.04 11:11:52.658218 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1454 | 2024.06.04 11:11:52.658521 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1455 | 2024.06.04 11:11:52.658668 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 1456 | 2024.06.04 11:11:52.658897 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1457 | 2024.06.04 11:11:52.658921 [ 3 ] {bbc713c4-085b-4cf4-9b62-c0cbf08008f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1458 | 2024.06.04 11:11:52.658937 [ 3 ] {} <Debug> HTTP-Session: fbf4ca59-9e63-4776-8c9f-7b06fdb438e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1459 | 2024.06.04 11:11:57.646371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1460 | 2024.06.04 11:11:57.646506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1461 | 2024.06.04 11:11:57.646535 [ 3 ] {} <Debug> HTTP-Session: 0479f40f-56bc-4c5b-9c07-6583daabf68b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1462 | 2024.06.04 11:11:57.646564 [ 3 ] {} <Debug> HTTP-Session: 0479f40f-56bc-4c5b-9c07-6583daabf68b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1463 | 2024.06.04 11:11:57.646583 [ 3 ] {} <Debug> HTTP-Session: 0479f40f-56bc-4c5b-9c07-6583daabf68b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1464 | 2024.06.04 11:11:57.646639 [ 3 ] {} <Trace> HTTP-Session: 0479f40f-56bc-4c5b-9c07-6583daabf68b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1465 | 2024.06.04 11:11:57.646849 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1466 | 2024.06.04 11:11:57.646923 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1467 | 2024.06.04 11:11:57.647134 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1468 | 2024.06.04 11:11:57.647634 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2024.06.04 11:11:57.647681 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1470 | 2024.06.04 11:11:57.648051 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1471 | 2024.06.04 11:11:57.648406 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2024.06.04 11:11:57.648550 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001775 sec., 31549.295774647886 rows/sec., 2.42 MiB/sec. | ||
| 1473 | 2024.06.04 11:11:57.648612 [ 96 ] {} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2024.06.04 11:11:57.648737 [ 96 ] {} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2024.06.04 11:11:57.648773 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1476 | 2024.06.04 11:11:57.648858 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Debug> DynamicQueryHandler: Done processing query | ||
| 1477 | 2024.06.04 11:11:57.648916 [ 3 ] {b8b115b7-851d-41a9-854f-f43a629fd169} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1478 | 2024.06.04 11:11:57.648971 [ 3 ] {} <Debug> HTTP-Session: 0479f40f-56bc-4c5b-9c07-6583daabf68b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1479 | 2024.06.04 11:11:57.649083 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::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 | ||
| 1480 | 2024.06.04 11:11:57.649170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1481 | 2024.06.04 11:11:57.649284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1482 | 2024.06.04 11:11:57.649343 [ 3 ] {} <Debug> HTTP-Session: 0b61080b-9da9-4065-915a-c44f587d24c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1483 | 2024.06.04 11:11:57.649395 [ 3 ] {} <Debug> HTTP-Session: 0b61080b-9da9-4065-915a-c44f587d24c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1484 | 2024.06.04 11:11:57.649420 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1485 | 2024.06.04 11:11:57.649430 [ 3 ] {} <Debug> HTTP-Session: 0b61080b-9da9-4065-915a-c44f587d24c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1486 | 2024.06.04 11:11:57.649504 [ 3 ] {} <Trace> HTTP-Session: 0b61080b-9da9-4065-915a-c44f587d24c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1487 | 2024.06.04 11:11:57.649514 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1488 | 2024.06.04 11:11:57.649797 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1489 | 2024.06.04 11:11:57.649818 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1490 | 2024.06.04 11:11:57.649998 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1491 | 2024.06.04 11:11:57.650139 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1492 | 2024.06.04 11:11:57.650529 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1493 | 2024.06.04 11:11:57.650881 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1494 | 2024.06.04 11:11:57.651268 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1495 | 2024.06.04 11:11:57.651479 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1496 | 2024.06.04 11:11:57.652774 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1497 | 2024.06.04 11:11:57.652843 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1498 | 2024.06.04 11:11:57.653793 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1499 | 2024.06.04 11:11:57.653886 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.005017973 sec., 55002.28877277737 rows/sec., 4.21 MiB/sec. | ||
| 1500 | 2024.06.04 11:11:57.654124 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1501 | 2024.06.04 11:11:57.654531 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1502 | 2024.06.04 11:11:57.654819 [ 96 ] {} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1503 | 2024.06.04 11:11:57.654866 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005222 sec., 12255.840674071236 rows/sec., 979.55 KiB/sec. | ||
| 1504 | 2024.06.04 11:11:57.654958 [ 96 ] {} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1505 | 2024.06.04 11:11:57.654991 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2024.06.04 11:11:57.655109 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1507 | 2024.06.04 11:11:57.655290 [ 201 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_6_1} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1508 | 2024.06.04 11:11:57.655387 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1509 | 2024.06.04 11:11:57.655492 [ 3 ] {bf3dbad9-e41d-4775-8666-e1591dfa189d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1510 | 2024.06.04 11:11:57.655535 [ 3 ] {} <Debug> HTTP-Session: 0b61080b-9da9-4065-915a-c44f587d24c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1511 | 2024.06.04 11:11:57.655546 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1512 | 2024.06.04 11:11:57.655606 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::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 | ||
| 1513 | 2024.06.04 11:11:57.655727 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1514 | 2024.06.04 11:11:57.655752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1515 | 2024.06.04 11:11:57.655769 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1516 | 2024.06.04 11:11:57.655862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1517 | 2024.06.04 11:11:57.655975 [ 3 ] {} <Debug> HTTP-Session: 74baf6b3-868a-4ad0-8512-178cea7b2f53 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1518 | 2024.06.04 11:11:57.655993 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1519 | 2024.06.04 11:11:57.656039 [ 3 ] {} <Debug> HTTP-Session: 74baf6b3-868a-4ad0-8512-178cea7b2f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1520 | 2024.06.04 11:11:57.656120 [ 3 ] {} <Debug> HTTP-Session: 74baf6b3-868a-4ad0-8512-178cea7b2f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1521 | 2024.06.04 11:11:57.656239 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
| 1522 | 2024.06.04 11:11:57.656279 [ 3 ] {} <Trace> HTTP-Session: 74baf6b3-868a-4ad0-8512-178cea7b2f53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1523 | 2024.06.04 11:11:57.656554 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1524 | 2024.06.04 11:11:57.656873 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1525 | 2024.06.04 11:11:57.656884 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1526 | 2024.06.04 11:11:57.657150 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1527 | 2024.06.04 11:11:57.657205 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1528 | 2024.06.04 11:11:57.657994 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1529 | 2024.06.04 11:11:57.659013 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1530 | 2024.06.04 11:11:57.659082 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1531 | 2024.06.04 11:11:57.659597 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 4 columns (4 merged, 0 gathered) in 0.004280772 sec., 72884.04988632891 rows/sec., 5.69 MiB/sec. | ||
| 1532 | 2024.06.04 11:11:57.659779 [ 201 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1533 | 2024.06.04 11:11:57.660007 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1534 | 2024.06.04 11:11:57.660544 [ 196 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1535 | 2024.06.04 11:11:57.660672 [ 196 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_6_1} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1536 | 2024.06.04 11:11:57.660695 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1537 | 2024.06.04 11:11:57.660785 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 1538 | 2024.06.04 11:11:57.660911 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1539 | 2024.06.04 11:11:57.660914 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00435 sec., 36781.6091954023 rows/sec., 2.56 MiB/sec. | ||
| 1540 | 2024.06.04 11:11:57.660974 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2024.06.04 11:11:57.661058 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1542 | 2024.06.04 11:11:57.661273 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::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 | ||
| 1543 | 2024.06.04 11:11:57.661320 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1544 | 2024.06.04 11:11:57.661364 [ 3 ] {a3c210d0-00c3-40f3-8ee4-7820c903ae7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1545 | 2024.06.04 11:11:57.661420 [ 3 ] {} <Debug> HTTP-Session: 74baf6b3-868a-4ad0-8512-178cea7b2f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1546 | 2024.06.04 11:11:57.661523 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1547 | 2024.06.04 11:11:57.661560 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 100 rows starting from the beginning of the part | ||
| 1548 | 2024.06.04 11:11:57.661693 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1549 | 2024.06.04 11:11:57.661714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1550 | 2024.06.04 11:11:57.661898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1551 | 2024.06.04 11:11:57.661948 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part | ||
| 1552 | 2024.06.04 11:11:57.661982 [ 3 ] {} <Debug> HTTP-Session: c931e010-8f4e-4090-8e41-a4f8a30db361 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1553 | 2024.06.04 11:11:57.662055 [ 3 ] {} <Debug> HTTP-Session: c931e010-8f4e-4090-8e41-a4f8a30db361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1554 | 2024.06.04 11:11:57.662160 [ 3 ] {} <Debug> HTTP-Session: c931e010-8f4e-4090-8e41-a4f8a30db361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1555 | 2024.06.04 11:11:57.662366 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1556 | 2024.06.04 11:11:57.662386 [ 3 ] {} <Trace> HTTP-Session: c931e010-8f4e-4090-8e41-a4f8a30db361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1557 | 2024.06.04 11:11:57.662695 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1558 | 2024.06.04 11:11:57.662859 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1559 | 2024.06.04 11:11:57.662918 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1560 | 2024.06.04 11:11:57.663024 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1561 | 2024.06.04 11:11:57.663703 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1562 | 2024.06.04 11:11:57.664486 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1563 | 2024.06.04 11:11:57.664557 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1564 | 2024.06.04 11:11:57.665485 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1565 | 2024.06.04 11:11:57.665826 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 830 rows, containing 5 columns (5 merged, 0 gathered) in 0.004639858 sec., 178884.78483608764 rows/sec., 12.45 MiB/sec. | ||
| 1566 | 2024.06.04 11:11:57.666081 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1567 | 2024.06.04 11:11:57.666264 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1568 | 2024.06.04 11:11:57.666594 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00394 sec., 15228.426395939086 rows/sec., 1.03 MiB/sec. | ||
| 1569 | 2024.06.04 11:11:57.666654 [ 96 ] {} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1570 | 2024.06.04 11:11:57.666915 [ 96 ] {} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1571 | 2024.06.04 11:11:57.667026 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1572 | 2024.06.04 11:11:57.667154 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Debug> DynamicQueryHandler: Done processing query | ||
| 1573 | 2024.06.04 11:11:57.667241 [ 3 ] {c472babd-c263-4961-9eec-66ad7fc85e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1574 | 2024.06.04 11:11:57.667350 [ 3 ] {} <Debug> HTTP-Session: c931e010-8f4e-4090-8e41-a4f8a30db361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1575 | 2024.06.04 11:11:57.667367 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1576 | 2024.06.04 11:11:57.667692 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::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 | ||
| 1577 | 2024.06.04 11:11:57.667719 [ 201 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1578 | 2024.06.04 11:11:57.667887 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1579 | 2024.06.04 11:11:57.668000 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1580 | 2024.06.04 11:11:57.668056 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1581 | 2024.06.04 11:11:57.668205 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1582 | 2024.06.04 11:11:57.668375 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 1583 | 2024.06.04 11:11:57.668532 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1584 | 2024.06.04 11:11:57.668626 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1585 | 2024.06.04 11:11:57.668885 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1586 | 2024.06.04 11:11:57.670210 [ 186 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 296 rows, containing 4 columns (4 merged, 0 gathered) in 0.003029634 sec., 97701.57055274665 rows/sec., 6.60 MiB/sec. | ||
| 1587 | 2024.06.04 11:11:57.670376 [ 201 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1588 | 2024.06.04 11:11:57.670819 [ 201 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1589 | 2024.06.04 11:11:57.670904 [ 201 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_6_1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1590 | 2024.06.04 11:11:57.670993 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 1591 | 2024.06.04 11:12:00.225276 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1592 | 2024.06.04 11:12:00.225346 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1593 | 2024.06.04 11:12:02.634515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1594 | 2024.06.04 11:12:02.634625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1595 | 2024.06.04 11:12:02.634650 [ 3 ] {} <Debug> HTTP-Session: 2bace78d-aa58-40ca-b490-29d56008ecdd Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1596 | 2024.06.04 11:12:02.634674 [ 3 ] {} <Debug> HTTP-Session: 2bace78d-aa58-40ca-b490-29d56008ecdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1597 | 2024.06.04 11:12:02.634688 [ 3 ] {} <Debug> HTTP-Session: 2bace78d-aa58-40ca-b490-29d56008ecdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1598 | 2024.06.04 11:12:02.634736 [ 3 ] {} <Trace> HTTP-Session: 2bace78d-aa58-40ca-b490-29d56008ecdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1599 | 2024.06.04 11:12:02.634962 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1600 | 2024.06.04 11:12:02.635322 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1601 | 2024.06.04 11:12:02.635363 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1602 | 2024.06.04 11:12:02.635654 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1603 | 2024.06.04 11:12:02.635730 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1604 | 2024.06.04 11:12:02.635901 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1605 | 2024.06.04 11:12:02.636031 [ 250 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1606 | 2024.06.04 11:12:02.636048 [ 255 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1607 | 2024.06.04 11:12:02.636176 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (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 | ||
| 1608 | 2024.06.04 11:12:02.636205 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1609 | 2024.06.04 11:12:02.636338 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1610 | 2024.06.04 11:12:02.636375 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1611 | 2024.06.04 11:12:02.636431 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1612 | 2024.06.04 11:12:02.636475 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1613 | 2024.06.04 11:12:02.638187 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003329 sec., 5407.0291378792435 rows/sec., 221.19 KiB/sec. | ||
| 1614 | 2024.06.04 11:12:02.638504 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1615 | 2024.06.04 11:12:02.638530 [ 3 ] {1922b9c1-6243-4e7b-a0f9-0de86b92467b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1616 | 2024.06.04 11:12:02.638546 [ 3 ] {} <Debug> HTTP-Session: 2bace78d-aa58-40ca-b490-29d56008ecdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1617 | 2024.06.04 11:12:02.639996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1618 | 2024.06.04 11:12:02.640060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1619 | 2024.06.04 11:12:02.640085 [ 3 ] {} <Debug> HTTP-Session: 849e6286-a8a7-4378-ae6f-5423adba2537 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1620 | 2024.06.04 11:12:02.640108 [ 3 ] {} <Debug> HTTP-Session: 849e6286-a8a7-4378-ae6f-5423adba2537 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1621 | 2024.06.04 11:12:02.640126 [ 3 ] {} <Debug> HTTP-Session: 849e6286-a8a7-4378-ae6f-5423adba2537 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1622 | 2024.06.04 11:12:02.640168 [ 3 ] {} <Trace> HTTP-Session: 849e6286-a8a7-4378-ae6f-5423adba2537 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1623 | 2024.06.04 11:12:02.640337 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1624 | 2024.06.04 11:12:02.640665 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1625 | 2024.06.04 11:12:02.640716 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1626 | 2024.06.04 11:12:02.641032 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1627 | 2024.06.04 11:12:02.641109 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1628 | 2024.06.04 11:12:02.641287 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1629 | 2024.06.04 11:12:02.641395 [ 259 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1630 | 2024.06.04 11:12:02.641485 [ 259 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1631 | 2024.06.04 11:12:02.641586 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (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 | ||
| 1632 | 2024.06.04 11:12:02.641643 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1633 | 2024.06.04 11:12:02.641791 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1634 | 2024.06.04 11:12:02.641816 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1635 | 2024.06.04 11:12:02.641860 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1636 | 2024.06.04 11:12:02.641902 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1637 | 2024.06.04 11:12:02.643158 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002907 sec., 6191.9504643962855 rows/sec., 253.29 KiB/sec. | ||
| 1638 | 2024.06.04 11:12:02.643463 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> DynamicQueryHandler: Done processing query | ||
| 1639 | 2024.06.04 11:12:02.643489 [ 3 ] {d72df9b5-719d-443f-b4eb-ce92875ef600} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1640 | 2024.06.04 11:12:02.643505 [ 3 ] {} <Debug> HTTP-Session: 849e6286-a8a7-4378-ae6f-5423adba2537 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1641 | 2024.06.04 11:12:02.643719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1642 | 2024.06.04 11:12:02.643770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1643 | 2024.06.04 11:12:02.643790 [ 3 ] {} <Debug> HTTP-Session: 8a98ab4b-4c52-4362-8215-3026baea9442 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1644 | 2024.06.04 11:12:02.643808 [ 3 ] {} <Debug> HTTP-Session: 8a98ab4b-4c52-4362-8215-3026baea9442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1645 | 2024.06.04 11:12:02.643821 [ 3 ] {} <Debug> HTTP-Session: 8a98ab4b-4c52-4362-8215-3026baea9442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1646 | 2024.06.04 11:12:02.643854 [ 3 ] {} <Trace> HTTP-Session: 8a98ab4b-4c52-4362-8215-3026baea9442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1647 | 2024.06.04 11:12:02.643997 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1648 | 2024.06.04 11:12:02.644269 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1649 | 2024.06.04 11:12:02.644310 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1650 | 2024.06.04 11:12:02.644572 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1651 | 2024.06.04 11:12:02.644637 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1652 | 2024.06.04 11:12:02.644777 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1653 | 2024.06.04 11:12:02.644878 [ 258 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1654 | 2024.06.04 11:12:02.644882 [ 256 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1655 | 2024.06.04 11:12:02.644991 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (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 | ||
| 1656 | 2024.06.04 11:12:02.645014 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1657 | 2024.06.04 11:12:02.645090 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1658 | 2024.06.04 11:12:02.645111 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1659 | 2024.06.04 11:12:02.645150 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1660 | 2024.06.04 11:12:02.645190 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1661 | 2024.06.04 11:12:02.646316 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002385 sec., 7547.169811320755 rows/sec., 308.73 KiB/sec. | ||
| 1662 | 2024.06.04 11:12:02.646580 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> DynamicQueryHandler: Done processing query | ||
| 1663 | 2024.06.04 11:12:02.646604 [ 3 ] {6f8065e1-0d62-4c91-9852-bfdeab30bd41} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1664 | 2024.06.04 11:12:02.646620 [ 3 ] {} <Debug> HTTP-Session: 8a98ab4b-4c52-4362-8215-3026baea9442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1665 | 2024.06.04 11:12:02.646840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1666 | 2024.06.04 11:12:02.646886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1667 | 2024.06.04 11:12:02.646906 [ 3 ] {} <Debug> HTTP-Session: cdb3c908-b4cd-451d-93a7-8ec55ae6d516 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1668 | 2024.06.04 11:12:02.646922 [ 3 ] {} <Debug> HTTP-Session: cdb3c908-b4cd-451d-93a7-8ec55ae6d516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1669 | 2024.06.04 11:12:02.646935 [ 3 ] {} <Debug> HTTP-Session: cdb3c908-b4cd-451d-93a7-8ec55ae6d516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1670 | 2024.06.04 11:12:02.646967 [ 3 ] {} <Trace> HTTP-Session: cdb3c908-b4cd-451d-93a7-8ec55ae6d516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2024.06.04 11:12:02.647105 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1672 | 2024.06.04 11:12:02.647367 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1673 | 2024.06.04 11:12:02.647407 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1674 | 2024.06.04 11:12:02.647670 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1675 | 2024.06.04 11:12:02.647736 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1676 | 2024.06.04 11:12:02.647873 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1677 | 2024.06.04 11:12:02.647973 [ 259 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1678 | 2024.06.04 11:12:02.647975 [ 256 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1679 | 2024.06.04 11:12:02.648076 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (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 | ||
| 1680 | 2024.06.04 11:12:02.648099 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1681 | 2024.06.04 11:12:02.648172 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1682 | 2024.06.04 11:12:02.648193 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1683 | 2024.06.04 11:12:02.648231 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1684 | 2024.06.04 11:12:02.648270 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1685 | 2024.06.04 11:12:02.649233 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002195 sec., 8200.455580865604 rows/sec., 335.46 KiB/sec. | ||
| 1686 | 2024.06.04 11:12:02.649491 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1687 | 2024.06.04 11:12:02.649516 [ 3 ] {3b1bbe69-28e0-497b-aaae-7bddabd370a3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1688 | 2024.06.04 11:12:02.649534 [ 3 ] {} <Debug> HTTP-Session: cdb3c908-b4cd-451d-93a7-8ec55ae6d516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1689 | 2024.06.04 11:12:02.653166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1690 | 2024.06.04 11:12:02.653216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1691 | 2024.06.04 11:12:02.653235 [ 3 ] {} <Debug> HTTP-Session: 1e9f620f-854b-425c-92da-4a875483a4da Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1692 | 2024.06.04 11:12:02.653252 [ 3 ] {} <Debug> HTTP-Session: 1e9f620f-854b-425c-92da-4a875483a4da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1693 | 2024.06.04 11:12:02.653265 [ 3 ] {} <Debug> HTTP-Session: 1e9f620f-854b-425c-92da-4a875483a4da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1694 | 2024.06.04 11:12:02.653296 [ 3 ] {} <Trace> HTTP-Session: 1e9f620f-854b-425c-92da-4a875483a4da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1695 | 2024.06.04 11:12:02.653407 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1696 | 2024.06.04 11:12:02.653452 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1697 | 2024.06.04 11:12:02.653616 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1698 | 2024.06.04 11:12:02.653933 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1699 | 2024.06.04 11:12:02.653971 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1700 | 2024.06.04 11:12:02.654431 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1701 | 2024.06.04 11:12:02.654751 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1702 | 2024.06.04 11:12:02.654929 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001552 sec., 2577.319587628866 rows/sec., 278.75 KiB/sec. | ||
| 1703 | 2024.06.04 11:12:02.655204 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1704 | 2024.06.04 11:12:02.655229 [ 3 ] {14b47484-7e89-4fe9-b80a-94b1448cec3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1705 | 2024.06.04 11:12:02.655245 [ 3 ] {} <Debug> HTTP-Session: 1e9f620f-854b-425c-92da-4a875483a4da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1706 | 2024.06.04 11:12:02.655347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1707 | 2024.06.04 11:12:02.655395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1708 | 2024.06.04 11:12:02.655413 [ 3 ] {} <Debug> HTTP-Session: 9e9d066e-c56c-4edc-8b9a-829d6fa9ecd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1709 | 2024.06.04 11:12:02.655430 [ 3 ] {} <Debug> HTTP-Session: 9e9d066e-c56c-4edc-8b9a-829d6fa9ecd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1710 | 2024.06.04 11:12:02.655443 [ 3 ] {} <Debug> HTTP-Session: 9e9d066e-c56c-4edc-8b9a-829d6fa9ecd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1711 | 2024.06.04 11:12:02.655473 [ 3 ] {} <Trace> HTTP-Session: 9e9d066e-c56c-4edc-8b9a-829d6fa9ecd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2024.06.04 11:12:02.655577 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1713 | 2024.06.04 11:12:02.655620 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1714 | 2024.06.04 11:12:02.655761 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1715 | 2024.06.04 11:12:02.656623 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1716 | 2024.06.04 11:12:02.656658 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1717 | 2024.06.04 11:12:02.656958 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1718 | 2024.06.04 11:12:02.657259 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2024.06.04 11:12:02.657400 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001851 sec., 10804.970286331712 rows/sec., 875.79 KiB/sec. | ||
| 1720 | 2024.06.04 11:12:02.657652 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1721 | 2024.06.04 11:12:02.657676 [ 3 ] {9c0f100b-c874-4646-92dc-a8ab2ee5083a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1722 | 2024.06.04 11:12:02.657691 [ 3 ] {} <Debug> HTTP-Session: 9e9d066e-c56c-4edc-8b9a-829d6fa9ecd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1723 | 2024.06.04 11:12:02.657813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1724 | 2024.06.04 11:12:02.657862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1725 | 2024.06.04 11:12:02.657880 [ 3 ] {} <Debug> HTTP-Session: b1f27882-a700-45c8-b09a-e7adddf19dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1726 | 2024.06.04 11:12:02.657896 [ 3 ] {} <Debug> HTTP-Session: b1f27882-a700-45c8-b09a-e7adddf19dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1727 | 2024.06.04 11:12:02.657910 [ 3 ] {} <Debug> HTTP-Session: b1f27882-a700-45c8-b09a-e7adddf19dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1728 | 2024.06.04 11:12:02.657939 [ 3 ] {} <Trace> HTTP-Session: b1f27882-a700-45c8-b09a-e7adddf19dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1729 | 2024.06.04 11:12:02.658065 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1730 | 2024.06.04 11:12:02.658108 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1731 | 2024.06.04 11:12:02.658249 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1732 | 2024.06.04 11:12:02.658587 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1733 | 2024.06.04 11:12:02.658622 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1734 | 2024.06.04 11:12:02.658929 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1735 | 2024.06.04 11:12:02.659221 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1736 | 2024.06.04 11:12:02.659370 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001357 sec., 85482.68238761976 rows/sec., 7.07 MiB/sec. | ||
| 1737 | 2024.06.04 11:12:02.659518 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1738 | 2024.06.04 11:12:02.659542 [ 3 ] {156eda1f-2965-473f-9087-25ce3de7bcf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 1739 | 2024.06.04 11:12:02.659558 [ 3 ] {} <Debug> HTTP-Session: b1f27882-a700-45c8-b09a-e7adddf19dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1740 | 2024.06.04 11:12:02.659696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 15482, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1741 | 2024.06.04 11:12:02.659744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1742 | 2024.06.04 11:12:02.659761 [ 3 ] {} <Debug> HTTP-Session: 5789348e-83f4-4ba3-a84d-be4d8f937d36 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1743 | 2024.06.04 11:12:02.659778 [ 3 ] {} <Debug> HTTP-Session: 5789348e-83f4-4ba3-a84d-be4d8f937d36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1744 | 2024.06.04 11:12:02.659791 [ 3 ] {} <Debug> HTTP-Session: 5789348e-83f4-4ba3-a84d-be4d8f937d36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1745 | 2024.06.04 11:12:02.659821 [ 3 ] {} <Trace> HTTP-Session: 5789348e-83f4-4ba3-a84d-be4d8f937d36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1746 | 2024.06.04 11:12:02.659938 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1747 | 2024.06.04 11:12:02.659979 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1748 | 2024.06.04 11:12:02.660102 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1749 | 2024.06.04 11:12:02.660420 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1750 | 2024.06.04 11:12:02.660455 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1751 | 2024.06.04 11:12:02.660748 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1752 | 2024.06.04 11:12:02.661040 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1753 | 2024.06.04 11:12:02.661200 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Debug> executeQuery: Read 91 rows, 7.29 KiB in 0.001302 sec., 69892.47311827957 rows/sec., 5.47 MiB/sec. | ||
| 1754 | 2024.06.04 11:12:02.661469 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1755 | 2024.06.04 11:12:02.661493 [ 3 ] {62f77887-ce0b-42b3-b799-da1ca7d2638c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1756 | 2024.06.04 11:12:02.661508 [ 3 ] {} <Debug> HTTP-Session: 5789348e-83f4-4ba3-a84d-be4d8f937d36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1757 | 2024.06.04 11:12:02.661626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1758 | 2024.06.04 11:12:02.661673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1759 | 2024.06.04 11:12:02.661691 [ 3 ] {} <Debug> HTTP-Session: 604354b9-3620-491a-8edb-0ebfb33e5344 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1760 | 2024.06.04 11:12:02.661708 [ 3 ] {} <Debug> HTTP-Session: 604354b9-3620-491a-8edb-0ebfb33e5344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1761 | 2024.06.04 11:12:02.661721 [ 3 ] {} <Debug> HTTP-Session: 604354b9-3620-491a-8edb-0ebfb33e5344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1762 | 2024.06.04 11:12:02.661751 [ 3 ] {} <Trace> HTTP-Session: 604354b9-3620-491a-8edb-0ebfb33e5344 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1763 | 2024.06.04 11:12:02.661898 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1764 | 2024.06.04 11:12:02.661946 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1765 | 2024.06.04 11:12:02.662105 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1766 | 2024.06.04 11:12:02.662447 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1767 | 2024.06.04 11:12:02.662482 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1768 | 2024.06.04 11:12:02.662849 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1769 | 2024.06.04 11:12:02.663178 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1770 | 2024.06.04 11:12:02.663332 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001507 sec., 106171.20106171201 rows/sec., 7.39 MiB/sec. | ||
| 1771 | 2024.06.04 11:12:02.663610 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Debug> DynamicQueryHandler: Done processing query | ||
| 1772 | 2024.06.04 11:12:02.663632 [ 3 ] {521f4724-134c-4c5f-b7ee-8dc376538a92} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1773 | 2024.06.04 11:12:02.663647 [ 3 ] {} <Debug> HTTP-Session: 604354b9-3620-491a-8edb-0ebfb33e5344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1774 | 2024.06.04 11:12:02.663795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1775 | 2024.06.04 11:12:02.663842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1776 | 2024.06.04 11:12:02.663860 [ 3 ] {} <Debug> HTTP-Session: 98e93ce3-0ef1-41e1-9c6c-1bd07e8ccb70 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1777 | 2024.06.04 11:12:02.663877 [ 3 ] {} <Debug> HTTP-Session: 98e93ce3-0ef1-41e1-9c6c-1bd07e8ccb70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1778 | 2024.06.04 11:12:02.663890 [ 3 ] {} <Debug> HTTP-Session: 98e93ce3-0ef1-41e1-9c6c-1bd07e8ccb70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1779 | 2024.06.04 11:12:02.663920 [ 3 ] {} <Trace> HTTP-Session: 98e93ce3-0ef1-41e1-9c6c-1bd07e8ccb70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2024.06.04 11:12:02.664102 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1781 | 2024.06.04 11:12:02.664149 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 1782 | 2024.06.04 11:12:02.664349 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1783 | 2024.06.04 11:12:02.664775 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1784 | 2024.06.04 11:12:02.664810 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1785 | 2024.06.04 11:12:02.667834 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1786 | 2024.06.04 11:12:02.668168 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1787 | 2024.06.04 11:12:02.668335 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.004338 sec., 4610.419548178885 rows/sec., 6.22 MiB/sec. | ||
| 1788 | 2024.06.04 11:12:02.668612 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Debug> DynamicQueryHandler: Done processing query | ||
| 1789 | 2024.06.04 11:12:02.668636 [ 3 ] {651a2301-990c-483c-bf91-9db6f1c1b716} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1790 | 2024.06.04 11:12:02.668652 [ 3 ] {} <Debug> HTTP-Session: 98e93ce3-0ef1-41e1-9c6c-1bd07e8ccb70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1791 | 2024.06.04 11:12:02.668758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1978, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1792 | 2024.06.04 11:12:02.668806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1793 | 2024.06.04 11:12:02.668824 [ 3 ] {} <Debug> HTTP-Session: bcadb3da-52df-4bfc-86ed-82b8cdc967f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1794 | 2024.06.04 11:12:02.668840 [ 3 ] {} <Debug> HTTP-Session: bcadb3da-52df-4bfc-86ed-82b8cdc967f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1795 | 2024.06.04 11:12:02.668854 [ 3 ] {} <Debug> HTTP-Session: bcadb3da-52df-4bfc-86ed-82b8cdc967f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1796 | 2024.06.04 11:12:02.668883 [ 3 ] {} <Trace> HTTP-Session: bcadb3da-52df-4bfc-86ed-82b8cdc967f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2024.06.04 11:12:02.668979 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1798 | 2024.06.04 11:12:02.669022 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1799 | 2024.06.04 11:12:02.669166 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1800 | 2024.06.04 11:12:02.669399 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Trace> oximeter.measurements_i64 (30043c92-5600-479d-b45d-89e8b499dfcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1801 | 2024.06.04 11:12:02.669434 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1802 | 2024.06.04 11:12:02.669781 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1803 | 2024.06.04 11:12:02.670088 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Trace> oximeter.measurements_i64 (30043c92-5600-479d-b45d-89e8b499dfcf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1804 | 2024.06.04 11:12:02.670245 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001283 sec., 9353.078721745907 rows/sec., 704.83 KiB/sec. | ||
| 1805 | 2024.06.04 11:12:02.670502 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Debug> DynamicQueryHandler: Done processing query | ||
| 1806 | 2024.06.04 11:12:02.670526 [ 3 ] {0696329b-62da-47db-a3c2-480785702524} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1807 | 2024.06.04 11:12:02.670541 [ 3 ] {} <Debug> HTTP-Session: bcadb3da-52df-4bfc-86ed-82b8cdc967f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1808 | 2024.06.04 11:12:02.670654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1809 | 2024.06.04 11:12:02.670700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1810 | 2024.06.04 11:12:02.670718 [ 3 ] {} <Debug> HTTP-Session: 51cb04bf-5e2f-4e04-ab37-b0c6ad0e7161 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1811 | 2024.06.04 11:12:02.670735 [ 3 ] {} <Debug> HTTP-Session: 51cb04bf-5e2f-4e04-ab37-b0c6ad0e7161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1812 | 2024.06.04 11:12:02.670748 [ 3 ] {} <Debug> HTTP-Session: 51cb04bf-5e2f-4e04-ab37-b0c6ad0e7161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1813 | 2024.06.04 11:12:02.670777 [ 3 ] {} <Trace> HTTP-Session: 51cb04bf-5e2f-4e04-ab37-b0c6ad0e7161 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1814 | 2024.06.04 11:12:02.670884 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1815 | 2024.06.04 11:12:02.670927 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1816 | 2024.06.04 11:12:02.671073 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1817 | 2024.06.04 11:12:02.671322 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2024.06.04 11:12:02.671357 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1819 | 2024.06.04 11:12:02.671695 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1820 | 2024.06.04 11:12:02.672006 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2024.06.04 11:12:02.672152 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001305 sec., 45977.011494252874 rows/sec., 3.10 MiB/sec. | ||
| 1822 | 2024.06.04 11:12:02.672296 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Debug> DynamicQueryHandler: Done processing query | ||
| 1823 | 2024.06.04 11:12:02.672319 [ 3 ] {8bf08060-4288-4d70-ae4e-e97a700c4961} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1824 | 2024.06.04 11:12:02.672334 [ 3 ] {} <Debug> HTTP-Session: 51cb04bf-5e2f-4e04-ab37-b0c6ad0e7161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1825 | 2024.06.04 11:12:07.622211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1826 | 2024.06.04 11:12:07.622344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1827 | 2024.06.04 11:12:07.622372 [ 3 ] {} <Debug> HTTP-Session: 65991907-be9a-47b8-a0f7-9f20617b7e6b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1828 | 2024.06.04 11:12:07.622399 [ 3 ] {} <Debug> HTTP-Session: 65991907-be9a-47b8-a0f7-9f20617b7e6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1829 | 2024.06.04 11:12:07.622417 [ 3 ] {} <Debug> HTTP-Session: 65991907-be9a-47b8-a0f7-9f20617b7e6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1830 | 2024.06.04 11:12:07.622472 [ 3 ] {} <Trace> HTTP-Session: 65991907-be9a-47b8-a0f7-9f20617b7e6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1831 | 2024.06.04 11:12:07.622731 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1832 | 2024.06.04 11:12:07.623160 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1833 | 2024.06.04 11:12:07.623205 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1834 | 2024.06.04 11:12:07.623516 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1835 | 2024.06.04 11:12:07.623599 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1836 | 2024.06.04 11:12:07.623773 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1837 | 2024.06.04 11:12:07.623880 [ 250 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1838 | 2024.06.04 11:12:07.623899 [ 256 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1839 | 2024.06.04 11:12:07.623901 [ 260 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1840 | 2024.06.04 11:12:07.624038 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1841 | 2024.06.04 11:12:07.624064 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1842 | 2024.06.04 11:12:07.624175 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1843 | 2024.06.04 11:12:07.624199 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1844 | 2024.06.04 11:12:07.624240 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1845 | 2024.06.04 11:12:07.624284 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1846 | 2024.06.04 11:12:07.624325 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1847 | 2024.06.04 11:12:07.626164 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003557 sec., 6184.987348889514 rows/sec., 258.90 KiB/sec. | ||
| 1848 | 2024.06.04 11:12:07.626533 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> DynamicQueryHandler: Done processing query | ||
| 1849 | 2024.06.04 11:12:07.626559 [ 3 ] {8b536bac-0d9f-4928-a98d-758780a12cad} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 1850 | 2024.06.04 11:12:07.626576 [ 3 ] {} <Debug> HTTP-Session: 65991907-be9a-47b8-a0f7-9f20617b7e6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1851 | 2024.06.04 11:12:07.626830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1852 | 2024.06.04 11:12:07.626883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1853 | 2024.06.04 11:12:07.626902 [ 3 ] {} <Debug> HTTP-Session: cbafbdee-9948-4c50-99ca-64be2ded664b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1854 | 2024.06.04 11:12:07.626923 [ 3 ] {} <Debug> HTTP-Session: cbafbdee-9948-4c50-99ca-64be2ded664b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1855 | 2024.06.04 11:12:07.626936 [ 3 ] {} <Debug> HTTP-Session: cbafbdee-9948-4c50-99ca-64be2ded664b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1856 | 2024.06.04 11:12:07.626973 [ 3 ] {} <Trace> HTTP-Session: cbafbdee-9948-4c50-99ca-64be2ded664b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1857 | 2024.06.04 11:12:07.627127 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1858 | 2024.06.04 11:12:07.627401 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1859 | 2024.06.04 11:12:07.627442 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1860 | 2024.06.04 11:12:07.627711 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1861 | 2024.06.04 11:12:07.627775 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1862 | 2024.06.04 11:12:07.627915 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1863 | 2024.06.04 11:12:07.628064 [ 260 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1864 | 2024.06.04 11:12:07.628072 [ 257 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1865 | 2024.06.04 11:12:07.628066 [ 259 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1866 | 2024.06.04 11:12:07.628268 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1867 | 2024.06.04 11:12:07.628297 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1868 | 2024.06.04 11:12:07.628397 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1869 | 2024.06.04 11:12:07.628418 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1870 | 2024.06.04 11:12:07.628457 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1871 | 2024.06.04 11:12:07.628497 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1872 | 2024.06.04 11:12:07.628532 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1873 | 2024.06.04 11:12:07.630146 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003096 sec., 7105.943152454781 rows/sec., 297.45 KiB/sec. | ||
| 1874 | 2024.06.04 11:12:07.630458 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> DynamicQueryHandler: Done processing query | ||
| 1875 | 2024.06.04 11:12:07.630483 [ 3 ] {d3a70952-a8d6-4b07-b301-b2d493384d57} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 1876 | 2024.06.04 11:12:07.630499 [ 3 ] {} <Debug> HTTP-Session: cbafbdee-9948-4c50-99ca-64be2ded664b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1877 | 2024.06.04 11:12:07.630791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1878 | 2024.06.04 11:12:07.630838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1879 | 2024.06.04 11:12:07.630856 [ 3 ] {} <Debug> HTTP-Session: 9b7a844d-b5a1-493e-80f0-cb90e925479a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1880 | 2024.06.04 11:12:07.630872 [ 3 ] {} <Debug> HTTP-Session: 9b7a844d-b5a1-493e-80f0-cb90e925479a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1881 | 2024.06.04 11:12:07.630885 [ 3 ] {} <Debug> HTTP-Session: 9b7a844d-b5a1-493e-80f0-cb90e925479a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1882 | 2024.06.04 11:12:07.630919 [ 3 ] {} <Trace> HTTP-Session: 9b7a844d-b5a1-493e-80f0-cb90e925479a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1883 | 2024.06.04 11:12:07.631061 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1884 | 2024.06.04 11:12:07.631325 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1885 | 2024.06.04 11:12:07.631366 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1886 | 2024.06.04 11:12:07.631634 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1887 | 2024.06.04 11:12:07.631697 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1888 | 2024.06.04 11:12:07.631831 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1889 | 2024.06.04 11:12:07.631963 [ 257 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1890 | 2024.06.04 11:12:07.631978 [ 258 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1891 | 2024.06.04 11:12:07.631975 [ 256 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1892 | 2024.06.04 11:12:07.632122 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1893 | 2024.06.04 11:12:07.632145 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1894 | 2024.06.04 11:12:07.632242 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1895 | 2024.06.04 11:12:07.632263 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1896 | 2024.06.04 11:12:07.632301 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1897 | 2024.06.04 11:12:07.632340 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1898 | 2024.06.04 11:12:07.632375 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1899 | 2024.06.04 11:12:07.634121 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003132 sec., 7024.265644955301 rows/sec., 294.03 KiB/sec. | ||
| 1900 | 2024.06.04 11:12:07.634421 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1901 | 2024.06.04 11:12:07.634446 [ 3 ] {4209b146-0e43-47b4-bcc7-1992991f717b} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 1902 | 2024.06.04 11:12:07.634462 [ 3 ] {} <Debug> HTTP-Session: 9b7a844d-b5a1-493e-80f0-cb90e925479a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1903 | 2024.06.04 11:12:07.634692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1904 | 2024.06.04 11:12:07.634738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1905 | 2024.06.04 11:12:07.634756 [ 3 ] {} <Debug> HTTP-Session: 8db237cf-55f4-48c3-8cdf-ab3fbd61c38f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1906 | 2024.06.04 11:12:07.634772 [ 3 ] {} <Debug> HTTP-Session: 8db237cf-55f4-48c3-8cdf-ab3fbd61c38f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1907 | 2024.06.04 11:12:07.634785 [ 3 ] {} <Debug> HTTP-Session: 8db237cf-55f4-48c3-8cdf-ab3fbd61c38f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1908 | 2024.06.04 11:12:07.634816 [ 3 ] {} <Trace> HTTP-Session: 8db237cf-55f4-48c3-8cdf-ab3fbd61c38f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1909 | 2024.06.04 11:12:07.634957 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1910 | 2024.06.04 11:12:07.635221 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1911 | 2024.06.04 11:12:07.635263 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1912 | 2024.06.04 11:12:07.635532 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1913 | 2024.06.04 11:12:07.635595 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1914 | 2024.06.04 11:12:07.635728 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1915 | 2024.06.04 11:12:07.635839 [ 260 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1916 | 2024.06.04 11:12:07.635867 [ 257 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1917 | 2024.06.04 11:12:07.635855 [ 259 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1918 | 2024.06.04 11:12:07.635981 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1919 | 2024.06.04 11:12:07.636008 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1920 | 2024.06.04 11:12:07.636108 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1921 | 2024.06.04 11:12:07.636127 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1922 | 2024.06.04 11:12:07.636164 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1923 | 2024.06.04 11:12:07.636204 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1924 | 2024.06.04 11:12:07.636239 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1925 | 2024.06.04 11:12:07.637899 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003014 sec., 7299.2700729927 rows/sec., 305.54 KiB/sec. | ||
| 1926 | 2024.06.04 11:12:07.638213 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> DynamicQueryHandler: Done processing query | ||
| 1927 | 2024.06.04 11:12:07.638237 [ 3 ] {1db9d6c4-edd0-41d8-b147-d4a520ca0076} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 1928 | 2024.06.04 11:12:07.638253 [ 3 ] {} <Debug> HTTP-Session: 8db237cf-55f4-48c3-8cdf-ab3fbd61c38f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1929 | 2024.06.04 11:12:07.638462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1930 | 2024.06.04 11:12:07.638508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1931 | 2024.06.04 11:12:07.638527 [ 3 ] {} <Debug> HTTP-Session: a6897125-edee-4bb9-8cbc-159a3f59d8e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1932 | 2024.06.04 11:12:07.638543 [ 3 ] {} <Debug> HTTP-Session: a6897125-edee-4bb9-8cbc-159a3f59d8e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1933 | 2024.06.04 11:12:07.638556 [ 3 ] {} <Debug> HTTP-Session: a6897125-edee-4bb9-8cbc-159a3f59d8e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1934 | 2024.06.04 11:12:07.638586 [ 3 ] {} <Trace> HTTP-Session: a6897125-edee-4bb9-8cbc-159a3f59d8e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1935 | 2024.06.04 11:12:07.638725 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1936 | 2024.06.04 11:12:07.638992 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1937 | 2024.06.04 11:12:07.639035 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1938 | 2024.06.04 11:12:07.639310 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1939 | 2024.06.04 11:12:07.639372 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1940 | 2024.06.04 11:12:07.639505 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1941 | 2024.06.04 11:12:07.639627 [ 257 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1942 | 2024.06.04 11:12:07.639651 [ 258 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1943 | 2024.06.04 11:12:07.639658 [ 256 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1944 | 2024.06.04 11:12:07.639762 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1945 | 2024.06.04 11:12:07.639785 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1946 | 2024.06.04 11:12:07.639881 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1947 | 2024.06.04 11:12:07.639904 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1948 | 2024.06.04 11:12:07.639941 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1949 | 2024.06.04 11:12:07.639980 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1950 | 2024.06.04 11:12:07.640014 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1951 | 2024.06.04 11:12:07.641834 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.00318 sec., 6918.238993710692 rows/sec., 289.59 KiB/sec. | ||
| 1952 | 2024.06.04 11:12:07.642151 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> DynamicQueryHandler: Done processing query | ||
| 1953 | 2024.06.04 11:12:07.642175 [ 3 ] {58615e30-b46a-4dc3-81c0-641ec5c22f78} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 1954 | 2024.06.04 11:12:07.642191 [ 3 ] {} <Debug> HTTP-Session: a6897125-edee-4bb9-8cbc-159a3f59d8e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1955 | 2024.06.04 11:12:07.642424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1956 | 2024.06.04 11:12:07.642495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1957 | 2024.06.04 11:12:07.642514 [ 3 ] {} <Debug> HTTP-Session: 5a6de2b8-2fc3-4247-b78b-62528110e341 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1958 | 2024.06.04 11:12:07.642530 [ 3 ] {} <Debug> HTTP-Session: 5a6de2b8-2fc3-4247-b78b-62528110e341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1959 | 2024.06.04 11:12:07.642544 [ 3 ] {} <Debug> HTTP-Session: 5a6de2b8-2fc3-4247-b78b-62528110e341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1960 | 2024.06.04 11:12:07.642575 [ 3 ] {} <Trace> HTTP-Session: 5a6de2b8-2fc3-4247-b78b-62528110e341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1961 | 2024.06.04 11:12:07.642713 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1962 | 2024.06.04 11:12:07.642979 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1963 | 2024.06.04 11:12:07.643022 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1964 | 2024.06.04 11:12:07.643299 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1965 | 2024.06.04 11:12:07.643362 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1966 | 2024.06.04 11:12:07.643496 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1967 | 2024.06.04 11:12:07.643611 [ 257 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1968 | 2024.06.04 11:12:07.643637 [ 260 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1969 | 2024.06.04 11:12:07.643648 [ 259 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1970 | 2024.06.04 11:12:07.643776 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1971 | 2024.06.04 11:12:07.643803 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1972 | 2024.06.04 11:12:07.643904 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1973 | 2024.06.04 11:12:07.643924 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 1974 | 2024.06.04 11:12:07.643961 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1975 | 2024.06.04 11:12:07.644000 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1976 | 2024.06.04 11:12:07.644034 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1977 | 2024.06.04 11:12:07.645614 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002972 sec., 7402.42261103634 rows/sec., 309.86 KiB/sec. | ||
| 1978 | 2024.06.04 11:12:07.645918 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> DynamicQueryHandler: Done processing query | ||
| 1979 | 2024.06.04 11:12:07.645942 [ 3 ] {cfd464d2-7b86-41dc-90bc-5095576d9d75} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 1980 | 2024.06.04 11:12:07.645959 [ 3 ] {} <Debug> HTTP-Session: 5a6de2b8-2fc3-4247-b78b-62528110e341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1981 | 2024.06.04 11:12:07.659479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1982 | 2024.06.04 11:12:07.659527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1983 | 2024.06.04 11:12:07.659545 [ 3 ] {} <Debug> HTTP-Session: 7038a3ed-2aec-4d22-bc78-21b5710f3763 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 1984 | 2024.06.04 11:12:07.659561 [ 3 ] {} <Debug> HTTP-Session: 7038a3ed-2aec-4d22-bc78-21b5710f3763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1985 | 2024.06.04 11:12:07.659574 [ 3 ] {} <Debug> HTTP-Session: 7038a3ed-2aec-4d22-bc78-21b5710f3763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1986 | 2024.06.04 11:12:07.659605 [ 3 ] {} <Trace> HTTP-Session: 7038a3ed-2aec-4d22-bc78-21b5710f3763 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1987 | 2024.06.04 11:12:07.659718 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1988 | 2024.06.04 11:12:07.659762 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1989 | 2024.06.04 11:12:07.659925 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1990 | 2024.06.04 11:12:07.660245 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1991 | 2024.06.04 11:12:07.660282 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 1992 | 2024.06.04 11:12:07.660743 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1993 | 2024.06.04 11:12:07.661056 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1994 | 2024.06.04 11:12:07.661215 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001531 sec., 3919.0071848465054 rows/sec., 635.31 KiB/sec. | ||
| 1995 | 2024.06.04 11:12:07.661377 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1996 | 2024.06.04 11:12:07.661401 [ 3 ] {b1b2990a-fc43-4db4-8c0e-163d41f7adb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1997 | 2024.06.04 11:12:07.661417 [ 3 ] {} <Debug> HTTP-Session: 7038a3ed-2aec-4d22-bc78-21b5710f3763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1998 | 2024.06.04 11:12:07.661578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1999 | 2024.06.04 11:12:07.661624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2000 | 2024.06.04 11:12:07.661643 [ 3 ] {} <Debug> HTTP-Session: cb748a87-be93-42ed-bd52-02b94f0bee82 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2001 | 2024.06.04 11:12:07.661658 [ 3 ] {} <Debug> HTTP-Session: cb748a87-be93-42ed-bd52-02b94f0bee82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2002 | 2024.06.04 11:12:07.661672 [ 3 ] {} <Debug> HTTP-Session: cb748a87-be93-42ed-bd52-02b94f0bee82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2003 | 2024.06.04 11:12:07.661702 [ 3 ] {} <Trace> HTTP-Session: cb748a87-be93-42ed-bd52-02b94f0bee82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2004 | 2024.06.04 11:12:07.661818 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2005 | 2024.06.04 11:12:07.661862 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2006 | 2024.06.04 11:12:07.661985 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2007 | 2024.06.04 11:12:07.662301 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2008 | 2024.06.04 11:12:07.662336 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2009 | 2024.06.04 11:12:07.662646 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2010 | 2024.06.04 11:12:07.662942 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2011 | 2024.06.04 11:12:07.663085 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Debug> executeQuery: Read 92 rows, 7.22 KiB in 0.001306 sec., 70444.10413476263 rows/sec., 5.40 MiB/sec. | ||
| 2012 | 2024.06.04 11:12:07.663382 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Debug> DynamicQueryHandler: Done processing query | ||
| 2013 | 2024.06.04 11:12:07.663407 [ 3 ] {67075d5f-dc55-42e1-bcbd-5e0cd3da1a22} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2014 | 2024.06.04 11:12:07.663423 [ 3 ] {} <Debug> HTTP-Session: cb748a87-be93-42ed-bd52-02b94f0bee82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2015 | 2024.06.04 11:12:07.663551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2016 | 2024.06.04 11:12:07.663598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2017 | 2024.06.04 11:12:07.663616 [ 3 ] {} <Debug> HTTP-Session: 0c80646a-3201-4d53-a972-6ac2e53bca78 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2018 | 2024.06.04 11:12:07.663633 [ 3 ] {} <Debug> HTTP-Session: 0c80646a-3201-4d53-a972-6ac2e53bca78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2019 | 2024.06.04 11:12:07.663646 [ 3 ] {} <Debug> HTTP-Session: 0c80646a-3201-4d53-a972-6ac2e53bca78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2020 | 2024.06.04 11:12:07.663676 [ 3 ] {} <Trace> HTTP-Session: 0c80646a-3201-4d53-a972-6ac2e53bca78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2021 | 2024.06.04 11:12:07.663790 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2022 | 2024.06.04 11:12:07.663833 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2023 | 2024.06.04 11:12:07.663976 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2024 | 2024.06.04 11:12:07.664298 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2025 | 2024.06.04 11:12:07.664334 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2026 | 2024.06.04 11:12:07.664635 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2027 | 2024.06.04 11:12:07.664927 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2028 | 2024.06.04 11:12:07.665081 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Debug> executeQuery: Read 88 rows, 7.01 KiB in 0.00133 sec., 66165.41353383458 rows/sec., 5.15 MiB/sec. | ||
| 2029 | 2024.06.04 11:12:07.665233 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2030 | 2024.06.04 11:12:07.665257 [ 3 ] {7f4977fd-b561-40c9-a825-fc61533861b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2031 | 2024.06.04 11:12:07.665273 [ 3 ] {} <Debug> HTTP-Session: 0c80646a-3201-4d53-a972-6ac2e53bca78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2032 | 2024.06.04 11:12:07.665641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 67510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2033 | 2024.06.04 11:12:07.665688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2034 | 2024.06.04 11:12:07.665706 [ 3 ] {} <Debug> HTTP-Session: fe1aea79-bf89-4de9-a9f6-ae9370c2a115 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2035 | 2024.06.04 11:12:07.665721 [ 3 ] {} <Debug> HTTP-Session: fe1aea79-bf89-4de9-a9f6-ae9370c2a115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2036 | 2024.06.04 11:12:07.665735 [ 3 ] {} <Debug> HTTP-Session: fe1aea79-bf89-4de9-a9f6-ae9370c2a115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2037 | 2024.06.04 11:12:07.665764 [ 3 ] {} <Trace> HTTP-Session: fe1aea79-bf89-4de9-a9f6-ae9370c2a115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2038 | 2024.06.04 11:12:07.666109 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2039 | 2024.06.04 11:12:07.666156 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2040 | 2024.06.04 11:12:07.666295 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2041 | 2024.06.04 11:12:07.666750 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2042 | 2024.06.04 11:12:07.666784 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2043 | 2024.06.04 11:12:07.667165 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2044 | 2024.06.04 11:12:07.667496 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2045 | 2024.06.04 11:12:07.667649 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Debug> executeQuery: Read 352 rows, 25.29 KiB in 0.001786 sec., 197088.46584546473 rows/sec., 13.83 MiB/sec. | ||
| 2046 | 2024.06.04 11:12:07.667803 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Debug> DynamicQueryHandler: Done processing query | ||
| 2047 | 2024.06.04 11:12:07.667826 [ 3 ] {752493ed-68c1-4b76-bc8a-05f235188f07} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 2048 | 2024.06.04 11:12:07.667842 [ 3 ] {} <Debug> HTTP-Session: fe1aea79-bf89-4de9-a9f6-ae9370c2a115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2049 | 2024.06.04 11:12:07.667993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2050 | 2024.06.04 11:12:07.668040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2051 | 2024.06.04 11:12:07.668058 [ 3 ] {} <Debug> HTTP-Session: 3f2205d5-7ecd-4ec3-bdc7-0a533ef787b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2052 | 2024.06.04 11:12:07.668074 [ 3 ] {} <Debug> HTTP-Session: 3f2205d5-7ecd-4ec3-bdc7-0a533ef787b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2053 | 2024.06.04 11:12:07.668087 [ 3 ] {} <Debug> HTTP-Session: 3f2205d5-7ecd-4ec3-bdc7-0a533ef787b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2054 | 2024.06.04 11:12:07.668118 [ 3 ] {} <Trace> HTTP-Session: 3f2205d5-7ecd-4ec3-bdc7-0a533ef787b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2055 | 2024.06.04 11:12:07.668250 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2056 | 2024.06.04 11:12:07.668293 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2057 | 2024.06.04 11:12:07.668416 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2058 | 2024.06.04 11:12:07.668683 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2059 | 2024.06.04 11:12:07.668718 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2060 | 2024.06.04 11:12:07.669061 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2061 | 2024.06.04 11:12:07.669370 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2062 | 2024.06.04 11:12:07.669523 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 2063 | 2024.06.04 11:12:07.669791 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Debug> DynamicQueryHandler: Done processing query | ||
| 2064 | 2024.06.04 11:12:07.669815 [ 3 ] {433996a0-820f-4e64-8af3-581bef3b8271} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2065 | 2024.06.04 11:12:07.669830 [ 3 ] {} <Debug> HTTP-Session: 3f2205d5-7ecd-4ec3-bdc7-0a533ef787b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2066 | 2024.06.04 11:12:12.621803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2067 | 2024.06.04 11:12:12.621930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2068 | 2024.06.04 11:12:12.621955 [ 3 ] {} <Debug> HTTP-Session: c2d7dd1d-90c9-442e-b04c-62ad404b649a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2069 | 2024.06.04 11:12:12.621980 [ 3 ] {} <Debug> HTTP-Session: c2d7dd1d-90c9-442e-b04c-62ad404b649a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2070 | 2024.06.04 11:12:12.621995 [ 3 ] {} <Debug> HTTP-Session: c2d7dd1d-90c9-442e-b04c-62ad404b649a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2071 | 2024.06.04 11:12:12.622045 [ 3 ] {} <Trace> HTTP-Session: c2d7dd1d-90c9-442e-b04c-62ad404b649a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2024.06.04 11:12:12.622234 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2073 | 2024.06.04 11:12:12.622302 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2074 | 2024.06.04 11:12:12.622500 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2075 | 2024.06.04 11:12:12.622916 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.06.04 11:12:12.622963 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2077 | 2024.06.04 11:12:12.623337 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2078 | 2024.06.04 11:12:12.623669 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2024.06.04 11:12:12.623842 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001664 sec., 12019.23076923077 rows/sec., 974.21 KiB/sec. | ||
| 2080 | 2024.06.04 11:12:12.624168 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Debug> DynamicQueryHandler: Done processing query | ||
| 2081 | 2024.06.04 11:12:12.624201 [ 3 ] {22ee3d59-a7fa-4098-a9ee-fb22a1dbea36} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2082 | 2024.06.04 11:12:12.624223 [ 3 ] {} <Debug> HTTP-Session: c2d7dd1d-90c9-442e-b04c-62ad404b649a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2083 | 2024.06.04 11:12:12.624422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2084 | 2024.06.04 11:12:12.624487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2085 | 2024.06.04 11:12:12.624512 [ 3 ] {} <Debug> HTTP-Session: 040d8533-008a-4235-a972-750963e53809 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2086 | 2024.06.04 11:12:12.624535 [ 3 ] {} <Debug> HTTP-Session: 040d8533-008a-4235-a972-750963e53809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2087 | 2024.06.04 11:12:12.624555 [ 3 ] {} <Debug> HTTP-Session: 040d8533-008a-4235-a972-750963e53809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2088 | 2024.06.04 11:12:12.624598 [ 3 ] {} <Trace> HTTP-Session: 040d8533-008a-4235-a972-750963e53809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2089 | 2024.06.04 11:12:12.624767 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2090 | 2024.06.04 11:12:12.624822 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2091 | 2024.06.04 11:12:12.625013 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2092 | 2024.06.04 11:12:12.625434 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2024.06.04 11:12:12.625474 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2094 | 2024.06.04 11:12:12.625799 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2095 | 2024.06.04 11:12:12.626120 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2024.06.04 11:12:12.626280 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001584 sec., 73232.32323232324 rows/sec., 6.06 MiB/sec. | ||
| 2097 | 2024.06.04 11:12:12.626485 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2098 | 2024.06.04 11:12:12.626509 [ 3 ] {176ad163-1276-46ad-9a88-39d8dcd62f8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2099 | 2024.06.04 11:12:12.626525 [ 3 ] {} <Debug> HTTP-Session: 040d8533-008a-4235-a972-750963e53809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2100 | 2024.06.04 11:12:12.626662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2101 | 2024.06.04 11:12:12.626712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2102 | 2024.06.04 11:12:12.626731 [ 3 ] {} <Debug> HTTP-Session: 2dc77228-fb52-4048-9438-c0d0febc67d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2103 | 2024.06.04 11:12:12.626747 [ 3 ] {} <Debug> HTTP-Session: 2dc77228-fb52-4048-9438-c0d0febc67d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2104 | 2024.06.04 11:12:12.626761 [ 3 ] {} <Debug> HTTP-Session: 2dc77228-fb52-4048-9438-c0d0febc67d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2105 | 2024.06.04 11:12:12.626792 [ 3 ] {} <Trace> HTTP-Session: 2dc77228-fb52-4048-9438-c0d0febc67d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2024.06.04 11:12:12.626913 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2107 | 2024.06.04 11:12:12.626956 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2108 | 2024.06.04 11:12:12.627083 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2109 | 2024.06.04 11:12:12.627397 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2110 | 2024.06.04 11:12:12.627434 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2111 | 2024.06.04 11:12:12.627739 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2112 | 2024.06.04 11:12:12.628039 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2024.06.04 11:12:12.628198 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001324 sec., 63444.1087613293 rows/sec., 4.95 MiB/sec. | ||
| 2114 | 2024.06.04 11:12:12.628466 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Debug> DynamicQueryHandler: Done processing query | ||
| 2115 | 2024.06.04 11:12:12.628490 [ 3 ] {80395252-f26f-479b-8e41-e03086a0c106} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2116 | 2024.06.04 11:12:12.628505 [ 3 ] {} <Debug> HTTP-Session: 2dc77228-fb52-4048-9438-c0d0febc67d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2117 | 2024.06.04 11:12:12.628659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2118 | 2024.06.04 11:12:12.628709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2119 | 2024.06.04 11:12:12.628727 [ 3 ] {} <Debug> HTTP-Session: 8dabcc4c-22f2-41d7-a6f9-53ec2a28a0e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2120 | 2024.06.04 11:12:12.628744 [ 3 ] {} <Debug> HTTP-Session: 8dabcc4c-22f2-41d7-a6f9-53ec2a28a0e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2121 | 2024.06.04 11:12:12.628757 [ 3 ] {} <Debug> HTTP-Session: 8dabcc4c-22f2-41d7-a6f9-53ec2a28a0e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2122 | 2024.06.04 11:12:12.628787 [ 3 ] {} <Trace> HTTP-Session: 8dabcc4c-22f2-41d7-a6f9-53ec2a28a0e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2123 | 2024.06.04 11:12:12.628931 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2124 | 2024.06.04 11:12:12.628979 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2125 | 2024.06.04 11:12:12.629143 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2126 | 2024.06.04 11:12:12.629482 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2127 | 2024.06.04 11:12:12.629517 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2128 | 2024.06.04 11:12:12.629899 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2129 | 2024.06.04 11:12:12.630229 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2024.06.04 11:12:12.630385 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00152 sec., 105263.15789473684 rows/sec., 7.33 MiB/sec. | ||
| 2131 | 2024.06.04 11:12:12.630544 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Debug> DynamicQueryHandler: Done processing query | ||
| 2132 | 2024.06.04 11:12:12.630568 [ 3 ] {1230be1f-15ed-42c1-88bd-c8620a6bcec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2133 | 2024.06.04 11:12:12.630583 [ 3 ] {} <Debug> HTTP-Session: 8dabcc4c-22f2-41d7-a6f9-53ec2a28a0e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2134 | 2024.06.04 11:12:12.630738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2135 | 2024.06.04 11:12:12.630787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2136 | 2024.06.04 11:12:12.630806 [ 3 ] {} <Debug> HTTP-Session: 314f577d-122f-4e0b-ba81-4c20d4f1dfb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2137 | 2024.06.04 11:12:12.630822 [ 3 ] {} <Debug> HTTP-Session: 314f577d-122f-4e0b-ba81-4c20d4f1dfb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2138 | 2024.06.04 11:12:12.630835 [ 3 ] {} <Debug> HTTP-Session: 314f577d-122f-4e0b-ba81-4c20d4f1dfb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2139 | 2024.06.04 11:12:12.630865 [ 3 ] {} <Trace> HTTP-Session: 314f577d-122f-4e0b-ba81-4c20d4f1dfb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2140 | 2024.06.04 11:12:12.631050 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2141 | 2024.06.04 11:12:12.631097 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2142 | 2024.06.04 11:12:12.631257 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2143 | 2024.06.04 11:12:12.631624 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2144 | 2024.06.04 11:12:12.631660 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2145 | 2024.06.04 11:12:12.632050 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2146 | 2024.06.04 11:12:12.632401 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2147 | 2024.06.04 11:12:12.632567 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001626 sec., 12300.123001230011 rows/sec., 16.60 MiB/sec. | ||
| 2148 | 2024.06.04 11:12:12.632839 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2149 | 2024.06.04 11:12:12.632863 [ 3 ] {00102c18-89f5-47eb-a7e9-4410fd4c43b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2150 | 2024.06.04 11:12:12.632879 [ 3 ] {} <Debug> HTTP-Session: 314f577d-122f-4e0b-ba81-4c20d4f1dfb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2151 | 2024.06.04 11:12:12.633018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2152 | 2024.06.04 11:12:12.633066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2153 | 2024.06.04 11:12:12.633084 [ 3 ] {} <Debug> HTTP-Session: 7ea9ed4d-71c3-4efa-97d9-5ef8bfc04cd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2154 | 2024.06.04 11:12:12.633101 [ 3 ] {} <Debug> HTTP-Session: 7ea9ed4d-71c3-4efa-97d9-5ef8bfc04cd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2155 | 2024.06.04 11:12:12.633115 [ 3 ] {} <Debug> HTTP-Session: 7ea9ed4d-71c3-4efa-97d9-5ef8bfc04cd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2156 | 2024.06.04 11:12:12.633145 [ 3 ] {} <Trace> HTTP-Session: 7ea9ed4d-71c3-4efa-97d9-5ef8bfc04cd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2024.06.04 11:12:12.633259 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2158 | 2024.06.04 11:12:12.633304 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2159 | 2024.06.04 11:12:12.633444 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2160 | 2024.06.04 11:12:12.633834 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2024.06.04 11:12:12.633878 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 2162 | 2024.06.04 11:12:12.634241 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2163 | 2024.06.04 11:12:12.634559 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2024.06.04 11:12:12.634705 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 2165 | 2024.06.04 11:12:12.634880 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Debug> DynamicQueryHandler: Done processing query | ||
| 2166 | 2024.06.04 11:12:12.634904 [ 3 ] {7cf9789f-dfad-4dba-ad44-55f35cc02031} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2167 | 2024.06.04 11:12:12.634920 [ 3 ] {} <Debug> HTTP-Session: 7ea9ed4d-71c3-4efa-97d9-5ef8bfc04cd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2168 | 2024.06.04 11:12:15.225489 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2169 | 2024.06.04 11:12:15.225556 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2170 | 2024.06.04 11:12:17.620771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 7847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2171 | 2024.06.04 11:12:17.620903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2172 | 2024.06.04 11:12:17.620931 [ 3 ] {} <Debug> HTTP-Session: 3b8cfe1d-f5c6-4c66-b442-4f955a8192c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2173 | 2024.06.04 11:12:17.620959 [ 3 ] {} <Debug> HTTP-Session: 3b8cfe1d-f5c6-4c66-b442-4f955a8192c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2174 | 2024.06.04 11:12:17.620976 [ 3 ] {} <Debug> HTTP-Session: 3b8cfe1d-f5c6-4c66-b442-4f955a8192c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2175 | 2024.06.04 11:12:17.621028 [ 3 ] {} <Trace> HTTP-Session: 3b8cfe1d-f5c6-4c66-b442-4f955a8192c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2176 | 2024.06.04 11:12:17.621319 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2177 | 2024.06.04 11:12:17.621391 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2178 | 2024.06.04 11:12:17.621596 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2179 | 2024.06.04 11:12:17.622009 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2180 | 2024.06.04 11:12:17.622055 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2181 | 2024.06.04 11:12:17.622474 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2182 | 2024.06.04 11:12:17.622793 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2183 | 2024.06.04 11:12:17.622968 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001751 sec., 31981.724728726444 rows/sec., 2.46 MiB/sec. | ||
| 2184 | 2024.06.04 11:12:17.623360 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Debug> DynamicQueryHandler: Done processing query | ||
| 2185 | 2024.06.04 11:12:17.623394 [ 3 ] {77d497c4-9a71-43e5-a866-e04055893fab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2186 | 2024.06.04 11:12:17.623414 [ 3 ] {} <Debug> HTTP-Session: 3b8cfe1d-f5c6-4c66-b442-4f955a8192c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2187 | 2024.06.04 11:12:17.623556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 10896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2188 | 2024.06.04 11:12:17.623615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2189 | 2024.06.04 11:12:17.623636 [ 3 ] {} <Debug> HTTP-Session: e703bd10-df1d-481a-828a-756c6ebe193b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2190 | 2024.06.04 11:12:17.623654 [ 3 ] {} <Debug> HTTP-Session: e703bd10-df1d-481a-828a-756c6ebe193b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2191 | 2024.06.04 11:12:17.623668 [ 3 ] {} <Debug> HTTP-Session: e703bd10-df1d-481a-828a-756c6ebe193b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2192 | 2024.06.04 11:12:17.623709 [ 3 ] {} <Trace> HTTP-Session: e703bd10-df1d-481a-828a-756c6ebe193b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2193 | 2024.06.04 11:12:17.623843 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2194 | 2024.06.04 11:12:17.623896 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2195 | 2024.06.04 11:12:17.624053 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2196 | 2024.06.04 11:12:17.624494 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2197 | 2024.06.04 11:12:17.624532 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2198 | 2024.06.04 11:12:17.624873 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2199 | 2024.06.04 11:12:17.625277 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2200 | 2024.06.04 11:12:17.625437 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001612 sec., 39702.233250620346 rows/sec., 3.10 MiB/sec. | ||
| 2201 | 2024.06.04 11:12:17.625736 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 2202 | 2024.06.04 11:12:17.625763 [ 3 ] {460c8c3c-c22d-4303-832b-eccd109132ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2203 | 2024.06.04 11:12:17.625784 [ 3 ] {} <Debug> HTTP-Session: e703bd10-df1d-481a-828a-756c6ebe193b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2204 | 2024.06.04 11:12:17.625969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2205 | 2024.06.04 11:12:17.626025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2206 | 2024.06.04 11:12:17.626047 [ 3 ] {} <Debug> HTTP-Session: 00e6c725-bcb1-4017-b66f-7e073a06811d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2207 | 2024.06.04 11:12:17.626068 [ 3 ] {} <Debug> HTTP-Session: 00e6c725-bcb1-4017-b66f-7e073a06811d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2208 | 2024.06.04 11:12:17.626086 [ 3 ] {} <Debug> HTTP-Session: 00e6c725-bcb1-4017-b66f-7e073a06811d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2209 | 2024.06.04 11:12:17.626123 [ 3 ] {} <Trace> HTTP-Session: 00e6c725-bcb1-4017-b66f-7e073a06811d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2210 | 2024.06.04 11:12:17.626362 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2211 | 2024.06.04 11:12:17.626417 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2212 | 2024.06.04 11:12:17.626621 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2213 | 2024.06.04 11:12:17.627028 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2024.06.04 11:12:17.627069 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2215 | 2024.06.04 11:12:17.627578 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2216 | 2024.06.04 11:12:17.627969 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2217 | 2024.06.04 11:12:17.628149 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001927 sec., 83030.61754021797 rows/sec., 5.78 MiB/sec. | ||
| 2218 | 2024.06.04 11:12:17.628543 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Debug> DynamicQueryHandler: Done processing query | ||
| 2219 | 2024.06.04 11:12:17.628568 [ 3 ] {5cd156e8-5dbb-4745-960c-e6f1c60b53db} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2220 | 2024.06.04 11:12:17.628583 [ 3 ] {} <Debug> HTTP-Session: 00e6c725-bcb1-4017-b66f-7e073a06811d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2221 | 2024.06.04 11:12:17.628713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2222 | 2024.06.04 11:12:17.628761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2223 | 2024.06.04 11:12:17.628779 [ 3 ] {} <Debug> HTTP-Session: e62b31d8-c677-41d0-846d-b169a735585c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2224 | 2024.06.04 11:12:17.628794 [ 3 ] {} <Debug> HTTP-Session: e62b31d8-c677-41d0-846d-b169a735585c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2225 | 2024.06.04 11:12:17.628807 [ 3 ] {} <Debug> HTTP-Session: e62b31d8-c677-41d0-846d-b169a735585c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2226 | 2024.06.04 11:12:17.628837 [ 3 ] {} <Trace> HTTP-Session: e62b31d8-c677-41d0-846d-b169a735585c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2227 | 2024.06.04 11:12:17.628952 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2228 | 2024.06.04 11:12:17.628995 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2229 | 2024.06.04 11:12:17.629129 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2230 | 2024.06.04 11:12:17.629512 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2231 | 2024.06.04 11:12:17.629548 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2232 | 2024.06.04 11:12:17.629910 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2233 | 2024.06.04 11:12:17.630297 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2234 | 2024.06.04 11:12:17.630443 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 2235 | 2024.06.04 11:12:17.630596 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2236 | 2024.06.04 11:12:17.630620 [ 3 ] {af11ae6d-b6a0-4834-b7f0-f226753a9c5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2237 | 2024.06.04 11:12:17.630635 [ 3 ] {} <Debug> HTTP-Session: e62b31d8-c677-41d0-846d-b169a735585c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2238 | 2024.06.04 11:12:22.627801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2239 | 2024.06.04 11:12:22.627921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2240 | 2024.06.04 11:12:22.627945 [ 3 ] {} <Debug> HTTP-Session: 89e92d57-98cd-4126-aae4-a7b2cb45d399 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2241 | 2024.06.04 11:12:22.627969 [ 3 ] {} <Debug> HTTP-Session: 89e92d57-98cd-4126-aae4-a7b2cb45d399 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2242 | 2024.06.04 11:12:22.627983 [ 3 ] {} <Debug> HTTP-Session: 89e92d57-98cd-4126-aae4-a7b2cb45d399 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2243 | 2024.06.04 11:12:22.628094 [ 3 ] {} <Trace> HTTP-Session: 89e92d57-98cd-4126-aae4-a7b2cb45d399 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2244 | 2024.06.04 11:12:22.628281 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2245 | 2024.06.04 11:12:22.628345 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2246 | 2024.06.04 11:12:22.628524 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2247 | 2024.06.04 11:12:22.628941 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2248 | 2024.06.04 11:12:22.628977 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2249 | 2024.06.04 11:12:22.629439 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2250 | 2024.06.04 11:12:22.629842 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2251 | 2024.06.04 11:12:22.630082 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001842 sec., 10857.763300760043 rows/sec., 880.07 KiB/sec. | ||
| 2252 | 2024.06.04 11:12:22.630523 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2253 | 2024.06.04 11:12:22.630555 [ 3 ] {1ec50ffb-86b1-441d-9ee2-91eb59c721d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2254 | 2024.06.04 11:12:22.630577 [ 3 ] {} <Debug> HTTP-Session: 89e92d57-98cd-4126-aae4-a7b2cb45d399 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2255 | 2024.06.04 11:12:22.630816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2256 | 2024.06.04 11:12:22.630882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2257 | 2024.06.04 11:12:22.630905 [ 3 ] {} <Debug> HTTP-Session: 98a1d87c-2baa-4af6-ac6e-b5a26a844a4b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2258 | 2024.06.04 11:12:22.630928 [ 3 ] {} <Debug> HTTP-Session: 98a1d87c-2baa-4af6-ac6e-b5a26a844a4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2259 | 2024.06.04 11:12:22.630945 [ 3 ] {} <Debug> HTTP-Session: 98a1d87c-2baa-4af6-ac6e-b5a26a844a4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2260 | 2024.06.04 11:12:22.630989 [ 3 ] {} <Trace> HTTP-Session: 98a1d87c-2baa-4af6-ac6e-b5a26a844a4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2261 | 2024.06.04 11:12:22.631215 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2262 | 2024.06.04 11:12:22.631266 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2263 | 2024.06.04 11:12:22.631407 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2264 | 2024.06.04 11:12:22.631785 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2265 | 2024.06.04 11:12:22.631822 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2266 | 2024.06.04 11:12:22.632243 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2267 | 2024.06.04 11:12:22.632543 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2024.06.04 11:12:22.632658 [ 73 ] {} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2269 | 2024.06.04 11:12:22.632662 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.00155 sec., 74838.70967741936 rows/sec., 6.19 MiB/sec. | ||
| 2270 | 2024.06.04 11:12:22.632698 [ 73 ] {} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2271 | 2024.06.04 11:12:22.632737 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2272 | 2024.06.04 11:12:22.632955 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Debug> DynamicQueryHandler: Done processing query | ||
| 2273 | 2024.06.04 11:12:22.633101 [ 3 ] {e0350826-9c36-4396-a92f-ebc61b838bce} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2274 | 2024.06.04 11:12:22.633194 [ 3 ] {} <Debug> HTTP-Session: 98a1d87c-2baa-4af6-ac6e-b5a26a844a4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2275 | 2024.06.04 11:12:22.633381 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::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 | ||
| 2276 | 2024.06.04 11:12:22.633511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2277 | 2024.06.04 11:12:22.633623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2278 | 2024.06.04 11:12:22.633685 [ 3 ] {} <Debug> HTTP-Session: 2c63de75-1b46-42c0-b4df-4118b2481ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2279 | 2024.06.04 11:12:22.633737 [ 3 ] {} <Debug> HTTP-Session: 2c63de75-1b46-42c0-b4df-4118b2481ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2280 | 2024.06.04 11:12:22.633739 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2281 | 2024.06.04 11:12:22.633759 [ 3 ] {} <Debug> HTTP-Session: 2c63de75-1b46-42c0-b4df-4118b2481ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2282 | 2024.06.04 11:12:22.633808 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 56 rows starting from the beginning of the part | ||
| 2283 | 2024.06.04 11:12:22.633825 [ 3 ] {} <Trace> HTTP-Session: 2c63de75-1b46-42c0-b4df-4118b2481ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2284 | 2024.06.04 11:12:22.634070 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 116 rows starting from the beginning of the part | ||
| 2285 | 2024.06.04 11:12:22.634239 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2286 | 2024.06.04 11:12:22.634399 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2287 | 2024.06.04 11:12:22.634395 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 92 rows starting from the beginning of the part | ||
| 2288 | 2024.06.04 11:12:22.634726 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 116 rows starting from the beginning of the part | ||
| 2289 | 2024.06.04 11:12:22.635159 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 2290 | 2024.06.04 11:12:22.635327 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2291 | 2024.06.04 11:12:22.635480 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 116 rows starting from the beginning of the part | ||
| 2292 | 2024.06.04 11:12:22.636267 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2293 | 2024.06.04 11:12:22.636324 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2294 | 2024.06.04 11:12:22.637289 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2295 | 2024.06.04 11:12:22.638358 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2024.06.04 11:12:22.638550 [ 186 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.005696563 sec., 96900.53458550357 rows/sec., 7.80 MiB/sec. | ||
| 2297 | 2024.06.04 11:12:22.638608 [ 73 ] {} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2298 | 2024.06.04 11:12:22.638658 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.004657 sec., 18037.363109297832 rows/sec., 1.41 MiB/sec. | ||
| 2299 | 2024.06.04 11:12:22.638696 [ 73 ] {} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2300 | 2024.06.04 11:12:22.638746 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2301 | 2024.06.04 11:12:22.639164 [ 186 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2302 | 2024.06.04 11:12:22.639250 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Debug> DynamicQueryHandler: Done processing query | ||
| 2303 | 2024.06.04 11:12:22.639388 [ 3 ] {19408c38-c4a6-4278-929e-b64d237d5889} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2304 | 2024.06.04 11:12:22.639514 [ 3 ] {} <Debug> HTTP-Session: 2c63de75-1b46-42c0-b4df-4118b2481ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2305 | 2024.06.04 11:12:22.639570 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::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 | ||
| 2306 | 2024.06.04 11:12:22.639873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2307 | 2024.06.04 11:12:22.640191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2308 | 2024.06.04 11:12:22.640310 [ 3 ] {} <Debug> HTTP-Session: 8ee54d7f-01dd-4862-b49a-bd44dff1e4f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2309 | 2024.06.04 11:12:22.640404 [ 3 ] {} <Debug> HTTP-Session: 8ee54d7f-01dd-4862-b49a-bd44dff1e4f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2310 | 2024.06.04 11:12:22.640489 [ 3 ] {} <Debug> HTTP-Session: 8ee54d7f-01dd-4862-b49a-bd44dff1e4f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2311 | 2024.06.04 11:12:22.640552 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2312 | 2024.06.04 11:12:22.640615 [ 3 ] {} <Trace> HTTP-Session: 8ee54d7f-01dd-4862-b49a-bd44dff1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2313 | 2024.06.04 11:12:22.640676 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 64 rows starting from the beginning of the part | ||
| 2314 | 2024.06.04 11:12:22.641100 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 91 rows starting from the beginning of the part | ||
| 2315 | 2024.06.04 11:12:22.641207 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2316 | 2024.06.04 11:12:22.641428 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2317 | 2024.06.04 11:12:22.641453 [ 186 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2318 | 2024.06.04 11:12:22.641732 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part | ||
| 2319 | 2024.06.04 11:12:22.641889 [ 186 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_11_2} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2320 | 2024.06.04 11:12:22.642355 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2321 | 2024.06.04 11:12:22.642351 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 84 rows starting from the beginning of the part | ||
| 2322 | 2024.06.04 11:12:22.642668 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2323 | 2024.06.04 11:12:22.642723 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 2324 | 2024.06.04 11:12:22.642991 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 84 rows starting from the beginning of the part | ||
| 2325 | 2024.06.04 11:12:22.643729 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2024.06.04 11:12:22.643791 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2327 | 2024.06.04 11:12:22.644978 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2328 | 2024.06.04 11:12:22.645779 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 4 columns (4 merged, 0 gathered) in 0.00688682 sec., 68972.32685041863 rows/sec., 5.38 MiB/sec. | ||
| 2329 | 2024.06.04 11:12:22.645842 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2330 | 2024.06.04 11:12:22.645993 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2331 | 2024.06.04 11:12:22.646003 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005186 sec., 30852.29463941381 rows/sec., 2.15 MiB/sec. | ||
| 2332 | 2024.06.04 11:12:22.645996 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2333 | 2024.06.04 11:12:22.646097 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2334 | 2024.06.04 11:12:22.646159 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2335 | 2024.06.04 11:12:22.646708 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::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 | ||
| 2336 | 2024.06.04 11:12:22.646709 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2337 | 2024.06.04 11:12:22.646841 [ 3 ] {deb89343-68aa-4a25-b4ab-33b12e6c98e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2338 | 2024.06.04 11:12:22.646961 [ 3 ] {} <Debug> HTTP-Session: 8ee54d7f-01dd-4862-b49a-bd44dff1e4f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2339 | 2024.06.04 11:12:22.647323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2340 | 2024.06.04 11:12:22.647529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2341 | 2024.06.04 11:12:22.647616 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2342 | 2024.06.04 11:12:22.647633 [ 3 ] {} <Debug> HTTP-Session: ccc4bc72-a886-4a20-bfee-042bb2dbc5e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2343 | 2024.06.04 11:12:22.647705 [ 3 ] {} <Debug> HTTP-Session: ccc4bc72-a886-4a20-bfee-042bb2dbc5e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2344 | 2024.06.04 11:12:22.647726 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 830 rows starting from the beginning of the part | ||
| 2345 | 2024.06.04 11:12:22.647751 [ 3 ] {} <Debug> HTTP-Session: ccc4bc72-a886-4a20-bfee-042bb2dbc5e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2346 | 2024.06.04 11:12:22.647869 [ 3 ] {} <Trace> HTTP-Session: ccc4bc72-a886-4a20-bfee-042bb2dbc5e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2347 | 2024.06.04 11:12:22.648119 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2348 | 2024.06.04 11:12:22.648387 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2349 | 2024.06.04 11:12:22.648440 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_11_2} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2350 | 2024.06.04 11:12:22.648588 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 352 rows starting from the beginning of the part | ||
| 2351 | 2024.06.04 11:12:22.648706 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2352 | 2024.06.04 11:12:22.648791 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2353 | 2024.06.04 11:12:22.648997 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2354 | 2024.06.04 11:12:22.649153 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2355 | 2024.06.04 11:12:22.649577 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 2356 | 2024.06.04 11:12:22.649952 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2357 | 2024.06.04 11:12:22.650365 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2358 | 2024.06.04 11:12:22.651455 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2359 | 2024.06.04 11:12:22.651534 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2360 | 2024.06.04 11:12:22.652737 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2361 | 2024.06.04 11:12:22.653256 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1822 rows, containing 5 columns (5 merged, 0 gathered) in 0.00690406 sec., 263902.6891423307 rows/sec., 18.40 MiB/sec. | ||
| 2362 | 2024.06.04 11:12:22.653559 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2363 | 2024.06.04 11:12:22.653651 [ 187 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2364 | 2024.06.04 11:12:22.653839 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.005659 sec., 3534.1933203746244 rows/sec., 4.77 MiB/sec. | ||
| 2365 | 2024.06.04 11:12:22.654576 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2366 | 2024.06.04 11:12:22.654670 [ 3 ] {7742a440-d27c-4dd4-bd0f-c4e9add4724c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2367 | 2024.06.04 11:12:22.654753 [ 3 ] {} <Debug> HTTP-Session: ccc4bc72-a886-4a20-bfee-042bb2dbc5e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2368 | 2024.06.04 11:12:22.654940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2369 | 2024.06.04 11:12:22.655004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2370 | 2024.06.04 11:12:22.655110 [ 3 ] {} <Debug> HTTP-Session: ff4df017-08e8-41ba-a8ba-f482679e6497 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2371 | 2024.06.04 11:12:22.655131 [ 187 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2372 | 2024.06.04 11:12:22.655143 [ 3 ] {} <Debug> HTTP-Session: ff4df017-08e8-41ba-a8ba-f482679e6497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2373 | 2024.06.04 11:12:22.655187 [ 3 ] {} <Debug> HTTP-Session: ff4df017-08e8-41ba-a8ba-f482679e6497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2374 | 2024.06.04 11:12:22.655266 [ 3 ] {} <Trace> HTTP-Session: ff4df017-08e8-41ba-a8ba-f482679e6497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2375 | 2024.06.04 11:12:22.655308 [ 187 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2376 | 2024.06.04 11:12:22.655446 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 2377 | 2024.06.04 11:12:22.655487 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2378 | 2024.06.04 11:12:22.655544 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2379 | 2024.06.04 11:12:22.655687 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2380 | 2024.06.04 11:12:22.655970 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2381 | 2024.06.04 11:12:22.656003 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2382 | 2024.06.04 11:12:22.656419 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2383 | 2024.06.04 11:12:22.656741 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2384 | 2024.06.04 11:12:22.656889 [ 72 ] {} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2385 | 2024.06.04 11:12:22.656896 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 2386 | 2024.06.04 11:12:22.656944 [ 72 ] {} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2387 | 2024.06.04 11:12:22.657009 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2388 | 2024.06.04 11:12:22.657211 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::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 | ||
| 2389 | 2024.06.04 11:12:22.657238 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2390 | 2024.06.04 11:12:22.657263 [ 3 ] {797cf1cd-04d5-4349-be97-1a921a30dd9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2391 | 2024.06.04 11:12:22.657287 [ 3 ] {} <Debug> HTTP-Session: ff4df017-08e8-41ba-a8ba-f482679e6497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2392 | 2024.06.04 11:12:22.657346 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2393 | 2024.06.04 11:12:22.657375 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 296 rows starting from the beginning of the part | ||
| 2394 | 2024.06.04 11:12:22.657480 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2395 | 2024.06.04 11:12:22.657617 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2396 | 2024.06.04 11:12:22.657819 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2397 | 2024.06.04 11:12:22.657957 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 2398 | 2024.06.04 11:12:22.658174 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2399 | 2024.06.04 11:12:22.659271 [ 197 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 596 rows, containing 4 columns (4 merged, 0 gathered) in 0.002103661 sec., 283315.61026229983 rows/sec., 19.12 MiB/sec. | ||
| 2400 | 2024.06.04 11:12:22.659420 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2401 | 2024.06.04 11:12:22.659767 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2402 | 2024.06.04 11:12:22.659839 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_11_2} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2403 | 2024.06.04 11:12:22.659899 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2404 | 2024.06.04 11:12:27.631249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2405 | 2024.06.04 11:12:27.631379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2406 | 2024.06.04 11:12:27.631407 [ 3 ] {} <Debug> HTTP-Session: 8ef0ce78-23d1-4cb4-82f1-9bf64d3c27cc Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2407 | 2024.06.04 11:12:27.631434 [ 3 ] {} <Debug> HTTP-Session: 8ef0ce78-23d1-4cb4-82f1-9bf64d3c27cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2408 | 2024.06.04 11:12:27.631451 [ 3 ] {} <Debug> HTTP-Session: 8ef0ce78-23d1-4cb4-82f1-9bf64d3c27cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2409 | 2024.06.04 11:12:27.631507 [ 3 ] {} <Trace> HTTP-Session: 8ef0ce78-23d1-4cb4-82f1-9bf64d3c27cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2410 | 2024.06.04 11:12:27.631740 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2411 | 2024.06.04 11:12:27.632175 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2412 | 2024.06.04 11:12:27.632220 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2413 | 2024.06.04 11:12:27.632542 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2414 | 2024.06.04 11:12:27.632619 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2415 | 2024.06.04 11:12:27.632784 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 2416 | 2024.06.04 11:12:27.633000 [ 262 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2417 | 2024.06.04 11:12:27.633023 [ 256 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2418 | 2024.06.04 11:12:27.633030 [ 250 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2419 | 2024.06.04 11:12:27.633053 [ 259 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2420 | 2024.06.04 11:12:27.633192 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2421 | 2024.06.04 11:12:27.633223 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2422 | 2024.06.04 11:12:27.633346 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2423 | 2024.06.04 11:12:27.633370 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (SelectExecutor): Reading approx. 28 rows with 4 streams | ||
| 2424 | 2024.06.04 11:12:27.633410 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2425 | 2024.06.04 11:12:27.633452 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2426 | 2024.06.04 11:12:27.633492 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2427 | 2024.06.04 11:12:27.633528 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2428 | 2024.06.04 11:12:27.635859 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> executeQuery: Read 28 rows, 1.16 KiB in 0.00416 sec., 6730.769230769231 rows/sec., 279.12 KiB/sec. | ||
| 2429 | 2024.06.04 11:12:27.636269 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 2430 | 2024.06.04 11:12:27.636300 [ 3 ] {d8182405-6782-4044-b884-09d2184525ba} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 2431 | 2024.06.04 11:12:27.636320 [ 3 ] {} <Debug> HTTP-Session: 8ef0ce78-23d1-4cb4-82f1-9bf64d3c27cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2432 | 2024.06.04 11:12:27.637225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2433 | 2024.06.04 11:12:27.637272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2434 | 2024.06.04 11:12:27.637290 [ 3 ] {} <Debug> HTTP-Session: d7a071f9-3354-438c-80f5-14313ca95744 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2435 | 2024.06.04 11:12:27.637308 [ 3 ] {} <Debug> HTTP-Session: d7a071f9-3354-438c-80f5-14313ca95744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2436 | 2024.06.04 11:12:27.637322 [ 3 ] {} <Debug> HTTP-Session: d7a071f9-3354-438c-80f5-14313ca95744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2437 | 2024.06.04 11:12:27.637357 [ 3 ] {} <Trace> HTTP-Session: d7a071f9-3354-438c-80f5-14313ca95744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2438 | 2024.06.04 11:12:27.637470 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2439 | 2024.06.04 11:12:27.637517 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2440 | 2024.06.04 11:12:27.637675 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2441 | 2024.06.04 11:12:27.638053 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2442 | 2024.06.04 11:12:27.638091 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2443 | 2024.06.04 11:12:27.638535 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2444 | 2024.06.04 11:12:27.638905 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2445 | 2024.06.04 11:12:27.639074 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00161 sec., 621.1180124223602 rows/sec., 140.72 KiB/sec. | ||
| 2446 | 2024.06.04 11:12:27.639241 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Debug> DynamicQueryHandler: Done processing query | ||
| 2447 | 2024.06.04 11:12:27.639265 [ 3 ] {3934d7b6-85dc-48a8-ada6-e0e2148a31af} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2448 | 2024.06.04 11:12:27.639280 [ 3 ] {} <Debug> HTTP-Session: d7a071f9-3354-438c-80f5-14313ca95744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2449 | 2024.06.04 11:12:27.639400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2450 | 2024.06.04 11:12:27.639446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2451 | 2024.06.04 11:12:27.639464 [ 3 ] {} <Debug> HTTP-Session: 88f409f5-ddc7-4a4f-a9ed-f090baecbf7a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2452 | 2024.06.04 11:12:27.639478 [ 3 ] {} <Debug> HTTP-Session: 88f409f5-ddc7-4a4f-a9ed-f090baecbf7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2453 | 2024.06.04 11:12:27.639491 [ 3 ] {} <Debug> HTTP-Session: 88f409f5-ddc7-4a4f-a9ed-f090baecbf7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2454 | 2024.06.04 11:12:27.639520 [ 3 ] {} <Trace> HTTP-Session: 88f409f5-ddc7-4a4f-a9ed-f090baecbf7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2455 | 2024.06.04 11:12:27.639612 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2456 | 2024.06.04 11:12:27.639653 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2457 | 2024.06.04 11:12:27.639775 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2458 | 2024.06.04 11:12:27.640116 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2459 | 2024.06.04 11:12:27.640151 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2460 | 2024.06.04 11:12:27.640440 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2461 | 2024.06.04 11:12:27.640731 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2462 | 2024.06.04 11:12:27.640937 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.0013 sec., 8461.538461538463 rows/sec., 685.85 KiB/sec. | ||
| 2463 | 2024.06.04 11:12:27.641082 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Debug> DynamicQueryHandler: Done processing query | ||
| 2464 | 2024.06.04 11:12:27.641104 [ 3 ] {5d426513-2a98-4f5d-954d-1f6166027523} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2465 | 2024.06.04 11:12:27.641119 [ 3 ] {} <Debug> HTTP-Session: 88f409f5-ddc7-4a4f-a9ed-f090baecbf7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2466 | 2024.06.04 11:12:27.641222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2467 | 2024.06.04 11:12:27.641266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2468 | 2024.06.04 11:12:27.641284 [ 3 ] {} <Debug> HTTP-Session: c218c7bc-67e0-4ddb-8b2a-dfe410369fad Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2469 | 2024.06.04 11:12:27.641299 [ 3 ] {} <Debug> HTTP-Session: c218c7bc-67e0-4ddb-8b2a-dfe410369fad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2470 | 2024.06.04 11:12:27.641312 [ 3 ] {} <Debug> HTTP-Session: c218c7bc-67e0-4ddb-8b2a-dfe410369fad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2471 | 2024.06.04 11:12:27.641341 [ 3 ] {} <Trace> HTTP-Session: c218c7bc-67e0-4ddb-8b2a-dfe410369fad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2472 | 2024.06.04 11:12:27.641430 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2473 | 2024.06.04 11:12:27.641470 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2474 | 2024.06.04 11:12:27.641619 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2475 | 2024.06.04 11:12:27.641936 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2476 | 2024.06.04 11:12:27.641971 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2477 | 2024.06.04 11:12:27.642322 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2478 | 2024.06.04 11:12:27.642635 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2479 | 2024.06.04 11:12:27.642780 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001388 sec., 1440.922190201729 rows/sec., 117.50 KiB/sec. | ||
| 2480 | 2024.06.04 11:12:27.643242 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Debug> DynamicQueryHandler: Done processing query | ||
| 2481 | 2024.06.04 11:12:27.643266 [ 3 ] {3bcfd344-1dd1-49f3-b4b2-a7bfb0288502} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2482 | 2024.06.04 11:12:27.643281 [ 3 ] {} <Debug> HTTP-Session: c218c7bc-67e0-4ddb-8b2a-dfe410369fad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2483 | 2024.06.04 11:12:27.643401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12960, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2484 | 2024.06.04 11:12:27.643447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2485 | 2024.06.04 11:12:27.643465 [ 3 ] {} <Debug> HTTP-Session: 01593ceb-55a4-4c12-9c84-1fe47fe9f027 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2486 | 2024.06.04 11:12:27.643481 [ 3 ] {} <Debug> HTTP-Session: 01593ceb-55a4-4c12-9c84-1fe47fe9f027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2487 | 2024.06.04 11:12:27.643493 [ 3 ] {} <Debug> HTTP-Session: 01593ceb-55a4-4c12-9c84-1fe47fe9f027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2488 | 2024.06.04 11:12:27.643521 [ 3 ] {} <Trace> HTTP-Session: 01593ceb-55a4-4c12-9c84-1fe47fe9f027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2024.06.04 11:12:27.643667 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2490 | 2024.06.04 11:12:27.643708 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2491 | 2024.06.04 11:12:27.643912 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2492 | 2024.06.04 11:12:27.644229 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2024.06.04 11:12:27.644263 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2494 | 2024.06.04 11:12:27.644565 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2495 | 2024.06.04 11:12:27.644913 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2024.06.04 11:12:27.645057 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Debug> executeQuery: Read 90 rows, 7.46 KiB in 0.001421 sec., 63335.6790992259 rows/sec., 5.13 MiB/sec. | ||
| 2497 | 2024.06.04 11:12:27.645221 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2498 | 2024.06.04 11:12:27.645244 [ 3 ] {897f17b8-2b10-4b61-8fd8-6324d5c350d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2499 | 2024.06.04 11:12:27.645259 [ 3 ] {} <Debug> HTTP-Session: 01593ceb-55a4-4c12-9c84-1fe47fe9f027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2500 | 2024.06.04 11:12:27.645362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2501 | 2024.06.04 11:12:27.645408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2502 | 2024.06.04 11:12:27.645427 [ 3 ] {} <Debug> HTTP-Session: d7a1eecd-0794-4731-85d7-49254a2b6759 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2503 | 2024.06.04 11:12:27.645443 [ 3 ] {} <Debug> HTTP-Session: d7a1eecd-0794-4731-85d7-49254a2b6759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2504 | 2024.06.04 11:12:27.645455 [ 3 ] {} <Debug> HTTP-Session: d7a1eecd-0794-4731-85d7-49254a2b6759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2505 | 2024.06.04 11:12:27.645484 [ 3 ] {} <Trace> HTTP-Session: d7a1eecd-0794-4731-85d7-49254a2b6759 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2506 | 2024.06.04 11:12:27.645576 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2507 | 2024.06.04 11:12:27.645618 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2508 | 2024.06.04 11:12:27.645736 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2509 | 2024.06.04 11:12:27.646108 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2510 | 2024.06.04 11:12:27.646144 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2511 | 2024.06.04 11:12:27.646428 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2512 | 2024.06.04 11:12:27.646704 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2513 | 2024.06.04 11:12:27.646905 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 107.75 KiB/sec. | ||
| 2514 | 2024.06.04 11:12:27.647257 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Debug> DynamicQueryHandler: Done processing query | ||
| 2515 | 2024.06.04 11:12:27.647280 [ 3 ] {739ab910-cf7a-4cad-85df-bad15408eead} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2516 | 2024.06.04 11:12:27.647295 [ 3 ] {} <Debug> HTTP-Session: d7a1eecd-0794-4731-85d7-49254a2b6759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2517 | 2024.06.04 11:12:27.647416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 15315, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2518 | 2024.06.04 11:12:27.647463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2519 | 2024.06.04 11:12:27.647480 [ 3 ] {} <Debug> HTTP-Session: 579c8a22-a087-4f58-a41c-05e7799bb2fd Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2520 | 2024.06.04 11:12:27.647496 [ 3 ] {} <Debug> HTTP-Session: 579c8a22-a087-4f58-a41c-05e7799bb2fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2521 | 2024.06.04 11:12:27.647509 [ 3 ] {} <Debug> HTTP-Session: 579c8a22-a087-4f58-a41c-05e7799bb2fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2522 | 2024.06.04 11:12:27.647538 [ 3 ] {} <Trace> HTTP-Session: 579c8a22-a087-4f58-a41c-05e7799bb2fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2523 | 2024.06.04 11:12:27.647649 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2524 | 2024.06.04 11:12:27.647690 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2525 | 2024.06.04 11:12:27.647896 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2526 | 2024.06.04 11:12:27.648207 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2024.06.04 11:12:27.648242 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2528 | 2024.06.04 11:12:27.648536 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2529 | 2024.06.04 11:12:27.648819 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2024.06.04 11:12:27.649021 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.00137 sec., 65693.43065693432 rows/sec., 5.14 MiB/sec. | ||
| 2531 | 2024.06.04 11:12:27.649162 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2532 | 2024.06.04 11:12:27.649184 [ 3 ] {2973b2c3-2490-4a5e-9070-bdecd0cba02b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2533 | 2024.06.04 11:12:27.649199 [ 3 ] {} <Debug> HTTP-Session: 579c8a22-a087-4f58-a41c-05e7799bb2fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2534 | 2024.06.04 11:12:27.649339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2535 | 2024.06.04 11:12:27.649384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2536 | 2024.06.04 11:12:27.649402 [ 3 ] {} <Debug> HTTP-Session: f1586115-1860-4b9c-9974-eedebab5a832 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2537 | 2024.06.04 11:12:27.649418 [ 3 ] {} <Debug> HTTP-Session: f1586115-1860-4b9c-9974-eedebab5a832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2538 | 2024.06.04 11:12:27.649431 [ 3 ] {} <Debug> HTTP-Session: f1586115-1860-4b9c-9974-eedebab5a832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2539 | 2024.06.04 11:12:27.649460 [ 3 ] {} <Trace> HTTP-Session: f1586115-1860-4b9c-9974-eedebab5a832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2024.06.04 11:12:27.649601 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2541 | 2024.06.04 11:12:27.649646 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2542 | 2024.06.04 11:12:27.649779 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2543 | 2024.06.04 11:12:27.650187 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2544 | 2024.06.04 11:12:27.650220 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2545 | 2024.06.04 11:12:27.650578 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2546 | 2024.06.04 11:12:27.650972 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2547 | 2024.06.04 11:12:27.651118 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001558 sec., 103337.61232349166 rows/sec., 7.20 MiB/sec. | ||
| 2548 | 2024.06.04 11:12:27.651281 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2549 | 2024.06.04 11:12:27.651303 [ 3 ] {129bb494-1cab-479b-8115-5cc5634571f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2550 | 2024.06.04 11:12:27.651318 [ 3 ] {} <Debug> HTTP-Session: f1586115-1860-4b9c-9974-eedebab5a832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2551 | 2024.06.04 11:12:27.651434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2552 | 2024.06.04 11:12:27.651480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2553 | 2024.06.04 11:12:27.651497 [ 3 ] {} <Debug> HTTP-Session: cf323bb7-0ace-42f7-97de-9fedc789db3c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2554 | 2024.06.04 11:12:27.651514 [ 3 ] {} <Debug> HTTP-Session: cf323bb7-0ace-42f7-97de-9fedc789db3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2555 | 2024.06.04 11:12:27.651526 [ 3 ] {} <Debug> HTTP-Session: cf323bb7-0ace-42f7-97de-9fedc789db3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2556 | 2024.06.04 11:12:27.651555 [ 3 ] {} <Trace> HTTP-Session: cf323bb7-0ace-42f7-97de-9fedc789db3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2557 | 2024.06.04 11:12:27.651688 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2558 | 2024.06.04 11:12:27.651732 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2559 | 2024.06.04 11:12:27.651943 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2560 | 2024.06.04 11:12:27.652263 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2561 | 2024.06.04 11:12:27.652297 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2562 | 2024.06.04 11:12:27.652661 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2563 | 2024.06.04 11:12:27.653034 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2564 | 2024.06.04 11:12:27.653183 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001526 sec., 7208.387942332896 rows/sec., 9.73 MiB/sec. | ||
| 2565 | 2024.06.04 11:12:27.653374 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2566 | 2024.06.04 11:12:27.653397 [ 3 ] {5d671b8b-17d6-42e9-9e38-521f35ea638a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2567 | 2024.06.04 11:12:27.653412 [ 3 ] {} <Debug> HTTP-Session: cf323bb7-0ace-42f7-97de-9fedc789db3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2568 | 2024.06.04 11:12:27.653513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2569 | 2024.06.04 11:12:27.653557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2570 | 2024.06.04 11:12:27.653576 [ 3 ] {} <Debug> HTTP-Session: 88956e22-d4d8-41b9-8c4d-b02694d47df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2571 | 2024.06.04 11:12:27.653591 [ 3 ] {} <Debug> HTTP-Session: 88956e22-d4d8-41b9-8c4d-b02694d47df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2572 | 2024.06.04 11:12:27.653603 [ 3 ] {} <Debug> HTTP-Session: 88956e22-d4d8-41b9-8c4d-b02694d47df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2573 | 2024.06.04 11:12:27.653632 [ 3 ] {} <Trace> HTTP-Session: 88956e22-d4d8-41b9-8c4d-b02694d47df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2574 | 2024.06.04 11:12:27.653725 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2575 | 2024.06.04 11:12:27.653767 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2576 | 2024.06.04 11:12:27.653946 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2577 | 2024.06.04 11:12:27.654167 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Trace> oximeter.measurements_i64 (30043c92-5600-479d-b45d-89e8b499dfcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2578 | 2024.06.04 11:12:27.654201 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2579 | 2024.06.04 11:12:27.654526 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2580 | 2024.06.04 11:12:27.654817 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Trace> oximeter.measurements_i64 (30043c92-5600-479d-b45d-89e8b499dfcf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2581 | 2024.06.04 11:12:27.654999 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001248 sec., 12019.23076923077 rows/sec., 871.71 KiB/sec. | ||
| 2582 | 2024.06.04 11:12:27.655226 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2583 | 2024.06.04 11:12:27.655248 [ 3 ] {eb9bc0b4-bccd-450d-a3b8-d8697df127b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2584 | 2024.06.04 11:12:27.655263 [ 3 ] {} <Debug> HTTP-Session: 88956e22-d4d8-41b9-8c4d-b02694d47df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2585 | 2024.06.04 11:12:27.655369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2586 | 2024.06.04 11:12:27.655414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2587 | 2024.06.04 11:12:27.655432 [ 3 ] {} <Debug> HTTP-Session: fa746e8b-998b-472f-8c77-9aee69a6aece Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2588 | 2024.06.04 11:12:27.655448 [ 3 ] {} <Debug> HTTP-Session: fa746e8b-998b-472f-8c77-9aee69a6aece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2589 | 2024.06.04 11:12:27.655461 [ 3 ] {} <Debug> HTTP-Session: fa746e8b-998b-472f-8c77-9aee69a6aece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2590 | 2024.06.04 11:12:27.655489 [ 3 ] {} <Trace> HTTP-Session: fa746e8b-998b-472f-8c77-9aee69a6aece Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2591 | 2024.06.04 11:12:27.655596 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2592 | 2024.06.04 11:12:27.655639 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2593 | 2024.06.04 11:12:27.655773 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2594 | 2024.06.04 11:12:27.656081 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2595 | 2024.06.04 11:12:27.656115 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2596 | 2024.06.04 11:12:27.656457 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2597 | 2024.06.04 11:12:27.656749 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2598 | 2024.06.04 11:12:27.656950 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 2599 | 2024.06.04 11:12:27.657089 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2600 | 2024.06.04 11:12:27.657111 [ 3 ] {75e3a8ba-ea89-4813-93b5-81bec0ea8fc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2601 | 2024.06.04 11:12:27.657125 [ 3 ] {} <Debug> HTTP-Session: fa746e8b-998b-472f-8c77-9aee69a6aece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2602 | 2024.06.04 11:12:30.225628 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2603 | 2024.06.04 11:12:30.225698 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2604 | 2024.06.04 11:12:32.636943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2605 | 2024.06.04 11:12:32.637070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2606 | 2024.06.04 11:12:32.637094 [ 3 ] {} <Debug> HTTP-Session: 6ef41d93-ccd5-4623-a93a-7e30d2c16904 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2607 | 2024.06.04 11:12:32.637118 [ 3 ] {} <Debug> HTTP-Session: 6ef41d93-ccd5-4623-a93a-7e30d2c16904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2608 | 2024.06.04 11:12:32.637131 [ 3 ] {} <Debug> HTTP-Session: 6ef41d93-ccd5-4623-a93a-7e30d2c16904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2609 | 2024.06.04 11:12:32.637178 [ 3 ] {} <Trace> HTTP-Session: 6ef41d93-ccd5-4623-a93a-7e30d2c16904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2610 | 2024.06.04 11:12:32.637369 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2611 | 2024.06.04 11:12:32.637438 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2612 | 2024.06.04 11:12:32.637691 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2613 | 2024.06.04 11:12:32.638087 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2024.06.04 11:12:32.638135 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2615 | 2024.06.04 11:12:32.638484 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2616 | 2024.06.04 11:12:32.638855 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2024.06.04 11:12:32.639025 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001685 sec., 11869.436201780414 rows/sec., 962.07 KiB/sec. | ||
| 2618 | 2024.06.04 11:12:32.639224 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2619 | 2024.06.04 11:12:32.639250 [ 3 ] {d3277dee-c2b1-4de0-84d0-dbfe0e0aa5c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2620 | 2024.06.04 11:12:32.639265 [ 3 ] {} <Debug> HTTP-Session: 6ef41d93-ccd5-4623-a93a-7e30d2c16904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2621 | 2024.06.04 11:12:32.639424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2622 | 2024.06.04 11:12:32.639476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2623 | 2024.06.04 11:12:32.639495 [ 3 ] {} <Debug> HTTP-Session: d0b60a91-1916-465f-b4aa-dcd3c9d707f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2624 | 2024.06.04 11:12:32.639513 [ 3 ] {} <Debug> HTTP-Session: d0b60a91-1916-465f-b4aa-dcd3c9d707f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2625 | 2024.06.04 11:12:32.639527 [ 3 ] {} <Debug> HTTP-Session: d0b60a91-1916-465f-b4aa-dcd3c9d707f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2626 | 2024.06.04 11:12:32.639561 [ 3 ] {} <Trace> HTTP-Session: d0b60a91-1916-465f-b4aa-dcd3c9d707f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2627 | 2024.06.04 11:12:32.639754 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2628 | 2024.06.04 11:12:32.639800 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2629 | 2024.06.04 11:12:32.639918 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2630 | 2024.06.04 11:12:32.640239 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2024.06.04 11:12:32.640273 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2632 | 2024.06.04 11:12:32.640607 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2633 | 2024.06.04 11:12:32.641004 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2634 | 2024.06.04 11:12:32.641156 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001477 sec., 78537.57616790792 rows/sec., 6.50 MiB/sec. | ||
| 2635 | 2024.06.04 11:12:32.641299 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2636 | 2024.06.04 11:12:32.641322 [ 3 ] {dd00c773-f1cb-48f6-bb5f-5924bcf4104d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2637 | 2024.06.04 11:12:32.641337 [ 3 ] {} <Debug> HTTP-Session: d0b60a91-1916-465f-b4aa-dcd3c9d707f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2638 | 2024.06.04 11:12:32.641465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2639 | 2024.06.04 11:12:32.641511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2640 | 2024.06.04 11:12:32.641529 [ 3 ] {} <Debug> HTTP-Session: 7bc17865-83d6-484f-b1d6-f4a819a8ef33 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2641 | 2024.06.04 11:12:32.641545 [ 3 ] {} <Debug> HTTP-Session: 7bc17865-83d6-484f-b1d6-f4a819a8ef33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2642 | 2024.06.04 11:12:32.641558 [ 3 ] {} <Debug> HTTP-Session: 7bc17865-83d6-484f-b1d6-f4a819a8ef33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2643 | 2024.06.04 11:12:32.641591 [ 3 ] {} <Trace> HTTP-Session: 7bc17865-83d6-484f-b1d6-f4a819a8ef33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2644 | 2024.06.04 11:12:32.641771 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2645 | 2024.06.04 11:12:32.641811 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2646 | 2024.06.04 11:12:32.641927 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2647 | 2024.06.04 11:12:32.642212 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2024.06.04 11:12:32.642245 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2649 | 2024.06.04 11:12:32.642531 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2650 | 2024.06.04 11:12:32.642891 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2024.06.04 11:12:32.643028 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001311 sec., 64073.22654462242 rows/sec., 5.00 MiB/sec. | ||
| 2652 | 2024.06.04 11:12:32.643264 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Debug> DynamicQueryHandler: Done processing query | ||
| 2653 | 2024.06.04 11:12:32.643287 [ 3 ] {fa6f93f5-b405-46af-a753-d58d58630025} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2654 | 2024.06.04 11:12:32.643303 [ 3 ] {} <Debug> HTTP-Session: 7bc17865-83d6-484f-b1d6-f4a819a8ef33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2655 | 2024.06.04 11:12:32.643462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2656 | 2024.06.04 11:12:32.643507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2657 | 2024.06.04 11:12:32.643524 [ 3 ] {} <Debug> HTTP-Session: 83c594cc-f327-4831-a7ec-b05817de4b8d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2658 | 2024.06.04 11:12:32.643538 [ 3 ] {} <Debug> HTTP-Session: 83c594cc-f327-4831-a7ec-b05817de4b8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2659 | 2024.06.04 11:12:32.643551 [ 3 ] {} <Debug> HTTP-Session: 83c594cc-f327-4831-a7ec-b05817de4b8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2660 | 2024.06.04 11:12:32.643580 [ 3 ] {} <Trace> HTTP-Session: 83c594cc-f327-4831-a7ec-b05817de4b8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2661 | 2024.06.04 11:12:32.643786 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2662 | 2024.06.04 11:12:32.643829 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2663 | 2024.06.04 11:12:32.643981 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2664 | 2024.06.04 11:12:32.644307 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2024.06.04 11:12:32.644340 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2666 | 2024.06.04 11:12:32.644761 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2667 | 2024.06.04 11:12:32.645064 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2024.06.04 11:12:32.645209 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
| 2669 | 2024.06.04 11:12:32.645513 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Debug> DynamicQueryHandler: Done processing query | ||
| 2670 | 2024.06.04 11:12:32.645536 [ 3 ] {1fbaa6fa-a68c-4168-8acb-8a0581b43357} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2671 | 2024.06.04 11:12:32.645551 [ 3 ] {} <Debug> HTTP-Session: 83c594cc-f327-4831-a7ec-b05817de4b8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2672 | 2024.06.04 11:12:32.645775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2673 | 2024.06.04 11:12:32.645820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2674 | 2024.06.04 11:12:32.645837 [ 3 ] {} <Debug> HTTP-Session: 255cb7b3-bff7-4ae0-b2e4-42b9cf012e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2675 | 2024.06.04 11:12:32.645853 [ 3 ] {} <Debug> HTTP-Session: 255cb7b3-bff7-4ae0-b2e4-42b9cf012e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2676 | 2024.06.04 11:12:32.645866 [ 3 ] {} <Debug> HTTP-Session: 255cb7b3-bff7-4ae0-b2e4-42b9cf012e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2677 | 2024.06.04 11:12:32.645893 [ 3 ] {} <Trace> HTTP-Session: 255cb7b3-bff7-4ae0-b2e4-42b9cf012e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2678 | 2024.06.04 11:12:32.646070 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2679 | 2024.06.04 11:12:32.646115 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2680 | 2024.06.04 11:12:32.646277 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2681 | 2024.06.04 11:12:32.646608 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2682 | 2024.06.04 11:12:32.646716 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2683 | 2024.06.04 11:12:32.647085 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2684 | 2024.06.04 11:12:32.647398 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2024.06.04 11:12:32.647559 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001633 sec., 12247.39742804654 rows/sec., 16.53 MiB/sec. | ||
| 2686 | 2024.06.04 11:12:32.647910 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Debug> DynamicQueryHandler: Done processing query | ||
| 2687 | 2024.06.04 11:12:32.647933 [ 3 ] {1c6f6398-1de5-42b3-9c68-f3e710441059} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2688 | 2024.06.04 11:12:32.647947 [ 3 ] {} <Debug> HTTP-Session: 255cb7b3-bff7-4ae0-b2e4-42b9cf012e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2689 | 2024.06.04 11:12:32.648081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2690 | 2024.06.04 11:12:32.648135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2691 | 2024.06.04 11:12:32.648154 [ 3 ] {} <Debug> HTTP-Session: a6b9e3d5-6b5a-41f4-bb32-18b563caa634 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2692 | 2024.06.04 11:12:32.648170 [ 3 ] {} <Debug> HTTP-Session: a6b9e3d5-6b5a-41f4-bb32-18b563caa634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2693 | 2024.06.04 11:12:32.648183 [ 3 ] {} <Debug> HTTP-Session: a6b9e3d5-6b5a-41f4-bb32-18b563caa634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2694 | 2024.06.04 11:12:32.648212 [ 3 ] {} <Trace> HTTP-Session: a6b9e3d5-6b5a-41f4-bb32-18b563caa634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2695 | 2024.06.04 11:12:32.648326 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2696 | 2024.06.04 11:12:32.648371 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2697 | 2024.06.04 11:12:32.648508 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2698 | 2024.06.04 11:12:32.648895 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2699 | 2024.06.04 11:12:32.648931 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2700 | 2024.06.04 11:12:32.649267 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2701 | 2024.06.04 11:12:32.649565 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2702 | 2024.06.04 11:12:32.649772 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001431 sec., 41928.7211740042 rows/sec., 2.83 MiB/sec. | ||
| 2703 | 2024.06.04 11:12:32.650043 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Debug> DynamicQueryHandler: Done processing query | ||
| 2704 | 2024.06.04 11:12:32.650067 [ 3 ] {2af7cb85-5910-4837-95a5-9f3496e44467} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2705 | 2024.06.04 11:12:32.650082 [ 3 ] {} <Debug> HTTP-Session: a6b9e3d5-6b5a-41f4-bb32-18b563caa634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2706 | 2024.06.04 11:12:37.642536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2707 | 2024.06.04 11:12:37.642657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2708 | 2024.06.04 11:12:37.642680 [ 3 ] {} <Debug> HTTP-Session: 808daf50-ad02-4b5d-b81a-fa94f42f60da Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2709 | 2024.06.04 11:12:37.642703 [ 3 ] {} <Debug> HTTP-Session: 808daf50-ad02-4b5d-b81a-fa94f42f60da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2710 | 2024.06.04 11:12:37.642716 [ 3 ] {} <Debug> HTTP-Session: 808daf50-ad02-4b5d-b81a-fa94f42f60da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2711 | 2024.06.04 11:12:37.642761 [ 3 ] {} <Trace> HTTP-Session: 808daf50-ad02-4b5d-b81a-fa94f42f60da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2712 | 2024.06.04 11:12:37.642933 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2713 | 2024.06.04 11:12:37.642995 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2714 | 2024.06.04 11:12:37.643172 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2715 | 2024.06.04 11:12:37.643612 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2716 | 2024.06.04 11:12:37.643656 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2717 | 2024.06.04 11:12:37.643994 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2718 | 2024.06.04 11:12:37.644298 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2719 | 2024.06.04 11:12:37.644514 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001599 sec., 6879.299562226392 rows/sec., 557.60 KiB/sec. | ||
| 2720 | 2024.06.04 11:12:37.644525 [ 55 ] {} <Debug> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2721 | 2024.06.04 11:12:37.644614 [ 55 ] {} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2722 | 2024.06.04 11:12:37.644655 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2723 | 2024.06.04 11:12:37.644790 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2724 | 2024.06.04 11:12:37.644830 [ 3 ] {6c08755c-bca6-43d6-8fac-b1bc3651dbf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2725 | 2024.06.04 11:12:37.644832 [ 187 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::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 | ||
| 2726 | 2024.06.04 11:12:37.644852 [ 3 ] {} <Debug> HTTP-Session: 808daf50-ad02-4b5d-b81a-fa94f42f60da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2727 | 2024.06.04 11:12:37.645011 [ 187 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2728 | 2024.06.04 11:12:37.645054 [ 187 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
| 2729 | 2024.06.04 11:12:37.645085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2730 | 2024.06.04 11:12:37.645199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2731 | 2024.06.04 11:12:37.645261 [ 187 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 2732 | 2024.06.04 11:12:37.645273 [ 3 ] {} <Debug> HTTP-Session: 2ddca833-360d-4782-a003-9a89644aea1c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2733 | 2024.06.04 11:12:37.645349 [ 3 ] {} <Debug> HTTP-Session: 2ddca833-360d-4782-a003-9a89644aea1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2734 | 2024.06.04 11:12:37.645439 [ 3 ] {} <Debug> HTTP-Session: 2ddca833-360d-4782-a003-9a89644aea1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2735 | 2024.06.04 11:12:37.645624 [ 187 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2736 | 2024.06.04 11:12:37.645670 [ 3 ] {} <Trace> HTTP-Session: 2ddca833-360d-4782-a003-9a89644aea1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2737 | 2024.06.04 11:12:37.645942 [ 187 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part | ||
| 2738 | 2024.06.04 11:12:37.646077 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2739 | 2024.06.04 11:12:37.646150 [ 187 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2740 | 2024.06.04 11:12:37.646190 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2741 | 2024.06.04 11:12:37.646519 [ 187 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part | ||
| 2742 | 2024.06.04 11:12:37.647580 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2743 | 2024.06.04 11:12:37.648353 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2744 | 2024.06.04 11:12:37.648421 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2745 | 2024.06.04 11:12:37.649326 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2746 | 2024.06.04 11:12:37.649392 [ 197 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.004689568 sec., 21750.4043016329 rows/sec., 1.72 MiB/sec. | ||
| 2747 | 2024.06.04 11:12:37.649804 [ 191 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2748 | 2024.06.04 11:12:37.649992 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.06.04 11:12:37.650398 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004473 sec., 894.2544153811758 rows/sec., 72.92 KiB/sec. | ||
| 2750 | 2024.06.04 11:12:37.650976 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Debug> DynamicQueryHandler: Done processing query | ||
| 2751 | 2024.06.04 11:12:37.651028 [ 3 ] {1a2b5d3f-3865-4f0d-8b7a-1d0016130629} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2752 | 2024.06.04 11:12:37.651059 [ 3 ] {} <Debug> HTTP-Session: 2ddca833-360d-4782-a003-9a89644aea1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2753 | 2024.06.04 11:12:37.651099 [ 191 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2024.06.04 11:12:37.651193 [ 191 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_6_1} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2755 | 2024.06.04 11:12:37.651228 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 18067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2756 | 2024.06.04 11:12:37.651319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2757 | 2024.06.04 11:12:37.651332 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2758 | 2024.06.04 11:12:37.651351 [ 3 ] {} <Debug> HTTP-Session: 929a5d96-4bc9-48bc-b885-6565264dc351 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2759 | 2024.06.04 11:12:37.651388 [ 3 ] {} <Debug> HTTP-Session: 929a5d96-4bc9-48bc-b885-6565264dc351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2760 | 2024.06.04 11:12:37.651401 [ 3 ] {} <Debug> HTTP-Session: 929a5d96-4bc9-48bc-b885-6565264dc351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2761 | 2024.06.04 11:12:37.651430 [ 3 ] {} <Trace> HTTP-Session: 929a5d96-4bc9-48bc-b885-6565264dc351 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2762 | 2024.06.04 11:12:37.651637 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2763 | 2024.06.04 11:12:37.651676 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2764 | 2024.06.04 11:12:37.651806 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2765 | 2024.06.04 11:12:37.652153 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2024.06.04 11:12:37.652188 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2767 | 2024.06.04 11:12:37.652544 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2768 | 2024.06.04 11:12:37.652840 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2024.06.04 11:12:37.653000 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Debug> executeQuery: Read 127 rows, 10.35 KiB in 0.001413 sec., 89879.68860580325 rows/sec., 7.15 MiB/sec. | ||
| 2770 | 2024.06.04 11:12:37.653199 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2771 | 2024.06.04 11:12:37.653223 [ 3 ] {423a6e79-342b-4f4c-b22e-67fffd53379e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2772 | 2024.06.04 11:12:37.653238 [ 3 ] {} <Debug> HTTP-Session: 929a5d96-4bc9-48bc-b885-6565264dc351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2773 | 2024.06.04 11:12:37.653367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2774 | 2024.06.04 11:12:37.653414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2775 | 2024.06.04 11:12:37.653433 [ 3 ] {} <Debug> HTTP-Session: 3a43c821-e7fe-4b11-80c2-2df666c488a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2776 | 2024.06.04 11:12:37.653449 [ 3 ] {} <Debug> HTTP-Session: 3a43c821-e7fe-4b11-80c2-2df666c488a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2777 | 2024.06.04 11:12:37.653462 [ 3 ] {} <Debug> HTTP-Session: 3a43c821-e7fe-4b11-80c2-2df666c488a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2778 | 2024.06.04 11:12:37.653492 [ 3 ] {} <Trace> HTTP-Session: 3a43c821-e7fe-4b11-80c2-2df666c488a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2779 | 2024.06.04 11:12:37.653580 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2780 | 2024.06.04 11:12:37.653619 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2781 | 2024.06.04 11:12:37.653734 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2782 | 2024.06.04 11:12:37.654029 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2783 | 2024.06.04 11:12:37.654061 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2784 | 2024.06.04 11:12:37.654329 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2785 | 2024.06.04 11:12:37.654663 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2786 | 2024.06.04 11:12:37.654808 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001264 sec., 3164.556962025317 rows/sec., 220.96 KiB/sec. | ||
| 2787 | 2024.06.04 11:12:37.655001 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2788 | 2024.06.04 11:12:37.655023 [ 3 ] {b6c4d548-4b16-4320-bc0b-61e5c4ffd48c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2789 | 2024.06.04 11:12:37.655037 [ 3 ] {} <Debug> HTTP-Session: 3a43c821-e7fe-4b11-80c2-2df666c488a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2790 | 2024.06.04 11:12:37.655148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2791 | 2024.06.04 11:12:37.655192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2792 | 2024.06.04 11:12:37.655210 [ 3 ] {} <Debug> HTTP-Session: a307ce0c-6f08-4eb1-98ca-2c291bac9f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2793 | 2024.06.04 11:12:37.655225 [ 3 ] {} <Debug> HTTP-Session: a307ce0c-6f08-4eb1-98ca-2c291bac9f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2794 | 2024.06.04 11:12:37.655238 [ 3 ] {} <Debug> HTTP-Session: a307ce0c-6f08-4eb1-98ca-2c291bac9f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2795 | 2024.06.04 11:12:37.655266 [ 3 ] {} <Trace> HTTP-Session: a307ce0c-6f08-4eb1-98ca-2c291bac9f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2796 | 2024.06.04 11:12:37.655375 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2797 | 2024.06.04 11:12:37.655414 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2798 | 2024.06.04 11:12:37.655593 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2799 | 2024.06.04 11:12:37.655907 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2024.06.04 11:12:37.655940 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2801 | 2024.06.04 11:12:37.656216 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2802 | 2024.06.04 11:12:37.656577 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2024.06.04 11:12:37.656717 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.00134 sec., 76865.67164179104 rows/sec., 5.99 MiB/sec. | ||
| 2804 | 2024.06.04 11:12:37.656856 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2805 | 2024.06.04 11:12:37.656878 [ 3 ] {0f957ace-9784-4984-9919-72c30e1d674b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2806 | 2024.06.04 11:12:37.656893 [ 3 ] {} <Debug> HTTP-Session: a307ce0c-6f08-4eb1-98ca-2c291bac9f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2807 | 2024.06.04 11:12:37.657072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 37953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2808 | 2024.06.04 11:12:37.657115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2809 | 2024.06.04 11:12:37.657132 [ 3 ] {} <Debug> HTTP-Session: 14710207-171e-453e-8c95-3136f2b4f5a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2810 | 2024.06.04 11:12:37.657148 [ 3 ] {} <Debug> HTTP-Session: 14710207-171e-453e-8c95-3136f2b4f5a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2811 | 2024.06.04 11:12:37.657161 [ 3 ] {} <Debug> HTTP-Session: 14710207-171e-453e-8c95-3136f2b4f5a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2812 | 2024.06.04 11:12:37.657189 [ 3 ] {} <Trace> HTTP-Session: 14710207-171e-453e-8c95-3136f2b4f5a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2813 | 2024.06.04 11:12:37.657342 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2814 | 2024.06.04 11:12:37.657385 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2815 | 2024.06.04 11:12:37.657579 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2816 | 2024.06.04 11:12:37.657959 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2817 | 2024.06.04 11:12:37.657992 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2818 | 2024.06.04 11:12:37.658389 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2819 | 2024.06.04 11:12:37.658772 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2024.06.04 11:12:37.658930 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001641 sec., 120658.1352833638 rows/sec., 8.42 MiB/sec. | ||
| 2821 | 2024.06.04 11:12:37.659087 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2822 | 2024.06.04 11:12:37.659109 [ 3 ] {4cf4e485-5b67-405c-9035-a48013c324a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2823 | 2024.06.04 11:12:37.659124 [ 3 ] {} <Debug> HTTP-Session: 14710207-171e-453e-8c95-3136f2b4f5a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2824 | 2024.06.04 11:12:37.659276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2825 | 2024.06.04 11:12:37.659322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2826 | 2024.06.04 11:12:37.659339 [ 3 ] {} <Debug> HTTP-Session: 5b5429b7-ea1a-42ae-88df-5d05d78e3dee Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2827 | 2024.06.04 11:12:37.659354 [ 3 ] {} <Debug> HTTP-Session: 5b5429b7-ea1a-42ae-88df-5d05d78e3dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2828 | 2024.06.04 11:12:37.659366 [ 3 ] {} <Debug> HTTP-Session: 5b5429b7-ea1a-42ae-88df-5d05d78e3dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2829 | 2024.06.04 11:12:37.659394 [ 3 ] {} <Trace> HTTP-Session: 5b5429b7-ea1a-42ae-88df-5d05d78e3dee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2830 | 2024.06.04 11:12:37.659601 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2831 | 2024.06.04 11:12:37.659644 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2832 | 2024.06.04 11:12:37.659792 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2833 | 2024.06.04 11:12:37.660119 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2024.06.04 11:12:37.660152 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2835 | 2024.06.04 11:12:37.660572 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2836 | 2024.06.04 11:12:37.660879 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2024.06.04 11:12:37.661018 [ 55 ] {} <Debug> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2838 | 2024.06.04 11:12:37.661034 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001536 sec., 7161.458333333333 rows/sec., 9.66 MiB/sec. | ||
| 2839 | 2024.06.04 11:12:37.661076 [ 55 ] {} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2840 | 2024.06.04 11:12:37.661140 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2841 | 2024.06.04 11:12:37.661376 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2842 | 2024.06.04 11:12:37.661451 [ 3 ] {75b24496-5331-4467-aa44-af10ac344a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2843 | 2024.06.04 11:12:37.661581 [ 3 ] {} <Debug> HTTP-Session: 5b5429b7-ea1a-42ae-88df-5d05d78e3dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2844 | 2024.06.04 11:12:37.661583 [ 187 ] {708b9682-75fe-4a01-91c2-08fc7491354a::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 | ||
| 2845 | 2024.06.04 11:12:37.661751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2846 | 2024.06.04 11:12:37.661860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2847 | 2024.06.04 11:12:37.661885 [ 187 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2848 | 2024.06.04 11:12:37.661896 [ 3 ] {} <Debug> HTTP-Session: d152dbee-3b86-423b-9e5f-c5bcd0c8b6bd Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2849 | 2024.06.04 11:12:37.661943 [ 187 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
| 2850 | 2024.06.04 11:12:37.661944 [ 3 ] {} <Debug> HTTP-Session: d152dbee-3b86-423b-9e5f-c5bcd0c8b6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2851 | 2024.06.04 11:12:37.662003 [ 3 ] {} <Debug> HTTP-Session: d152dbee-3b86-423b-9e5f-c5bcd0c8b6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2852 | 2024.06.04 11:12:37.662105 [ 3 ] {} <Trace> HTTP-Session: d152dbee-3b86-423b-9e5f-c5bcd0c8b6bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2853 | 2024.06.04 11:12:37.662214 [ 187 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 2854 | 2024.06.04 11:12:37.662630 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2855 | 2024.06.04 11:12:37.662656 [ 187 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2856 | 2024.06.04 11:12:37.662752 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2857 | 2024.06.04 11:12:37.662902 [ 187 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 11 rows starting from the beginning of the part | ||
| 2858 | 2024.06.04 11:12:37.663224 [ 187 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2859 | 2024.06.04 11:12:37.663598 [ 187 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part | ||
| 2860 | 2024.06.04 11:12:37.663956 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2861 | 2024.06.04 11:12:37.664829 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2862 | 2024.06.04 11:12:37.664893 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2863 | 2024.06.04 11:12:37.666018 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2864 | 2024.06.04 11:12:37.666773 [ 191 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 6 columns (6 merged, 0 gathered) in 0.00548399 sec., 18599.596279351346 rows/sec., 25.10 MiB/sec. | ||
| 2865 | 2024.06.04 11:12:37.666833 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2866 | 2024.06.04 11:12:37.667053 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004718 sec., 12717.25307333616 rows/sec., 877.62 KiB/sec. | ||
| 2867 | 2024.06.04 11:12:37.667193 [ 191 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2868 | 2024.06.04 11:12:37.667343 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2869 | 2024.06.04 11:12:37.667372 [ 3 ] {ca604751-2458-4f71-ba7c-12f7cd68063a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2870 | 2024.06.04 11:12:37.667392 [ 3 ] {} <Debug> HTTP-Session: d152dbee-3b86-423b-9e5f-c5bcd0c8b6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2871 | 2024.06.04 11:12:37.667763 [ 191 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2872 | 2024.06.04 11:12:37.667837 [ 191 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2873 | 2024.06.04 11:12:37.667917 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 2874 | 2024.06.04 11:12:39.474462 [ 51 ] {} <Debug> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2875 | 2024.06.04 11:12:39.474525 [ 51 ] {} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2024.06.04 11:12:39.474547 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2877 | 2024.06.04 11:12:39.474687 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::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 | ||
| 2878 | 2024.06.04 11:12:39.475000 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2879 | 2024.06.04 11:12:39.475041 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::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 | ||
| 2880 | 2024.06.04 11:12:39.475157 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 2881 | 2024.06.04 11:12:39.475296 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::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 | ||
| 2882 | 2024.06.04 11:12:39.475358 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2883 | 2024.06.04 11:12:39.475502 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2884 | 2024.06.04 11:12:39.477799 [ 191 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.003187106 sec., 9099.16394371571 rows/sec., 1.27 MiB/sec. | ||
| 2885 | 2024.06.04 11:12:39.477978 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2886 | 2024.06.04 11:12:39.478529 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::all_1_5_1} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2887 | 2024.06.04 11:12:39.478601 [ 197 ] {0bd4496c-7165-43a0-8201-5af89e1b5af7::all_1_5_1} <Trace> oximeter.timeseries_schema (0bd4496c-7165-43a0-8201-5af89e1b5af7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2888 | 2024.06.04 11:12:39.478674 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2889 | 2024.06.04 11:12:42.646492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2890 | 2024.06.04 11:12:42.646612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2891 | 2024.06.04 11:12:42.646637 [ 3 ] {} <Debug> HTTP-Session: 2ae4a11f-4914-44a6-8772-6e1f885fdb60 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2892 | 2024.06.04 11:12:42.646668 [ 3 ] {} <Debug> HTTP-Session: 2ae4a11f-4914-44a6-8772-6e1f885fdb60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2893 | 2024.06.04 11:12:42.646697 [ 3 ] {} <Debug> HTTP-Session: 2ae4a11f-4914-44a6-8772-6e1f885fdb60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2894 | 2024.06.04 11:12:42.646748 [ 3 ] {} <Trace> HTTP-Session: 2ae4a11f-4914-44a6-8772-6e1f885fdb60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2895 | 2024.06.04 11:12:42.646926 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2896 | 2024.06.04 11:12:42.646990 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2897 | 2024.06.04 11:12:42.647172 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2898 | 2024.06.04 11:12:42.647660 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2899 | 2024.06.04 11:12:42.647707 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2900 | 2024.06.04 11:12:42.648075 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2901 | 2024.06.04 11:12:42.648423 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2902 | 2024.06.04 11:12:42.648585 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001695 sec., 11799.410029498526 rows/sec., 956.40 KiB/sec. | ||
| 2903 | 2024.06.04 11:12:42.648776 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 2904 | 2024.06.04 11:12:42.648802 [ 3 ] {0488d4a8-04a5-4b9c-b9b0-bf305ac063ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2905 | 2024.06.04 11:12:42.648817 [ 3 ] {} <Debug> HTTP-Session: 2ae4a11f-4914-44a6-8772-6e1f885fdb60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2906 | 2024.06.04 11:12:42.648958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2907 | 2024.06.04 11:12:42.649009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2908 | 2024.06.04 11:12:42.649028 [ 3 ] {} <Debug> HTTP-Session: 5cee17cd-befd-43db-93ba-d0a752e74b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2909 | 2024.06.04 11:12:42.649045 [ 3 ] {} <Debug> HTTP-Session: 5cee17cd-befd-43db-93ba-d0a752e74b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2910 | 2024.06.04 11:12:42.649058 [ 3 ] {} <Debug> HTTP-Session: 5cee17cd-befd-43db-93ba-d0a752e74b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2911 | 2024.06.04 11:12:42.649091 [ 3 ] {} <Trace> HTTP-Session: 5cee17cd-befd-43db-93ba-d0a752e74b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2912 | 2024.06.04 11:12:42.649181 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2913 | 2024.06.04 11:12:42.649223 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2914 | 2024.06.04 11:12:42.649416 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2915 | 2024.06.04 11:12:42.649700 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2916 | 2024.06.04 11:12:42.649734 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2917 | 2024.06.04 11:12:42.650016 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2918 | 2024.06.04 11:12:42.650406 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2919 | 2024.06.04 11:12:42.650588 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001384 sec., 1445.086705202312 rows/sec., 117.84 KiB/sec. | ||
| 2920 | 2024.06.04 11:12:42.650862 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2921 | 2024.06.04 11:12:42.650891 [ 3 ] {4e2288cd-4cd9-493a-8d4c-64f781ac88f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2922 | 2024.06.04 11:12:42.650910 [ 3 ] {} <Debug> HTTP-Session: 5cee17cd-befd-43db-93ba-d0a752e74b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2923 | 2024.06.04 11:12:42.651063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2924 | 2024.06.04 11:12:42.651120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2925 | 2024.06.04 11:12:42.651144 [ 3 ] {} <Debug> HTTP-Session: 8da22808-25fa-4a40-ae51-f700dc7a42d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2926 | 2024.06.04 11:12:42.651163 [ 3 ] {} <Debug> HTTP-Session: 8da22808-25fa-4a40-ae51-f700dc7a42d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2927 | 2024.06.04 11:12:42.651179 [ 3 ] {} <Debug> HTTP-Session: 8da22808-25fa-4a40-ae51-f700dc7a42d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2928 | 2024.06.04 11:12:42.651216 [ 3 ] {} <Trace> HTTP-Session: 8da22808-25fa-4a40-ae51-f700dc7a42d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2929 | 2024.06.04 11:12:42.651424 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2930 | 2024.06.04 11:12:42.651472 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2931 | 2024.06.04 11:12:42.651608 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2932 | 2024.06.04 11:12:42.651973 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2933 | 2024.06.04 11:12:42.652009 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2934 | 2024.06.04 11:12:42.652384 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2935 | 2024.06.04 11:12:42.652670 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2936 | 2024.06.04 11:12:42.652816 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Debug> executeQuery: Read 117 rows, 9.90 KiB in 0.001481 sec., 79000.67521944632 rows/sec., 6.53 MiB/sec. | ||
| 2937 | 2024.06.04 11:12:42.652969 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2938 | 2024.06.04 11:12:42.652992 [ 3 ] {22f030d8-8d28-4180-b4dc-4d757863540c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2939 | 2024.06.04 11:12:42.653007 [ 3 ] {} <Debug> HTTP-Session: 8da22808-25fa-4a40-ae51-f700dc7a42d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2940 | 2024.06.04 11:12:42.653121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2941 | 2024.06.04 11:12:42.653169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2942 | 2024.06.04 11:12:42.653188 [ 3 ] {} <Debug> HTTP-Session: 3ef90ec3-0e80-40ae-8fc8-a21fe956adf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2943 | 2024.06.04 11:12:42.653203 [ 3 ] {} <Debug> HTTP-Session: 3ef90ec3-0e80-40ae-8fc8-a21fe956adf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2944 | 2024.06.04 11:12:42.653217 [ 3 ] {} <Debug> HTTP-Session: 3ef90ec3-0e80-40ae-8fc8-a21fe956adf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2945 | 2024.06.04 11:12:42.653246 [ 3 ] {} <Trace> HTTP-Session: 3ef90ec3-0e80-40ae-8fc8-a21fe956adf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2946 | 2024.06.04 11:12:42.653396 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2947 | 2024.06.04 11:12:42.653437 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2948 | 2024.06.04 11:12:42.653557 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2949 | 2024.06.04 11:12:42.653823 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2024.06.04 11:12:42.653858 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2951 | 2024.06.04 11:12:42.654131 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2952 | 2024.06.04 11:12:42.654477 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2953 | 2024.06.04 11:12:42.654615 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001255 sec., 1593.6254980079682 rows/sec., 111.27 KiB/sec. | ||
| 2954 | 2024.06.04 11:12:42.654792 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Debug> DynamicQueryHandler: Done processing query | ||
| 2955 | 2024.06.04 11:12:42.654816 [ 3 ] {c513dcb9-4a38-4ce8-943b-62287fbf1cee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2956 | 2024.06.04 11:12:42.654833 [ 3 ] {} <Debug> HTTP-Session: 3ef90ec3-0e80-40ae-8fc8-a21fe956adf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2957 | 2024.06.04 11:12:42.654960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2958 | 2024.06.04 11:12:42.655008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2959 | 2024.06.04 11:12:42.655028 [ 3 ] {} <Debug> HTTP-Session: ca379454-d062-48d2-9ccf-8fade2cf0e60 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2960 | 2024.06.04 11:12:42.655044 [ 3 ] {} <Debug> HTTP-Session: ca379454-d062-48d2-9ccf-8fade2cf0e60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2961 | 2024.06.04 11:12:42.655057 [ 3 ] {} <Debug> HTTP-Session: ca379454-d062-48d2-9ccf-8fade2cf0e60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2962 | 2024.06.04 11:12:42.655086 [ 3 ] {} <Trace> HTTP-Session: ca379454-d062-48d2-9ccf-8fade2cf0e60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2963 | 2024.06.04 11:12:42.655204 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2964 | 2024.06.04 11:12:42.655246 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2965 | 2024.06.04 11:12:42.655428 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2966 | 2024.06.04 11:12:42.655746 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2024.06.04 11:12:42.655781 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2968 | 2024.06.04 11:12:42.656069 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2969 | 2024.06.04 11:12:42.656414 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.06.04 11:12:42.656562 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.00135 sec., 63703.7037037037 rows/sec., 4.98 MiB/sec. | ||
| 2971 | 2024.06.04 11:12:42.656836 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2972 | 2024.06.04 11:12:42.656860 [ 3 ] {d1ea9d3b-dffb-488d-b016-f66d79875bb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2973 | 2024.06.04 11:12:42.656876 [ 3 ] {} <Debug> HTTP-Session: ca379454-d062-48d2-9ccf-8fade2cf0e60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2974 | 2024.06.04 11:12:42.657024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2975 | 2024.06.04 11:12:42.657071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2976 | 2024.06.04 11:12:42.657089 [ 3 ] {} <Debug> HTTP-Session: 1e81a2c3-cad0-48df-8cac-3eba8e45288c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2977 | 2024.06.04 11:12:42.657105 [ 3 ] {} <Debug> HTTP-Session: 1e81a2c3-cad0-48df-8cac-3eba8e45288c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2978 | 2024.06.04 11:12:42.657118 [ 3 ] {} <Debug> HTTP-Session: 1e81a2c3-cad0-48df-8cac-3eba8e45288c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2979 | 2024.06.04 11:12:42.657147 [ 3 ] {} <Trace> HTTP-Session: 1e81a2c3-cad0-48df-8cac-3eba8e45288c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2024.06.04 11:12:42.657352 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2981 | 2024.06.04 11:12:42.657398 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2982 | 2024.06.04 11:12:42.657551 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2983 | 2024.06.04 11:12:42.657897 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2024.06.04 11:12:42.657932 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2985 | 2024.06.04 11:12:42.658356 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2986 | 2024.06.04 11:12:42.658664 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2987 | 2024.06.04 11:12:42.658811 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec. | ||
| 2988 | 2024.06.04 11:12:42.658963 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2989 | 2024.06.04 11:12:42.658986 [ 3 ] {d07775b1-e722-4bc0-83e5-183f37ee87a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2990 | 2024.06.04 11:12:42.659001 [ 3 ] {} <Debug> HTTP-Session: 1e81a2c3-cad0-48df-8cac-3eba8e45288c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2991 | 2024.06.04 11:12:42.659148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2992 | 2024.06.04 11:12:42.659195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2993 | 2024.06.04 11:12:42.659213 [ 3 ] {} <Debug> HTTP-Session: 6d085a44-1d9d-4e9c-a1fb-b49215b053e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 2994 | 2024.06.04 11:12:42.659228 [ 3 ] {} <Debug> HTTP-Session: 6d085a44-1d9d-4e9c-a1fb-b49215b053e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2995 | 2024.06.04 11:12:42.659242 [ 3 ] {} <Debug> HTTP-Session: 6d085a44-1d9d-4e9c-a1fb-b49215b053e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2996 | 2024.06.04 11:12:42.659334 [ 3 ] {} <Trace> HTTP-Session: 6d085a44-1d9d-4e9c-a1fb-b49215b053e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2997 | 2024.06.04 11:12:42.659512 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2998 | 2024.06.04 11:12:42.659558 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 2999 | 2024.06.04 11:12:42.659707 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3000 | 2024.06.04 11:12:42.660087 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2024.06.04 11:12:42.660122 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3002 | 2024.06.04 11:12:42.660564 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3003 | 2024.06.04 11:12:42.660880 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2024.06.04 11:12:42.661027 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001662 sec., 12033.694344163658 rows/sec., 16.24 MiB/sec. | ||
| 3005 | 2024.06.04 11:12:42.661187 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3006 | 2024.06.04 11:12:42.661210 [ 3 ] {b5b6960a-c6ab-4759-bdb2-987ed95eac8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3007 | 2024.06.04 11:12:42.661225 [ 3 ] {} <Debug> HTTP-Session: 6d085a44-1d9d-4e9c-a1fb-b49215b053e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3008 | 2024.06.04 11:12:42.661409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3009 | 2024.06.04 11:12:42.661455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3010 | 2024.06.04 11:12:42.661473 [ 3 ] {} <Debug> HTTP-Session: 237523a4-59a2-4eb1-9418-f42413935b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3011 | 2024.06.04 11:12:42.661488 [ 3 ] {} <Debug> HTTP-Session: 237523a4-59a2-4eb1-9418-f42413935b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3012 | 2024.06.04 11:12:42.661502 [ 3 ] {} <Debug> HTTP-Session: 237523a4-59a2-4eb1-9418-f42413935b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3013 | 2024.06.04 11:12:42.661531 [ 3 ] {} <Trace> HTTP-Session: 237523a4-59a2-4eb1-9418-f42413935b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3014 | 2024.06.04 11:12:42.661635 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3015 | 2024.06.04 11:12:42.661678 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3016 | 2024.06.04 11:12:42.661797 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3017 | 2024.06.04 11:12:42.662126 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2024.06.04 11:12:42.662160 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3019 | 2024.06.04 11:12:42.662551 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3020 | 2024.06.04 11:12:42.662842 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2024.06.04 11:12:42.662993 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
| 3022 | 2024.06.04 11:12:42.663191 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Debug> DynamicQueryHandler: Done processing query | ||
| 3023 | 2024.06.04 11:12:42.663214 [ 3 ] {30d9bcb3-bb0e-4a42-ac89-f6020bba37be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3024 | 2024.06.04 11:12:42.663229 [ 3 ] {} <Debug> HTTP-Session: 237523a4-59a2-4eb1-9418-f42413935b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3025 | 2024.06.04 11:12:45.225823 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3026 | 2024.06.04 11:12:45.225870 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3027 | 2024.06.04 11:12:47.650800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3028 | 2024.06.04 11:12:47.650937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3029 | 2024.06.04 11:12:47.650966 [ 3 ] {} <Debug> HTTP-Session: 194b8d0a-ca55-4346-b02e-cd6c90bed6a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3030 | 2024.06.04 11:12:47.650994 [ 3 ] {} <Debug> HTTP-Session: 194b8d0a-ca55-4346-b02e-cd6c90bed6a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3031 | 2024.06.04 11:12:47.651010 [ 3 ] {} <Debug> HTTP-Session: 194b8d0a-ca55-4346-b02e-cd6c90bed6a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3032 | 2024.06.04 11:12:47.651063 [ 3 ] {} <Trace> HTTP-Session: 194b8d0a-ca55-4346-b02e-cd6c90bed6a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2024.06.04 11:12:47.651321 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3034 | 2024.06.04 11:12:47.651393 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3035 | 2024.06.04 11:12:47.651577 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3036 | 2024.06.04 11:12:47.651967 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2024.06.04 11:12:47.652012 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3038 | 2024.06.04 11:12:47.652421 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3039 | 2024.06.04 11:12:47.652735 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2024.06.04 11:12:47.652893 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001666 sec., 6602.641056422569 rows/sec., 535.18 KiB/sec. | ||
| 3041 | 2024.06.04 11:12:47.653161 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3042 | 2024.06.04 11:12:47.653187 [ 3 ] {41d92d57-ad6a-4c36-bc6d-2abdb053f87d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3043 | 2024.06.04 11:12:47.653202 [ 3 ] {} <Debug> HTTP-Session: 194b8d0a-ca55-4346-b02e-cd6c90bed6a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3044 | 2024.06.04 11:12:47.653344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3045 | 2024.06.04 11:12:47.653396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3046 | 2024.06.04 11:12:47.653415 [ 3 ] {} <Debug> HTTP-Session: 0eb64e53-7677-48bf-8ebe-37ce3585841b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3047 | 2024.06.04 11:12:47.653432 [ 3 ] {} <Debug> HTTP-Session: 0eb64e53-7677-48bf-8ebe-37ce3585841b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3048 | 2024.06.04 11:12:47.653446 [ 3 ] {} <Debug> HTTP-Session: 0eb64e53-7677-48bf-8ebe-37ce3585841b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3049 | 2024.06.04 11:12:47.653482 [ 3 ] {} <Trace> HTTP-Session: 0eb64e53-7677-48bf-8ebe-37ce3585841b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3050 | 2024.06.04 11:12:47.653607 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3051 | 2024.06.04 11:12:47.653654 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3052 | 2024.06.04 11:12:47.653779 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3053 | 2024.06.04 11:12:47.654190 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3054 | 2024.06.04 11:12:47.654226 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3055 | 2024.06.04 11:12:47.654524 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3056 | 2024.06.04 11:12:47.654822 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2024.06.04 11:12:47.654967 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001429 sec., 62281.31560531841 rows/sec., 5.05 MiB/sec. | ||
| 3058 | 2024.06.04 11:12:47.654976 [ 44 ] {} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3059 | 2024.06.04 11:12:47.655072 [ 44 ] {} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3060 | 2024.06.04 11:12:47.655187 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3061 | 2024.06.04 11:12:47.655258 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 3062 | 2024.06.04 11:12:47.655313 [ 3 ] {7b1ae378-ffc5-4c57-9362-ed11305306ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3063 | 2024.06.04 11:12:47.655362 [ 3 ] {} <Debug> HTTP-Session: 0eb64e53-7677-48bf-8ebe-37ce3585841b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3064 | 2024.06.04 11:12:47.655400 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::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 | ||
| 3065 | 2024.06.04 11:12:47.655535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3066 | 2024.06.04 11:12:47.655608 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3067 | 2024.06.04 11:12:47.655623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3068 | 2024.06.04 11:12:47.655665 [ 3 ] {} <Debug> HTTP-Session: d55381c3-0e79-41c8-9d2f-a1f65dd1999f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3069 | 2024.06.04 11:12:47.655669 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 152 rows starting from the beginning of the part | ||
| 3070 | 2024.06.04 11:12:47.655692 [ 3 ] {} <Debug> HTTP-Session: d55381c3-0e79-41c8-9d2f-a1f65dd1999f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3071 | 2024.06.04 11:12:47.655719 [ 3 ] {} <Debug> HTTP-Session: d55381c3-0e79-41c8-9d2f-a1f65dd1999f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3072 | 2024.06.04 11:12:47.655771 [ 3 ] {} <Trace> HTTP-Session: d55381c3-0e79-41c8-9d2f-a1f65dd1999f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3073 | 2024.06.04 11:12:47.655893 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part | ||
| 3074 | 2024.06.04 11:12:47.656167 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3075 | 2024.06.04 11:12:47.656318 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 116 rows starting from the beginning of the part | ||
| 3076 | 2024.06.04 11:12:47.656332 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3077 | 2024.06.04 11:12:47.656687 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 127 rows starting from the beginning of the part | ||
| 3078 | 2024.06.04 11:12:47.656962 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 117 rows starting from the beginning of the part | ||
| 3079 | 2024.06.04 11:12:47.657426 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3080 | 2024.06.04 11:12:47.657437 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 89 rows starting from the beginning of the part | ||
| 3081 | 2024.06.04 11:12:47.658384 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3082 | 2024.06.04 11:12:47.658460 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3083 | 2024.06.04 11:12:47.659303 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3084 | 2024.06.04 11:12:47.660214 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3085 | 2024.06.04 11:12:47.660384 [ 197 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 691 rows, containing 4 columns (4 merged, 0 gathered) in 0.005111884 sec., 135175.21133108655 rows/sec., 11.00 MiB/sec. | ||
| 3086 | 2024.06.04 11:12:47.660510 [ 44 ] {} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3087 | 2024.06.04 11:12:47.660533 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.004548 sec., 16490.765171503957 rows/sec., 1.29 MiB/sec. | ||
| 3088 | 2024.06.04 11:12:47.660599 [ 44 ] {} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2024.06.04 11:12:47.660710 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3090 | 2024.06.04 11:12:47.660748 [ 197 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3091 | 2024.06.04 11:12:47.661025 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3092 | 2024.06.04 11:12:47.661146 [ 3 ] {bcb00eb0-269d-493a-9cc3-ed3e5588fde8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3093 | 2024.06.04 11:12:47.661179 [ 191 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::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 | ||
| 3094 | 2024.06.04 11:12:47.661207 [ 3 ] {} <Debug> HTTP-Session: d55381c3-0e79-41c8-9d2f-a1f65dd1999f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3095 | 2024.06.04 11:12:47.661527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3096 | 2024.06.04 11:12:47.661677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3097 | 2024.06.04 11:12:47.661764 [ 3 ] {} <Debug> HTTP-Session: 8d155e07-f31a-47de-95ab-fa5571566520 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3098 | 2024.06.04 11:12:47.661828 [ 3 ] {} <Debug> HTTP-Session: 8d155e07-f31a-47de-95ab-fa5571566520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3099 | 2024.06.04 11:12:47.661865 [ 191 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3100 | 2024.06.04 11:12:47.661875 [ 3 ] {} <Debug> HTTP-Session: 8d155e07-f31a-47de-95ab-fa5571566520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3101 | 2024.06.04 11:12:47.661949 [ 191 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 115 rows starting from the beginning of the part | ||
| 3102 | 2024.06.04 11:12:47.661991 [ 3 ] {} <Trace> HTTP-Session: 8d155e07-f31a-47de-95ab-fa5571566520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2024.06.04 11:12:47.662295 [ 191 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part | ||
| 3104 | 2024.06.04 11:12:47.662319 [ 197 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3105 | 2024.06.04 11:12:47.662488 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3106 | 2024.06.04 11:12:47.662685 [ 197 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_16_3} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3107 | 2024.06.04 11:12:47.662770 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3108 | 2024.06.04 11:12:47.662891 [ 191 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 84 rows starting from the beginning of the part | ||
| 3109 | 2024.06.04 11:12:47.662976 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3110 | 2024.06.04 11:12:47.663393 [ 191 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 103 rows starting from the beginning of the part | ||
| 3111 | 2024.06.04 11:12:47.663771 [ 191 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 86 rows starting from the beginning of the part | ||
| 3112 | 2024.06.04 11:12:47.664159 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3113 | 2024.06.04 11:12:47.664182 [ 191 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 75 rows starting from the beginning of the part | ||
| 3114 | 2024.06.04 11:12:47.665269 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3115 | 2024.06.04 11:12:47.665333 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3116 | 2024.06.04 11:12:47.666540 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3117 | 2024.06.04 11:12:47.666761 [ 199 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 553 rows, containing 4 columns (4 merged, 0 gathered) in 0.005878956 sec., 94064.32026366585 rows/sec., 7.34 MiB/sec. | ||
| 3118 | 2024.06.04 11:12:47.667022 [ 199 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3119 | 2024.06.04 11:12:47.667374 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3120 | 2024.06.04 11:12:47.667678 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3121 | 2024.06.04 11:12:47.667755 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3122 | 2024.06.04 11:12:47.667784 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005528 sec., 28943.56005788712 rows/sec., 2.02 MiB/sec. | ||
| 3123 | 2024.06.04 11:12:47.667811 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3124 | 2024.06.04 11:12:47.668194 [ 199 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3125 | 2024.06.04 11:12:47.668424 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::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 | ||
| 3126 | 2024.06.04 11:12:47.668660 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3127 | 2024.06.04 11:12:47.668766 [ 3 ] {ce34cb31-5f1a-4454-9482-18cd42f847b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3128 | 2024.06.04 11:12:47.668879 [ 3 ] {} <Debug> HTTP-Session: 8d155e07-f31a-47de-95ab-fa5571566520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3129 | 2024.06.04 11:12:47.668918 [ 199 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_16_3} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3130 | 2024.06.04 11:12:47.669088 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3131 | 2024.06.04 11:12:47.669209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11819, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3132 | 2024.06.04 11:12:47.669242 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3133 | 2024.06.04 11:12:47.669267 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1822 rows starting from the beginning of the part | ||
| 3134 | 2024.06.04 11:12:47.669339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3135 | 2024.06.04 11:12:47.669427 [ 3 ] {} <Debug> HTTP-Session: 30c64dfb-5a77-4bea-af82-c14da5af1fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3136 | 2024.06.04 11:12:47.669488 [ 3 ] {} <Debug> HTTP-Session: 30c64dfb-5a77-4bea-af82-c14da5af1fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3137 | 2024.06.04 11:12:47.669552 [ 3 ] {} <Debug> HTTP-Session: 30c64dfb-5a77-4bea-af82-c14da5af1fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3138 | 2024.06.04 11:12:47.669563 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
| 3139 | 2024.06.04 11:12:47.669652 [ 3 ] {} <Trace> HTTP-Session: 30c64dfb-5a77-4bea-af82-c14da5af1fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2024.06.04 11:12:47.669802 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 3141 | 2024.06.04 11:12:47.669976 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 198 rows starting from the beginning of the part | ||
| 3142 | 2024.06.04 11:12:47.670190 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3143 | 2024.06.04 11:12:47.670321 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 161 rows starting from the beginning of the part | ||
| 3144 | 2024.06.04 11:12:47.670360 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3145 | 2024.06.04 11:12:47.670756 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 3146 | 2024.06.04 11:12:47.671548 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3147 | 2024.06.04 11:12:47.672326 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2024.06.04 11:12:47.672398 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3149 | 2024.06.04 11:12:47.673425 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3150 | 2024.06.04 11:12:47.674233 [ 199 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2662 rows, containing 5 columns (5 merged, 0 gathered) in 0.006223141 sec., 427758.2654804061 rows/sec., 29.82 MiB/sec. | ||
| 3151 | 2024.06.04 11:12:47.674394 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3152 | 2024.06.04 11:12:47.674611 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.004688 sec., 2346.4163822525597 rows/sec., 3.17 MiB/sec. | ||
| 3153 | 2024.06.04 11:12:47.674680 [ 199 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3154 | 2024.06.04 11:12:47.674928 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3155 | 2024.06.04 11:12:47.674962 [ 3 ] {05f051ec-ca88-412b-be56-632f2b22955a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3156 | 2024.06.04 11:12:47.675001 [ 3 ] {} <Debug> HTTP-Session: 30c64dfb-5a77-4bea-af82-c14da5af1fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3157 | 2024.06.04 11:12:47.675263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3158 | 2024.06.04 11:12:47.675342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3159 | 2024.06.04 11:12:47.675369 [ 3 ] {} <Debug> HTTP-Session: ce929b4f-8381-47b5-b752-c79d5304d5e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3160 | 2024.06.04 11:12:47.675401 [ 3 ] {} <Debug> HTTP-Session: ce929b4f-8381-47b5-b752-c79d5304d5e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3161 | 2024.06.04 11:12:47.675427 [ 3 ] {} <Debug> HTTP-Session: ce929b4f-8381-47b5-b752-c79d5304d5e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3162 | 2024.06.04 11:12:47.675484 [ 3 ] {} <Trace> HTTP-Session: ce929b4f-8381-47b5-b752-c79d5304d5e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3163 | 2024.06.04 11:12:47.675597 [ 199 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2024.06.04 11:12:47.675713 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3165 | 2024.06.04 11:12:47.675755 [ 199 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3166 | 2024.06.04 11:12:47.675787 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3167 | 2024.06.04 11:12:47.675910 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 3168 | 2024.06.04 11:12:47.676054 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3169 | 2024.06.04 11:12:47.676405 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3170 | 2024.06.04 11:12:47.676442 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3171 | 2024.06.04 11:12:47.676791 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3172 | 2024.06.04 11:12:47.677161 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3173 | 2024.06.04 11:12:47.677301 [ 44 ] {} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3174 | 2024.06.04 11:12:47.677318 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001684 sec., 35629.45368171021 rows/sec., 2.40 MiB/sec. | ||
| 3175 | 2024.06.04 11:12:47.677347 [ 44 ] {} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3176 | 2024.06.04 11:12:47.677410 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3177 | 2024.06.04 11:12:47.677641 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Debug> DynamicQueryHandler: Done processing query | ||
| 3178 | 2024.06.04 11:12:47.677673 [ 191 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::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 | ||
| 3179 | 2024.06.04 11:12:47.677689 [ 3 ] {272b2c48-34fc-47dd-8cd6-e4e7e034d049} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3180 | 2024.06.04 11:12:47.677777 [ 3 ] {} <Debug> HTTP-Session: ce929b4f-8381-47b5-b752-c79d5304d5e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3181 | 2024.06.04 11:12:47.677948 [ 191 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3182 | 2024.06.04 11:12:47.678006 [ 191 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 596 rows starting from the beginning of the part | ||
| 3183 | 2024.06.04 11:12:47.678229 [ 191 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 3184 | 2024.06.04 11:12:47.678418 [ 191 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 3185 | 2024.06.04 11:12:47.678567 [ 191 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 3186 | 2024.06.04 11:12:47.678764 [ 191 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 3187 | 2024.06.04 11:12:47.678886 [ 191 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 3188 | 2024.06.04 11:12:47.680213 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 4 columns (4 merged, 0 gathered) in 0.002621378 sec., 341804.959071145 rows/sec., 23.06 MiB/sec. | ||
| 3189 | 2024.06.04 11:12:47.680524 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3190 | 2024.06.04 11:12:47.681309 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3191 | 2024.06.04 11:12:47.681465 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_16_3} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3192 | 2024.06.04 11:12:47.681565 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3193 | 2024.06.04 11:12:52.655833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3194 | 2024.06.04 11:12:52.656026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3195 | 2024.06.04 11:12:52.656053 [ 3 ] {} <Debug> HTTP-Session: b294a32e-c75a-4cc8-a443-b60e7b51da05 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3196 | 2024.06.04 11:12:52.656078 [ 3 ] {} <Debug> HTTP-Session: b294a32e-c75a-4cc8-a443-b60e7b51da05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3197 | 2024.06.04 11:12:52.656095 [ 3 ] {} <Debug> HTTP-Session: b294a32e-c75a-4cc8-a443-b60e7b51da05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3198 | 2024.06.04 11:12:52.656149 [ 3 ] {} <Trace> HTTP-Session: b294a32e-c75a-4cc8-a443-b60e7b51da05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3199 | 2024.06.04 11:12:52.656335 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3200 | 2024.06.04 11:12:52.656399 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3201 | 2024.06.04 11:12:52.656579 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3202 | 2024.06.04 11:12:52.657163 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3203 | 2024.06.04 11:12:52.657228 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3204 | 2024.06.04 11:12:52.657709 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3205 | 2024.06.04 11:12:52.658209 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3206 | 2024.06.04 11:12:52.658372 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.002097 sec., 9537.434430138293 rows/sec., 773.05 KiB/sec. | ||
| 3207 | 2024.06.04 11:12:52.658578 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Debug> DynamicQueryHandler: Done processing query | ||
| 3208 | 2024.06.04 11:12:52.658605 [ 3 ] {3dd332eb-abb2-4d47-8e3c-c5a0208bcf71} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3209 | 2024.06.04 11:12:52.658621 [ 3 ] {} <Debug> HTTP-Session: b294a32e-c75a-4cc8-a443-b60e7b51da05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3210 | 2024.06.04 11:12:52.658758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3211 | 2024.06.04 11:12:52.658814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3212 | 2024.06.04 11:12:52.658834 [ 3 ] {} <Debug> HTTP-Session: 586958cf-c356-4c9c-a972-d8f54f312f5d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3213 | 2024.06.04 11:12:52.658854 [ 3 ] {} <Debug> HTTP-Session: 586958cf-c356-4c9c-a972-d8f54f312f5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3214 | 2024.06.04 11:12:52.658869 [ 3 ] {} <Debug> HTTP-Session: 586958cf-c356-4c9c-a972-d8f54f312f5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3215 | 2024.06.04 11:12:52.658969 [ 3 ] {} <Trace> HTTP-Session: 586958cf-c356-4c9c-a972-d8f54f312f5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3216 | 2024.06.04 11:12:52.659080 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3217 | 2024.06.04 11:12:52.659127 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3218 | 2024.06.04 11:12:52.659259 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3219 | 2024.06.04 11:12:52.659557 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3220 | 2024.06.04 11:12:52.659593 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3221 | 2024.06.04 11:12:52.659893 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3222 | 2024.06.04 11:12:52.660259 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3223 | 2024.06.04 11:12:52.660380 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001353 sec., 1478.1966001478197 rows/sec., 120.54 KiB/sec. | ||
| 3224 | 2024.06.04 11:12:52.660526 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3225 | 2024.06.04 11:12:52.660550 [ 3 ] {b6d8455a-7725-426e-9ba5-aefb7164a5a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3226 | 2024.06.04 11:12:52.660565 [ 3 ] {} <Debug> HTTP-Session: 586958cf-c356-4c9c-a972-d8f54f312f5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3227 | 2024.06.04 11:12:52.660705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3228 | 2024.06.04 11:12:52.660754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3229 | 2024.06.04 11:12:52.660772 [ 3 ] {} <Debug> HTTP-Session: 712954c6-46c9-4c81-aadd-ca54c160a2e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3230 | 2024.06.04 11:12:52.660788 [ 3 ] {} <Debug> HTTP-Session: 712954c6-46c9-4c81-aadd-ca54c160a2e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3231 | 2024.06.04 11:12:52.660801 [ 3 ] {} <Debug> HTTP-Session: 712954c6-46c9-4c81-aadd-ca54c160a2e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3232 | 2024.06.04 11:12:52.660832 [ 3 ] {} <Trace> HTTP-Session: 712954c6-46c9-4c81-aadd-ca54c160a2e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3233 | 2024.06.04 11:12:52.661017 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3234 | 2024.06.04 11:12:52.661058 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3235 | 2024.06.04 11:12:52.661174 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3236 | 2024.06.04 11:12:52.661543 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3237 | 2024.06.04 11:12:52.661578 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3238 | 2024.06.04 11:12:52.661879 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3239 | 2024.06.04 11:12:52.662252 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3240 | 2024.06.04 11:12:52.662363 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Debug> executeQuery: Read 117 rows, 9.90 KiB in 0.001421 sec., 82336.38282899366 rows/sec., 6.80 MiB/sec. | ||
| 3241 | 2024.06.04 11:12:52.662596 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3242 | 2024.06.04 11:12:52.662626 [ 3 ] {aeff2ff4-8d80-493a-a78e-660329134d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3243 | 2024.06.04 11:12:52.662642 [ 3 ] {} <Debug> HTTP-Session: 712954c6-46c9-4c81-aadd-ca54c160a2e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3244 | 2024.06.04 11:12:52.662759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3245 | 2024.06.04 11:12:52.662806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3246 | 2024.06.04 11:12:52.662824 [ 3 ] {} <Debug> HTTP-Session: adf36d12-ea39-4a79-adb0-878b723260d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3247 | 2024.06.04 11:12:52.662840 [ 3 ] {} <Debug> HTTP-Session: adf36d12-ea39-4a79-adb0-878b723260d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3248 | 2024.06.04 11:12:52.662858 [ 3 ] {} <Debug> HTTP-Session: adf36d12-ea39-4a79-adb0-878b723260d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3249 | 2024.06.04 11:12:52.662888 [ 3 ] {} <Trace> HTTP-Session: adf36d12-ea39-4a79-adb0-878b723260d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3250 | 2024.06.04 11:12:52.663058 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3251 | 2024.06.04 11:12:52.663099 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3252 | 2024.06.04 11:12:52.663238 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3253 | 2024.06.04 11:12:52.663495 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3254 | 2024.06.04 11:12:52.663529 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3255 | 2024.06.04 11:12:52.663805 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3256 | 2024.06.04 11:12:52.664165 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2024.06.04 11:12:52.664279 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 111.01 KiB/sec. | ||
| 3258 | 2024.06.04 11:12:52.664509 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Debug> DynamicQueryHandler: Done processing query | ||
| 3259 | 2024.06.04 11:12:52.664532 [ 3 ] {9ae4404b-bb29-4fe7-9220-b02c89b25189} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3260 | 2024.06.04 11:12:52.664547 [ 3 ] {} <Debug> HTTP-Session: adf36d12-ea39-4a79-adb0-878b723260d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3261 | 2024.06.04 11:12:52.664680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3262 | 2024.06.04 11:12:52.664724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3263 | 2024.06.04 11:12:52.664741 [ 3 ] {} <Debug> HTTP-Session: 823a5094-4e26-4fbb-9362-7d267df0e61e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3264 | 2024.06.04 11:12:52.664762 [ 3 ] {} <Debug> HTTP-Session: 823a5094-4e26-4fbb-9362-7d267df0e61e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3265 | 2024.06.04 11:12:52.664775 [ 3 ] {} <Debug> HTTP-Session: 823a5094-4e26-4fbb-9362-7d267df0e61e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3266 | 2024.06.04 11:12:52.664803 [ 3 ] {} <Trace> HTTP-Session: 823a5094-4e26-4fbb-9362-7d267df0e61e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3267 | 2024.06.04 11:12:52.664995 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3268 | 2024.06.04 11:12:52.665039 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3269 | 2024.06.04 11:12:52.665178 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3270 | 2024.06.04 11:12:52.665520 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3271 | 2024.06.04 11:12:52.665555 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3272 | 2024.06.04 11:12:52.665864 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3273 | 2024.06.04 11:12:52.666175 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3274 | 2024.06.04 11:12:52.666288 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001374 sec., 62590.975254730714 rows/sec., 4.89 MiB/sec. | ||
| 3275 | 2024.06.04 11:12:52.666435 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Debug> DynamicQueryHandler: Done processing query | ||
| 3276 | 2024.06.04 11:12:52.666458 [ 3 ] {e8e16b13-118a-491a-90d8-ce72a824ed67} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3277 | 2024.06.04 11:12:52.666473 [ 3 ] {} <Debug> HTTP-Session: 823a5094-4e26-4fbb-9362-7d267df0e61e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3278 | 2024.06.04 11:12:52.666647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30867, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3279 | 2024.06.04 11:12:52.666692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3280 | 2024.06.04 11:12:52.666709 [ 3 ] {} <Debug> HTTP-Session: 4bfc706a-c880-463c-bdbb-d1ed7f3c809d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3281 | 2024.06.04 11:12:52.666724 [ 3 ] {} <Debug> HTTP-Session: 4bfc706a-c880-463c-bdbb-d1ed7f3c809d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3282 | 2024.06.04 11:12:52.666736 [ 3 ] {} <Debug> HTTP-Session: 4bfc706a-c880-463c-bdbb-d1ed7f3c809d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3283 | 2024.06.04 11:12:52.666765 [ 3 ] {} <Trace> HTTP-Session: 4bfc706a-c880-463c-bdbb-d1ed7f3c809d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3284 | 2024.06.04 11:12:52.666897 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3285 | 2024.06.04 11:12:52.667017 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3286 | 2024.06.04 11:12:52.667148 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3287 | 2024.06.04 11:12:52.667490 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3288 | 2024.06.04 11:12:52.667521 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3289 | 2024.06.04 11:12:52.667879 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3290 | 2024.06.04 11:12:52.668275 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3291 | 2024.06.04 11:12:52.668393 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001529 sec., 105297.580117724 rows/sec., 7.33 MiB/sec. | ||
| 3292 | 2024.06.04 11:12:52.668536 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Debug> DynamicQueryHandler: Done processing query | ||
| 3293 | 2024.06.04 11:12:52.668557 [ 3 ] {ed88e368-803b-4f52-ae94-1975e9004c30} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3294 | 2024.06.04 11:12:52.668571 [ 3 ] {} <Debug> HTTP-Session: 4bfc706a-c880-463c-bdbb-d1ed7f3c809d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3295 | 2024.06.04 11:12:52.668742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21435, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3296 | 2024.06.04 11:12:52.668787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3297 | 2024.06.04 11:12:52.668805 [ 3 ] {} <Debug> HTTP-Session: 5e02f0cc-6178-413e-9d14-f39809c8fe7d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3298 | 2024.06.04 11:12:52.668820 [ 3 ] {} <Debug> HTTP-Session: 5e02f0cc-6178-413e-9d14-f39809c8fe7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3299 | 2024.06.04 11:12:52.668832 [ 3 ] {} <Debug> HTTP-Session: 5e02f0cc-6178-413e-9d14-f39809c8fe7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3300 | 2024.06.04 11:12:52.668861 [ 3 ] {} <Trace> HTTP-Session: 5e02f0cc-6178-413e-9d14-f39809c8fe7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3301 | 2024.06.04 11:12:52.669107 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3302 | 2024.06.04 11:12:52.669152 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3303 | 2024.06.04 11:12:52.669293 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3304 | 2024.06.04 11:12:52.669713 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3305 | 2024.06.04 11:12:52.669746 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3306 | 2024.06.04 11:12:52.670228 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3307 | 2024.06.04 11:12:52.670542 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3308 | 2024.06.04 11:12:52.670659 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001695 sec., 11799.410029498526 rows/sec., 15.92 MiB/sec. | ||
| 3309 | 2024.06.04 11:12:52.671010 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3310 | 2024.06.04 11:12:52.671034 [ 3 ] {f4c858fb-9f6a-459d-aff3-3b8aee69c3b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3311 | 2024.06.04 11:12:52.671049 [ 3 ] {} <Debug> HTTP-Session: 5e02f0cc-6178-413e-9d14-f39809c8fe7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3312 | 2024.06.04 11:12:52.671167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3313 | 2024.06.04 11:12:52.671212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3314 | 2024.06.04 11:12:52.671230 [ 3 ] {} <Debug> HTTP-Session: 826e8b6d-286c-4976-80bb-984f9cb9526a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3315 | 2024.06.04 11:12:52.671246 [ 3 ] {} <Debug> HTTP-Session: 826e8b6d-286c-4976-80bb-984f9cb9526a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3316 | 2024.06.04 11:12:52.671259 [ 3 ] {} <Debug> HTTP-Session: 826e8b6d-286c-4976-80bb-984f9cb9526a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3317 | 2024.06.04 11:12:52.671288 [ 3 ] {} <Trace> HTTP-Session: 826e8b6d-286c-4976-80bb-984f9cb9526a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2024.06.04 11:12:52.671395 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3319 | 2024.06.04 11:12:52.671438 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3320 | 2024.06.04 11:12:52.671594 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3321 | 2024.06.04 11:12:52.671859 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3322 | 2024.06.04 11:12:52.671893 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3323 | 2024.06.04 11:12:52.672289 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3324 | 2024.06.04 11:12:52.672579 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3325 | 2024.06.04 11:12:52.672700 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 3326 | 2024.06.04 11:12:52.673031 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Debug> DynamicQueryHandler: Done processing query | ||
| 3327 | 2024.06.04 11:12:52.673071 [ 3 ] {6bb96485-4037-4c40-bda1-3589993d9639} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3328 | 2024.06.04 11:12:52.673087 [ 3 ] {} <Debug> HTTP-Session: 826e8b6d-286c-4976-80bb-984f9cb9526a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3329 | 2024.06.04 11:12:57.660853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3330 | 2024.06.04 11:12:57.661021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3331 | 2024.06.04 11:12:57.661051 [ 3 ] {} <Debug> HTTP-Session: 92f5d729-19da-475a-a5e0-8718ed2c23b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3332 | 2024.06.04 11:12:57.661080 [ 3 ] {} <Debug> HTTP-Session: 92f5d729-19da-475a-a5e0-8718ed2c23b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3333 | 2024.06.04 11:12:57.661097 [ 3 ] {} <Debug> HTTP-Session: 92f5d729-19da-475a-a5e0-8718ed2c23b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3334 | 2024.06.04 11:12:57.661154 [ 3 ] {} <Trace> HTTP-Session: 92f5d729-19da-475a-a5e0-8718ed2c23b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3335 | 2024.06.04 11:12:57.661352 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3336 | 2024.06.04 11:12:57.661419 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3337 | 2024.06.04 11:12:57.661614 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3338 | 2024.06.04 11:12:57.662012 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2024.06.04 11:12:57.662057 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3340 | 2024.06.04 11:12:57.662417 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3341 | 2024.06.04 11:12:57.662795 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2024.06.04 11:12:57.662962 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001667 sec., 6598.68026394721 rows/sec., 534.85 KiB/sec. | ||
| 3343 | 2024.06.04 11:12:57.663280 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Debug> DynamicQueryHandler: Done processing query | ||
| 3344 | 2024.06.04 11:12:57.663307 [ 3 ] {5da681ef-2ba6-4038-884c-e30b4c0a9148} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3345 | 2024.06.04 11:12:57.663323 [ 3 ] {} <Debug> HTTP-Session: 92f5d729-19da-475a-a5e0-8718ed2c23b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3346 | 2024.06.04 11:12:57.663486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3347 | 2024.06.04 11:12:57.663538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3348 | 2024.06.04 11:12:57.663558 [ 3 ] {} <Debug> HTTP-Session: 38edc5c3-1f5e-4678-a2f0-f8e9ad77ccaf Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3349 | 2024.06.04 11:12:57.663575 [ 3 ] {} <Debug> HTTP-Session: 38edc5c3-1f5e-4678-a2f0-f8e9ad77ccaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3350 | 2024.06.04 11:12:57.663588 [ 3 ] {} <Debug> HTTP-Session: 38edc5c3-1f5e-4678-a2f0-f8e9ad77ccaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3351 | 2024.06.04 11:12:57.663622 [ 3 ] {} <Trace> HTTP-Session: 38edc5c3-1f5e-4678-a2f0-f8e9ad77ccaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3352 | 2024.06.04 11:12:57.663821 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3353 | 2024.06.04 11:12:57.663866 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3354 | 2024.06.04 11:12:57.664005 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3355 | 2024.06.04 11:12:57.664365 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3356 | 2024.06.04 11:12:57.664401 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3357 | 2024.06.04 11:12:57.664701 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3358 | 2024.06.04 11:12:57.665048 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3359 | 2024.06.04 11:12:57.665198 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001451 sec., 61337.00895933839 rows/sec., 4.97 MiB/sec. | ||
| 3360 | 2024.06.04 11:12:57.665354 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Debug> DynamicQueryHandler: Done processing query | ||
| 3361 | 2024.06.04 11:12:57.665377 [ 3 ] {50b64898-eef4-485c-9182-30c87c74b303} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3362 | 2024.06.04 11:12:57.665392 [ 3 ] {} <Debug> HTTP-Session: 38edc5c3-1f5e-4678-a2f0-f8e9ad77ccaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3363 | 2024.06.04 11:12:57.665527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3364 | 2024.06.04 11:12:57.665574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3365 | 2024.06.04 11:12:57.665592 [ 3 ] {} <Debug> HTTP-Session: f2c1343d-2ba1-47a2-b732-05fc3b8a55f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3366 | 2024.06.04 11:12:57.665608 [ 3 ] {} <Debug> HTTP-Session: f2c1343d-2ba1-47a2-b732-05fc3b8a55f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3367 | 2024.06.04 11:12:57.665621 [ 3 ] {} <Debug> HTTP-Session: f2c1343d-2ba1-47a2-b732-05fc3b8a55f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3368 | 2024.06.04 11:12:57.665650 [ 3 ] {} <Trace> HTTP-Session: f2c1343d-2ba1-47a2-b732-05fc3b8a55f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3369 | 2024.06.04 11:12:57.665823 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3370 | 2024.06.04 11:12:57.665863 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3371 | 2024.06.04 11:12:57.665982 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3372 | 2024.06.04 11:12:57.666287 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3373 | 2024.06.04 11:12:57.666322 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3374 | 2024.06.04 11:12:57.666606 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3375 | 2024.06.04 11:12:57.666947 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3376 | 2024.06.04 11:12:57.667099 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001323 sec., 56689.34240362812 rows/sec., 4.43 MiB/sec. | ||
| 3377 | 2024.06.04 11:12:57.667243 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3378 | 2024.06.04 11:12:57.667265 [ 3 ] {3c69ad5b-e69e-4ea9-87e8-1088a02ff7f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3379 | 2024.06.04 11:12:57.667280 [ 3 ] {} <Debug> HTTP-Session: f2c1343d-2ba1-47a2-b732-05fc3b8a55f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3380 | 2024.06.04 11:12:57.667436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3381 | 2024.06.04 11:12:57.667480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3382 | 2024.06.04 11:12:57.667498 [ 3 ] {} <Debug> HTTP-Session: 3ccb6c7d-209d-4f72-b768-89b567e62868 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3383 | 2024.06.04 11:12:57.667514 [ 3 ] {} <Debug> HTTP-Session: 3ccb6c7d-209d-4f72-b768-89b567e62868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3384 | 2024.06.04 11:12:57.667527 [ 3 ] {} <Debug> HTTP-Session: 3ccb6c7d-209d-4f72-b768-89b567e62868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3385 | 2024.06.04 11:12:57.667556 [ 3 ] {} <Trace> HTTP-Session: 3ccb6c7d-209d-4f72-b768-89b567e62868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2024.06.04 11:12:57.667691 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3387 | 2024.06.04 11:12:57.667805 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3388 | 2024.06.04 11:12:57.667940 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3389 | 2024.06.04 11:12:57.668286 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3390 | 2024.06.04 11:12:57.668320 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3391 | 2024.06.04 11:12:57.668676 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3392 | 2024.06.04 11:12:57.669054 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3393 | 2024.06.04 11:12:57.669198 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
| 3394 | 2024.06.04 11:12:57.669357 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3395 | 2024.06.04 11:12:57.669380 [ 3 ] {dee0a069-605a-4aa4-a2cb-9145dd40a9a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3396 | 2024.06.04 11:12:57.669395 [ 3 ] {} <Debug> HTTP-Session: 3ccb6c7d-209d-4f72-b768-89b567e62868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3397 | 2024.06.04 11:12:57.669515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3398 | 2024.06.04 11:12:57.669561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3399 | 2024.06.04 11:12:57.669580 [ 3 ] {} <Debug> HTTP-Session: 4a6a4ae6-1f5c-49bc-ba2e-aba9313482aa Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3400 | 2024.06.04 11:12:57.669596 [ 3 ] {} <Debug> HTTP-Session: 4a6a4ae6-1f5c-49bc-ba2e-aba9313482aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3401 | 2024.06.04 11:12:57.669609 [ 3 ] {} <Debug> HTTP-Session: 4a6a4ae6-1f5c-49bc-ba2e-aba9313482aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3402 | 2024.06.04 11:12:57.669638 [ 3 ] {} <Trace> HTTP-Session: 4a6a4ae6-1f5c-49bc-ba2e-aba9313482aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2024.06.04 11:12:57.669846 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3404 | 2024.06.04 11:12:57.669891 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3405 | 2024.06.04 11:12:57.670038 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3406 | 2024.06.04 11:12:57.670345 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3407 | 2024.06.04 11:12:57.670379 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3408 | 2024.06.04 11:12:57.670798 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3409 | 2024.06.04 11:12:57.671104 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3410 | 2024.06.04 11:12:57.671221 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.00148 sec., 7432.4324324324325 rows/sec., 10.03 MiB/sec. | ||
| 3411 | 2024.06.04 11:12:57.671413 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3412 | 2024.06.04 11:12:57.671437 [ 3 ] {3a99b69e-d47b-4bb6-8a86-2e02705cef4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3413 | 2024.06.04 11:12:57.671452 [ 3 ] {} <Debug> HTTP-Session: 4a6a4ae6-1f5c-49bc-ba2e-aba9313482aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3414 | 2024.06.04 11:12:57.671561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3415 | 2024.06.04 11:12:57.671606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3416 | 2024.06.04 11:12:57.671625 [ 3 ] {} <Debug> HTTP-Session: 26ef86f1-a53a-4056-a4e0-20ad43a577d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3417 | 2024.06.04 11:12:57.671640 [ 3 ] {} <Debug> HTTP-Session: 26ef86f1-a53a-4056-a4e0-20ad43a577d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3418 | 2024.06.04 11:12:57.671654 [ 3 ] {} <Debug> HTTP-Session: 26ef86f1-a53a-4056-a4e0-20ad43a577d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3419 | 2024.06.04 11:12:57.671682 [ 3 ] {} <Trace> HTTP-Session: 26ef86f1-a53a-4056-a4e0-20ad43a577d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3420 | 2024.06.04 11:12:57.671863 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3421 | 2024.06.04 11:12:57.671905 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3422 | 2024.06.04 11:12:57.672035 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3423 | 2024.06.04 11:12:57.672296 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3424 | 2024.06.04 11:12:57.672331 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3425 | 2024.06.04 11:12:57.672660 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3426 | 2024.06.04 11:12:57.673013 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3427 | 2024.06.04 11:12:57.673155 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 3428 | 2024.06.04 11:12:57.673310 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Debug> DynamicQueryHandler: Done processing query | ||
| 3429 | 2024.06.04 11:12:57.673332 [ 3 ] {ce810572-2609-490e-8930-ea2f26fee8de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3430 | 2024.06.04 11:12:57.673347 [ 3 ] {} <Debug> HTTP-Session: 26ef86f1-a53a-4056-a4e0-20ad43a577d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3431 | 2024.06.04 11:13:00.225954 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3432 | 2024.06.04 11:13:00.226001 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3433 | 2024.06.04 11:13:02.665505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3434 | 2024.06.04 11:13:02.665696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3435 | 2024.06.04 11:13:02.665723 [ 3 ] {} <Debug> HTTP-Session: f814d98b-5cec-4376-bbe9-22eed07db3f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3436 | 2024.06.04 11:13:02.665750 [ 3 ] {} <Debug> HTTP-Session: f814d98b-5cec-4376-bbe9-22eed07db3f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3437 | 2024.06.04 11:13:02.665766 [ 3 ] {} <Debug> HTTP-Session: f814d98b-5cec-4376-bbe9-22eed07db3f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3438 | 2024.06.04 11:13:02.665818 [ 3 ] {} <Trace> HTTP-Session: f814d98b-5cec-4376-bbe9-22eed07db3f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3439 | 2024.06.04 11:13:02.666007 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3440 | 2024.06.04 11:13:02.666077 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3441 | 2024.06.04 11:13:02.666267 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3442 | 2024.06.04 11:13:02.666793 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3443 | 2024.06.04 11:13:02.666847 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3444 | 2024.06.04 11:13:02.667295 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3445 | 2024.06.04 11:13:02.667680 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3446 | 2024.06.04 11:13:02.667851 [ 27 ] {} <Debug> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3447 | 2024.06.04 11:13:02.667854 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001892 sec., 10570.824524312897 rows/sec., 856.81 KiB/sec. | ||
| 3448 | 2024.06.04 11:13:02.667933 [ 27 ] {} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3449 | 2024.06.04 11:13:02.667996 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3450 | 2024.06.04 11:13:02.668178 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::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 | ||
| 3451 | 2024.06.04 11:13:02.668203 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Debug> DynamicQueryHandler: Done processing query | ||
| 3452 | 2024.06.04 11:13:02.668249 [ 3 ] {be41ed33-453b-4b7b-b79a-68e43c458dff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3453 | 2024.06.04 11:13:02.668275 [ 3 ] {} <Debug> HTTP-Session: f814d98b-5cec-4376-bbe9-22eed07db3f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3454 | 2024.06.04 11:13:02.668375 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3455 | 2024.06.04 11:13:02.668422 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
| 3456 | 2024.06.04 11:13:02.668441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3457 | 2024.06.04 11:13:02.668614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3458 | 2024.06.04 11:13:02.668688 [ 3 ] {} <Debug> HTTP-Session: 2e95c8ed-b3d9-4e93-9dde-d4990b81b593 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3459 | 2024.06.04 11:13:02.668690 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part | ||
| 3460 | 2024.06.04 11:13:02.668734 [ 3 ] {} <Debug> HTTP-Session: 2e95c8ed-b3d9-4e93-9dde-d4990b81b593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3461 | 2024.06.04 11:13:02.668792 [ 3 ] {} <Debug> HTTP-Session: 2e95c8ed-b3d9-4e93-9dde-d4990b81b593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3462 | 2024.06.04 11:13:02.668919 [ 3 ] {} <Trace> HTTP-Session: 2e95c8ed-b3d9-4e93-9dde-d4990b81b593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3463 | 2024.06.04 11:13:02.669041 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part | ||
| 3464 | 2024.06.04 11:13:02.669299 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3465 | 2024.06.04 11:13:02.669328 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3466 | 2024.06.04 11:13:02.669432 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3467 | 2024.06.04 11:13:02.669688 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part | ||
| 3468 | 2024.06.04 11:13:02.670060 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3469 | 2024.06.04 11:13:02.670393 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3470 | 2024.06.04 11:13:02.671348 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2024.06.04 11:13:02.671415 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3472 | 2024.06.04 11:13:02.672511 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3473 | 2024.06.04 11:13:02.672618 [ 198 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.004478635 sec., 25230.90182611443 rows/sec., 2.00 MiB/sec. | ||
| 3474 | 2024.06.04 11:13:02.672890 [ 198 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3475 | 2024.06.04 11:13:02.673234 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3476 | 2024.06.04 11:13:02.673679 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.004512 sec., 25709.219858156026 rows/sec., 2.13 MiB/sec. | ||
| 3477 | 2024.06.04 11:13:02.673886 [ 198 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3478 | 2024.06.04 11:13:02.674027 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3479 | 2024.06.04 11:13:02.674039 [ 198 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_11_2} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3480 | 2024.06.04 11:13:02.674071 [ 3 ] {2926ec81-efa2-421d-adf4-868b5338f2f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3481 | 2024.06.04 11:13:02.674094 [ 3 ] {} <Debug> HTTP-Session: 2e95c8ed-b3d9-4e93-9dde-d4990b81b593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3482 | 2024.06.04 11:13:02.674217 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3483 | 2024.06.04 11:13:02.674270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3484 | 2024.06.04 11:13:02.674325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3485 | 2024.06.04 11:13:02.674344 [ 3 ] {} <Debug> HTTP-Session: e07e1be3-ef85-44a5-a790-f678805e3757 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3486 | 2024.06.04 11:13:02.674359 [ 3 ] {} <Debug> HTTP-Session: e07e1be3-ef85-44a5-a790-f678805e3757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3487 | 2024.06.04 11:13:02.674372 [ 3 ] {} <Debug> HTTP-Session: e07e1be3-ef85-44a5-a790-f678805e3757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3488 | 2024.06.04 11:13:02.674404 [ 3 ] {} <Trace> HTTP-Session: e07e1be3-ef85-44a5-a790-f678805e3757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3489 | 2024.06.04 11:13:02.674596 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3490 | 2024.06.04 11:13:02.674639 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3491 | 2024.06.04 11:13:02.674777 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3492 | 2024.06.04 11:13:02.675104 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2024.06.04 11:13:02.675138 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3494 | 2024.06.04 11:13:02.675437 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3495 | 2024.06.04 11:13:02.675792 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2024.06.04 11:13:02.675935 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001401 sec., 59957.173447537476 rows/sec., 4.68 MiB/sec. | ||
| 3497 | 2024.06.04 11:13:02.676107 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3498 | 2024.06.04 11:13:02.676130 [ 3 ] {e2532919-b2ba-4dec-9a1d-496cc619550b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3499 | 2024.06.04 11:13:02.676145 [ 3 ] {} <Debug> HTTP-Session: e07e1be3-ef85-44a5-a790-f678805e3757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3500 | 2024.06.04 11:13:02.676301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3501 | 2024.06.04 11:13:02.676347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3502 | 2024.06.04 11:13:02.676365 [ 3 ] {} <Debug> HTTP-Session: d811a37f-3668-4919-ac1d-805d3dc013f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3503 | 2024.06.04 11:13:02.676381 [ 3 ] {} <Debug> HTTP-Session: d811a37f-3668-4919-ac1d-805d3dc013f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3504 | 2024.06.04 11:13:02.676394 [ 3 ] {} <Debug> HTTP-Session: d811a37f-3668-4919-ac1d-805d3dc013f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3505 | 2024.06.04 11:13:02.676422 [ 3 ] {} <Trace> HTTP-Session: d811a37f-3668-4919-ac1d-805d3dc013f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3506 | 2024.06.04 11:13:02.676682 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3507 | 2024.06.04 11:13:02.676729 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3508 | 2024.06.04 11:13:02.676863 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3509 | 2024.06.04 11:13:02.677217 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3510 | 2024.06.04 11:13:02.677252 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3511 | 2024.06.04 11:13:02.677680 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3512 | 2024.06.04 11:13:02.678011 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3513 | 2024.06.04 11:13:02.678159 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001635 sec., 97859.32721712539 rows/sec., 6.82 MiB/sec. | ||
| 3514 | 2024.06.04 11:13:02.678312 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Debug> DynamicQueryHandler: Done processing query | ||
| 3515 | 2024.06.04 11:13:02.678335 [ 3 ] {1bc9d0fd-aff4-473f-aa37-66992725cf79} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3516 | 2024.06.04 11:13:02.678350 [ 3 ] {} <Debug> HTTP-Session: d811a37f-3668-4919-ac1d-805d3dc013f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3517 | 2024.06.04 11:13:02.678492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3518 | 2024.06.04 11:13:02.678602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3519 | 2024.06.04 11:13:02.678621 [ 3 ] {} <Debug> HTTP-Session: 4fe94b52-d771-4953-9055-b18601261c19 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3520 | 2024.06.04 11:13:02.678636 [ 3 ] {} <Debug> HTTP-Session: 4fe94b52-d771-4953-9055-b18601261c19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3521 | 2024.06.04 11:13:02.678649 [ 3 ] {} <Debug> HTTP-Session: 4fe94b52-d771-4953-9055-b18601261c19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3522 | 2024.06.04 11:13:02.678677 [ 3 ] {} <Trace> HTTP-Session: 4fe94b52-d771-4953-9055-b18601261c19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2024.06.04 11:13:02.678979 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3524 | 2024.06.04 11:13:02.679025 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3525 | 2024.06.04 11:13:02.679173 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3526 | 2024.06.04 11:13:02.679621 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3527 | 2024.06.04 11:13:02.679654 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3528 | 2024.06.04 11:13:02.680030 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3529 | 2024.06.04 11:13:02.680345 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3530 | 2024.06.04 11:13:02.680499 [ 27 ] {} <Debug> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3531 | 2024.06.04 11:13:02.680506 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001795 sec., 11142.061281337048 rows/sec., 15.04 MiB/sec. | ||
| 3532 | 2024.06.04 11:13:02.680612 [ 27 ] {} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2024.06.04 11:13:02.680674 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3534 | 2024.06.04 11:13:02.680993 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::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 | ||
| 3535 | 2024.06.04 11:13:02.681008 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3536 | 2024.06.04 11:13:02.681067 [ 3 ] {a54e3adc-2dc0-4c3c-afc3-68bb9a4c36d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3537 | 2024.06.04 11:13:02.681114 [ 3 ] {} <Debug> HTTP-Session: 4fe94b52-d771-4953-9055-b18601261c19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3538 | 2024.06.04 11:13:02.681232 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3539 | 2024.06.04 11:13:02.681280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3540 | 2024.06.04 11:13:02.681300 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 102 rows starting from the beginning of the part | ||
| 3541 | 2024.06.04 11:13:02.681349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3542 | 2024.06.04 11:13:02.681390 [ 3 ] {} <Debug> HTTP-Session: 9b7c071f-38a0-4a8b-acd9-649b77f2999a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3543 | 2024.06.04 11:13:02.681442 [ 3 ] {} <Debug> HTTP-Session: 9b7c071f-38a0-4a8b-acd9-649b77f2999a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3544 | 2024.06.04 11:13:02.681499 [ 3 ] {} <Debug> HTTP-Session: 9b7c071f-38a0-4a8b-acd9-649b77f2999a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3545 | 2024.06.04 11:13:02.681670 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part | ||
| 3546 | 2024.06.04 11:13:02.681686 [ 3 ] {} <Trace> HTTP-Session: 9b7c071f-38a0-4a8b-acd9-649b77f2999a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3547 | 2024.06.04 11:13:02.681954 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 11 rows starting from the beginning of the part | ||
| 3548 | 2024.06.04 11:13:02.682027 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3549 | 2024.06.04 11:13:02.682195 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3550 | 2024.06.04 11:13:02.682232 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3551 | 2024.06.04 11:13:02.682708 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part | ||
| 3552 | 2024.06.04 11:13:02.683111 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3553 | 2024.06.04 11:13:02.683125 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3554 | 2024.06.04 11:13:02.684114 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3555 | 2024.06.04 11:13:02.684182 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3556 | 2024.06.04 11:13:02.685172 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3557 | 2024.06.04 11:13:02.686135 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3558 | 2024.06.04 11:13:02.686433 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004578 sec., 13106.159895150722 rows/sec., 904.46 KiB/sec. | ||
| 3559 | 2024.06.04 11:13:02.686742 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Debug> DynamicQueryHandler: Done processing query | ||
| 3560 | 2024.06.04 11:13:02.686809 [ 3 ] {95a813e8-ff72-4049-ab17-04035ca0b198} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3561 | 2024.06.04 11:13:02.686869 [ 3 ] {} <Debug> HTTP-Session: 9b7c071f-38a0-4a8b-acd9-649b77f2999a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3562 | 2024.06.04 11:13:02.687073 [ 188 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 6 columns (6 merged, 0 gathered) in 0.006318622 sec., 29120.273376062058 rows/sec., 39.30 MiB/sec. | ||
| 3563 | 2024.06.04 11:13:02.687263 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3564 | 2024.06.04 11:13:02.687699 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2024.06.04 11:13:02.687766 [ 190 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3566 | 2024.06.04 11:13:02.687833 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 3567 | 2024.06.04 11:13:07.671207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3568 | 2024.06.04 11:13:07.671333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3569 | 2024.06.04 11:13:07.671423 [ 3 ] {} <Debug> HTTP-Session: 70aab672-5376-49e7-bd15-6933551b316c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3570 | 2024.06.04 11:13:07.671449 [ 3 ] {} <Debug> HTTP-Session: 70aab672-5376-49e7-bd15-6933551b316c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3571 | 2024.06.04 11:13:07.671465 [ 3 ] {} <Debug> HTTP-Session: 70aab672-5376-49e7-bd15-6933551b316c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3572 | 2024.06.04 11:13:07.671518 [ 3 ] {} <Trace> HTTP-Session: 70aab672-5376-49e7-bd15-6933551b316c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3573 | 2024.06.04 11:13:07.671703 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3574 | 2024.06.04 11:13:07.671771 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3575 | 2024.06.04 11:13:07.671971 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3576 | 2024.06.04 11:13:07.672491 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2024.06.04 11:13:07.672531 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3578 | 2024.06.04 11:13:07.672884 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3579 | 2024.06.04 11:13:07.673198 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2024.06.04 11:13:07.673327 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001725 sec., 6376.811594202899 rows/sec., 516.87 KiB/sec. | ||
| 3581 | 2024.06.04 11:13:07.673614 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3582 | 2024.06.04 11:13:07.673638 [ 3 ] {395483e4-82d3-46f5-876f-3763131c3b6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3583 | 2024.06.04 11:13:07.673654 [ 3 ] {} <Debug> HTTP-Session: 70aab672-5376-49e7-bd15-6933551b316c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3584 | 2024.06.04 11:13:07.673783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3585 | 2024.06.04 11:13:07.673835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3586 | 2024.06.04 11:13:07.673853 [ 3 ] {} <Debug> HTTP-Session: c161455d-74ee-48b2-9d83-699b10c812e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3587 | 2024.06.04 11:13:07.673870 [ 3 ] {} <Debug> HTTP-Session: c161455d-74ee-48b2-9d83-699b10c812e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3588 | 2024.06.04 11:13:07.673883 [ 3 ] {} <Debug> HTTP-Session: c161455d-74ee-48b2-9d83-699b10c812e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3589 | 2024.06.04 11:13:07.673916 [ 3 ] {} <Trace> HTTP-Session: c161455d-74ee-48b2-9d83-699b10c812e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3590 | 2024.06.04 11:13:07.674048 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3591 | 2024.06.04 11:13:07.674090 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3592 | 2024.06.04 11:13:07.674209 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3593 | 2024.06.04 11:13:07.674619 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2024.06.04 11:13:07.674652 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3595 | 2024.06.04 11:13:07.674942 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3596 | 2024.06.04 11:13:07.675226 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2024.06.04 11:13:07.675339 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Debug> executeQuery: Read 125 rows, 10.20 KiB in 0.001372 sec., 91107.87172011661 rows/sec., 7.26 MiB/sec. | ||
| 3598 | 2024.06.04 11:13:07.675535 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3599 | 2024.06.04 11:13:07.675558 [ 3 ] {dac52e20-1018-4478-a466-290c30bd7e2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3600 | 2024.06.04 11:13:07.675572 [ 3 ] {} <Debug> HTTP-Session: c161455d-74ee-48b2-9d83-699b10c812e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3601 | 2024.06.04 11:13:07.675698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3602 | 2024.06.04 11:13:07.675743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3603 | 2024.06.04 11:13:07.675760 [ 3 ] {} <Debug> HTTP-Session: 0c3ace1b-ecd7-468e-939c-55bdc0887c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3604 | 2024.06.04 11:13:07.675774 [ 3 ] {} <Debug> HTTP-Session: 0c3ace1b-ecd7-468e-939c-55bdc0887c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3605 | 2024.06.04 11:13:07.675787 [ 3 ] {} <Debug> HTTP-Session: 0c3ace1b-ecd7-468e-939c-55bdc0887c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3606 | 2024.06.04 11:13:07.675815 [ 3 ] {} <Trace> HTTP-Session: 0c3ace1b-ecd7-468e-939c-55bdc0887c7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3607 | 2024.06.04 11:13:07.675922 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3608 | 2024.06.04 11:13:07.675961 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3609 | 2024.06.04 11:13:07.676075 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3610 | 2024.06.04 11:13:07.676452 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3611 | 2024.06.04 11:13:07.676484 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3612 | 2024.06.04 11:13:07.676767 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3613 | 2024.06.04 11:13:07.677047 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3614 | 2024.06.04 11:13:07.677163 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001298 sec., 76271.18644067798 rows/sec., 5.94 MiB/sec. | ||
| 3615 | 2024.06.04 11:13:07.677308 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3616 | 2024.06.04 11:13:07.677331 [ 3 ] {04da2b0d-299f-43c1-b80e-bde2ebc76c0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3617 | 2024.06.04 11:13:07.677345 [ 3 ] {} <Debug> HTTP-Session: 0c3ace1b-ecd7-468e-939c-55bdc0887c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3618 | 2024.06.04 11:13:07.677546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 37625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3619 | 2024.06.04 11:13:07.677591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3620 | 2024.06.04 11:13:07.677609 [ 3 ] {} <Debug> HTTP-Session: 0134c1a1-a094-4810-983d-d95d9f89bb89 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3621 | 2024.06.04 11:13:07.677624 [ 3 ] {} <Debug> HTTP-Session: 0134c1a1-a094-4810-983d-d95d9f89bb89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3622 | 2024.06.04 11:13:07.677637 [ 3 ] {} <Debug> HTTP-Session: 0134c1a1-a094-4810-983d-d95d9f89bb89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3623 | 2024.06.04 11:13:07.677664 [ 3 ] {} <Trace> HTTP-Session: 0134c1a1-a094-4810-983d-d95d9f89bb89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3624 | 2024.06.04 11:13:07.677830 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3625 | 2024.06.04 11:13:07.677874 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3626 | 2024.06.04 11:13:07.678004 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3627 | 2024.06.04 11:13:07.678432 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3628 | 2024.06.04 11:13:07.678466 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3629 | 2024.06.04 11:13:07.678842 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3630 | 2024.06.04 11:13:07.679175 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2024.06.04 11:13:07.679301 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.001531 sec., 128020.90137165251 rows/sec., 8.94 MiB/sec. | ||
| 3632 | 2024.06.04 11:13:07.679446 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Debug> DynamicQueryHandler: Done processing query | ||
| 3633 | 2024.06.04 11:13:07.679468 [ 3 ] {5e1743ef-3e37-445f-85c7-6a1b26927692} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3634 | 2024.06.04 11:13:07.679483 [ 3 ] {} <Debug> HTTP-Session: 0134c1a1-a094-4810-983d-d95d9f89bb89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3635 | 2024.06.04 11:13:07.679584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3636 | 2024.06.04 11:13:07.679627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3637 | 2024.06.04 11:13:07.679645 [ 3 ] {} <Debug> HTTP-Session: 68072d3b-a9e8-4656-9129-be901f143bef Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3638 | 2024.06.04 11:13:07.679660 [ 3 ] {} <Debug> HTTP-Session: 68072d3b-a9e8-4656-9129-be901f143bef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3639 | 2024.06.04 11:13:07.679672 [ 3 ] {} <Debug> HTTP-Session: 68072d3b-a9e8-4656-9129-be901f143bef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3640 | 2024.06.04 11:13:07.679700 [ 3 ] {} <Trace> HTTP-Session: 68072d3b-a9e8-4656-9129-be901f143bef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3641 | 2024.06.04 11:13:07.679846 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3642 | 2024.06.04 11:13:07.679889 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3643 | 2024.06.04 11:13:07.680030 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3644 | 2024.06.04 11:13:07.680458 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3645 | 2024.06.04 11:13:07.680491 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3646 | 2024.06.04 11:13:07.680846 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3647 | 2024.06.04 11:13:07.681153 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3648 | 2024.06.04 11:13:07.681270 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001537 sec., 7156.798959011061 rows/sec., 9.66 MiB/sec. | ||
| 3649 | 2024.06.04 11:13:07.681487 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3650 | 2024.06.04 11:13:07.681510 [ 3 ] {397ac1db-484a-49f7-8aa7-0714c78ab9f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3651 | 2024.06.04 11:13:07.681525 [ 3 ] {} <Debug> HTTP-Session: 68072d3b-a9e8-4656-9129-be901f143bef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3652 | 2024.06.04 11:13:07.681626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3653 | 2024.06.04 11:13:07.681671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3654 | 2024.06.04 11:13:07.681688 [ 3 ] {} <Debug> HTTP-Session: b2f35a5a-ef40-4821-bad0-789becffd4c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3655 | 2024.06.04 11:13:07.681703 [ 3 ] {} <Debug> HTTP-Session: b2f35a5a-ef40-4821-bad0-789becffd4c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3656 | 2024.06.04 11:13:07.681716 [ 3 ] {} <Debug> HTTP-Session: b2f35a5a-ef40-4821-bad0-789becffd4c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3657 | 2024.06.04 11:13:07.681744 [ 3 ] {} <Trace> HTTP-Session: b2f35a5a-ef40-4821-bad0-789becffd4c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3658 | 2024.06.04 11:13:07.681846 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3659 | 2024.06.04 11:13:07.681887 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3660 | 2024.06.04 11:13:07.682002 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3661 | 2024.06.04 11:13:07.682272 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2024.06.04 11:13:07.682305 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3663 | 2024.06.04 11:13:07.682692 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3664 | 2024.06.04 11:13:07.682991 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2024.06.04 11:13:07.683105 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 3666 | 2024.06.04 11:13:07.683237 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Debug> DynamicQueryHandler: Done processing query | ||
| 3667 | 2024.06.04 11:13:07.683259 [ 3 ] {e16e4477-205b-41a0-8cca-6b55e9e56d77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3668 | 2024.06.04 11:13:07.683273 [ 3 ] {} <Debug> HTTP-Session: b2f35a5a-ef40-4821-bad0-789becffd4c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3669 | 2024.06.04 11:13:12.676430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3670 | 2024.06.04 11:13:12.676569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3671 | 2024.06.04 11:13:12.676597 [ 3 ] {} <Debug> HTTP-Session: 921252a5-22fc-4ef6-96c8-a6916452bf41 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3672 | 2024.06.04 11:13:12.676626 [ 3 ] {} <Debug> HTTP-Session: 921252a5-22fc-4ef6-96c8-a6916452bf41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3673 | 2024.06.04 11:13:12.676645 [ 3 ] {} <Debug> HTTP-Session: 921252a5-22fc-4ef6-96c8-a6916452bf41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3674 | 2024.06.04 11:13:12.676704 [ 3 ] {} <Trace> HTTP-Session: 921252a5-22fc-4ef6-96c8-a6916452bf41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3675 | 2024.06.04 11:13:12.676906 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3676 | 2024.06.04 11:13:12.676977 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3677 | 2024.06.04 11:13:12.677262 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3678 | 2024.06.04 11:13:12.677649 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2024.06.04 11:13:12.677692 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3680 | 2024.06.04 11:13:12.678092 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3681 | 2024.06.04 11:13:12.678520 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3682 | 2024.06.04 11:13:12.678653 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001797 sec., 11129.660545353367 rows/sec., 902.11 KiB/sec. | ||
| 3683 | 2024.06.04 11:13:12.678821 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3684 | 2024.06.04 11:13:12.678844 [ 3 ] {496c5d82-0f99-4417-b05f-30828cee6b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3685 | 2024.06.04 11:13:12.678859 [ 3 ] {} <Debug> HTTP-Session: 921252a5-22fc-4ef6-96c8-a6916452bf41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3686 | 2024.06.04 11:13:12.678989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3687 | 2024.06.04 11:13:12.679034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3688 | 2024.06.04 11:13:12.679052 [ 3 ] {} <Debug> HTTP-Session: 76d0b9d4-05a1-4973-a1d4-cf5326456137 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3689 | 2024.06.04 11:13:12.679068 [ 3 ] {} <Debug> HTTP-Session: 76d0b9d4-05a1-4973-a1d4-cf5326456137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3690 | 2024.06.04 11:13:12.679081 [ 3 ] {} <Debug> HTTP-Session: 76d0b9d4-05a1-4973-a1d4-cf5326456137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3691 | 2024.06.04 11:13:12.679110 [ 3 ] {} <Trace> HTTP-Session: 76d0b9d4-05a1-4973-a1d4-cf5326456137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2024.06.04 11:13:12.679290 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3693 | 2024.06.04 11:13:12.679331 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3694 | 2024.06.04 11:13:12.679444 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3695 | 2024.06.04 11:13:12.679765 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3696 | 2024.06.04 11:13:12.679804 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3697 | 2024.06.04 11:13:12.680119 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3698 | 2024.06.04 11:13:12.680469 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3699 | 2024.06.04 11:13:12.680581 [ 141 ] {} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3700 | 2024.06.04 11:13:12.680585 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001361 sec., 85231.44746509919 rows/sec., 7.05 MiB/sec. | ||
| 3701 | 2024.06.04 11:13:12.680615 [ 141 ] {} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2024.06.04 11:13:12.680648 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3703 | 2024.06.04 11:13:12.680793 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3704 | 2024.06.04 11:13:12.680829 [ 3 ] {a9003f26-1f08-47d5-be75-2dd835b090a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3705 | 2024.06.04 11:13:12.680830 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::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 | ||
| 3706 | 2024.06.04 11:13:12.680848 [ 3 ] {} <Debug> HTTP-Session: 76d0b9d4-05a1-4973-a1d4-cf5326456137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3707 | 2024.06.04 11:13:12.681056 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3708 | 2024.06.04 11:13:12.681056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3709 | 2024.06.04 11:13:12.681112 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 189 rows starting from the beginning of the part | ||
| 3710 | 2024.06.04 11:13:12.681226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3711 | 2024.06.04 11:13:12.681287 [ 3 ] {} <Debug> HTTP-Session: c6787ead-3deb-4397-8d59-1687134f89fa Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3712 | 2024.06.04 11:13:12.681352 [ 3 ] {} <Debug> HTTP-Session: c6787ead-3deb-4397-8d59-1687134f89fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3713 | 2024.06.04 11:13:12.681384 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 117 rows starting from the beginning of the part | ||
| 3714 | 2024.06.04 11:13:12.681408 [ 3 ] {} <Debug> HTTP-Session: c6787ead-3deb-4397-8d59-1687134f89fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3715 | 2024.06.04 11:13:12.681532 [ 3 ] {} <Trace> HTTP-Session: c6787ead-3deb-4397-8d59-1687134f89fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3716 | 2024.06.04 11:13:12.681671 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 89 rows starting from the beginning of the part | ||
| 3717 | 2024.06.04 11:13:12.681950 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3718 | 2024.06.04 11:13:12.682014 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 116 rows starting from the beginning of the part | ||
| 3719 | 2024.06.04 11:13:12.682107 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3720 | 2024.06.04 11:13:12.682388 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 125 rows starting from the beginning of the part | ||
| 3721 | 2024.06.04 11:13:12.682753 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 116 rows starting from the beginning of the part | ||
| 3722 | 2024.06.04 11:13:12.683033 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3723 | 2024.06.04 11:13:12.683994 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2024.06.04 11:13:12.684045 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3725 | 2024.06.04 11:13:12.685018 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3726 | 2024.06.04 11:13:12.685641 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 752 rows, containing 4 columns (4 merged, 0 gathered) in 0.004900221 sec., 153462.4662846839 rows/sec., 12.57 MiB/sec. | ||
| 3727 | 2024.06.04 11:13:12.685744 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3728 | 2024.06.04 11:13:12.685842 [ 199 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3729 | 2024.06.04 11:13:12.685961 [ 141 ] {} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3730 | 2024.06.04 11:13:12.686065 [ 141 ] {} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2024.06.04 11:13:12.686101 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.004354 sec., 19292.604501607715 rows/sec., 1.51 MiB/sec. | ||
| 3732 | 2024.06.04 11:13:12.686111 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3733 | 2024.06.04 11:13:12.686781 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::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 | ||
| 3734 | 2024.06.04 11:13:12.686810 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3735 | 2024.06.04 11:13:12.686919 [ 3 ] {27de490e-c30d-4827-9c84-bd4e11d5bbcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3736 | 2024.06.04 11:13:12.687032 [ 3 ] {} <Debug> HTTP-Session: c6787ead-3deb-4397-8d59-1687134f89fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3737 | 2024.06.04 11:13:12.687513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3738 | 2024.06.04 11:13:12.687613 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3739 | 2024.06.04 11:13:12.687659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3740 | 2024.06.04 11:13:12.687733 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 145 rows starting from the beginning of the part | ||
| 3741 | 2024.06.04 11:13:12.687746 [ 3 ] {} <Debug> HTTP-Session: 58223293-6657-42aa-86d1-c1d05c11dcef Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3742 | 2024.06.04 11:13:12.687799 [ 3 ] {} <Debug> HTTP-Session: 58223293-6657-42aa-86d1-c1d05c11dcef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3743 | 2024.06.04 11:13:12.687893 [ 3 ] {} <Debug> HTTP-Session: 58223293-6657-42aa-86d1-c1d05c11dcef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3744 | 2024.06.04 11:13:12.688075 [ 3 ] {} <Trace> HTTP-Session: 58223293-6657-42aa-86d1-c1d05c11dcef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3745 | 2024.06.04 11:13:12.688075 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 86 rows starting from the beginning of the part | ||
| 3746 | 2024.06.04 11:13:12.688453 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 75 rows starting from the beginning of the part | ||
| 3747 | 2024.06.04 11:13:12.688629 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3748 | 2024.06.04 11:13:12.688810 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2024.06.04 11:13:12.688857 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 84 rows starting from the beginning of the part | ||
| 3750 | 2024.06.04 11:13:12.688899 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3751 | 2024.06.04 11:13:12.689462 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 99 rows starting from the beginning of the part | ||
| 3752 | 2024.06.04 11:13:12.689479 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_21_4} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3753 | 2024.06.04 11:13:12.689897 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 84 rows starting from the beginning of the part | ||
| 3754 | 2024.06.04 11:13:12.689967 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 3755 | 2024.06.04 11:13:12.690506 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3756 | 2024.06.04 11:13:12.690986 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3757 | 2024.06.04 11:13:12.691030 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3758 | 2024.06.04 11:13:12.691653 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3759 | 2024.06.04 11:13:12.691679 [ 199 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 4 columns (4 merged, 0 gathered) in 0.005347778 sec., 107147.30491804259 rows/sec., 8.36 MiB/sec. | ||
| 3760 | 2024.06.04 11:13:12.691818 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3761 | 2024.06.04 11:13:12.692143 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2024.06.04 11:13:12.692384 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3763 | 2024.06.04 11:13:12.692385 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3764 | 2024.06.04 11:13:12.692402 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004012 sec., 39880.35892323031 rows/sec., 2.78 MiB/sec. | ||
| 3765 | 2024.06.04 11:13:12.692433 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2024.06.04 11:13:12.692491 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3767 | 2024.06.04 11:13:12.692645 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_21_4} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3768 | 2024.06.04 11:13:12.692913 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3769 | 2024.06.04 11:13:12.692917 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3770 | 2024.06.04 11:13:12.692947 [ 3 ] {74a5bd46-4403-402a-a521-6b29b7bbfd5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3771 | 2024.06.04 11:13:12.692970 [ 3 ] {} <Debug> HTTP-Session: 58223293-6657-42aa-86d1-c1d05c11dcef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3772 | 2024.06.04 11:13:12.692986 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::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 | ||
| 3773 | 2024.06.04 11:13:12.693124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3774 | 2024.06.04 11:13:12.693292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3775 | 2024.06.04 11:13:12.693326 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3776 | 2024.06.04 11:13:12.693337 [ 3 ] {} <Debug> HTTP-Session: f51b7f54-a35c-4383-8a62-b6ba8ce47a91 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3777 | 2024.06.04 11:13:12.693399 [ 3 ] {} <Debug> HTTP-Session: f51b7f54-a35c-4383-8a62-b6ba8ce47a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3778 | 2024.06.04 11:13:12.693405 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2662 rows starting from the beginning of the part | ||
| 3779 | 2024.06.04 11:13:12.693418 [ 3 ] {} <Debug> HTTP-Session: f51b7f54-a35c-4383-8a62-b6ba8ce47a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3780 | 2024.06.04 11:13:12.693485 [ 3 ] {} <Trace> HTTP-Session: f51b7f54-a35c-4383-8a62-b6ba8ce47a91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3781 | 2024.06.04 11:13:12.693645 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part | ||
| 3782 | 2024.06.04 11:13:12.693802 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3783 | 2024.06.04 11:13:12.693989 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3784 | 2024.06.04 11:13:12.693989 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3785 | 2024.06.04 11:13:12.694284 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3786 | 2024.06.04 11:13:12.694440 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part | ||
| 3787 | 2024.06.04 11:13:12.694716 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 3788 | 2024.06.04 11:13:12.695564 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3789 | 2024.06.04 11:13:12.696104 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3790 | 2024.06.04 11:13:12.696153 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3791 | 2024.06.04 11:13:12.697428 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3792 | 2024.06.04 11:13:12.698090 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3793 | 2024.06.04 11:13:12.698367 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.004624 sec., 4325.259515570935 rows/sec., 5.84 MiB/sec. | ||
| 3794 | 2024.06.04 11:13:12.698816 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3499 rows, containing 5 columns (5 merged, 0 gathered) in 0.00615958 sec., 568058.2117611916 rows/sec., 39.59 MiB/sec. | ||
| 3795 | 2024.06.04 11:13:12.698889 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Debug> DynamicQueryHandler: Done processing query | ||
| 3796 | 2024.06.04 11:13:12.698917 [ 3 ] {cd44f7c2-1643-4c85-8ce8-3d5a09836d98} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3797 | 2024.06.04 11:13:12.698933 [ 3 ] {} <Debug> HTTP-Session: f51b7f54-a35c-4383-8a62-b6ba8ce47a91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3798 | 2024.06.04 11:13:12.699056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3799 | 2024.06.04 11:13:12.699111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3800 | 2024.06.04 11:13:12.699125 [ 200 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3801 | 2024.06.04 11:13:12.699133 [ 3 ] {} <Debug> HTTP-Session: 1087f66d-dfa2-4ca2-9285-bbb62c1c807b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3802 | 2024.06.04 11:13:12.699162 [ 3 ] {} <Debug> HTTP-Session: 1087f66d-dfa2-4ca2-9285-bbb62c1c807b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3803 | 2024.06.04 11:13:12.699253 [ 3 ] {} <Debug> HTTP-Session: 1087f66d-dfa2-4ca2-9285-bbb62c1c807b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3804 | 2024.06.04 11:13:12.699307 [ 3 ] {} <Trace> HTTP-Session: 1087f66d-dfa2-4ca2-9285-bbb62c1c807b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3805 | 2024.06.04 11:13:12.699490 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3806 | 2024.06.04 11:13:12.699543 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3807 | 2024.06.04 11:13:12.699702 [ 200 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3808 | 2024.06.04 11:13:12.699770 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3809 | 2024.06.04 11:13:12.699806 [ 200 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3810 | 2024.06.04 11:13:12.699895 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 3811 | 2024.06.04 11:13:12.700062 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3812 | 2024.06.04 11:13:12.700096 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3813 | 2024.06.04 11:13:12.700504 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3814 | 2024.06.04 11:13:12.700814 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2024.06.04 11:13:12.700924 [ 141 ] {} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3816 | 2024.06.04 11:13:12.700934 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001562 sec., 38412.291933418695 rows/sec., 2.59 MiB/sec. | ||
| 3817 | 2024.06.04 11:13:12.700953 [ 141 ] {} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2024.06.04 11:13:12.700986 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3819 | 2024.06.04 11:13:12.701342 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3820 | 2024.06.04 11:13:12.701433 [ 3 ] {175eeb2d-7e5d-43cf-9a38-b33d9873f41f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3821 | 2024.06.04 11:13:12.701465 [ 199 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::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 | ||
| 3822 | 2024.06.04 11:13:12.701499 [ 3 ] {} <Debug> HTTP-Session: 1087f66d-dfa2-4ca2-9285-bbb62c1c807b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3823 | 2024.06.04 11:13:12.701769 [ 199 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3824 | 2024.06.04 11:13:12.701804 [ 199 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part | ||
| 3825 | 2024.06.04 11:13:12.701871 [ 199 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3826 | 2024.06.04 11:13:12.702112 [ 199 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3827 | 2024.06.04 11:13:12.702388 [ 199 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3828 | 2024.06.04 11:13:12.702533 [ 199 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3829 | 2024.06.04 11:13:12.702696 [ 199 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3830 | 2024.06.04 11:13:12.703951 [ 196 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1196 rows, containing 4 columns (4 merged, 0 gathered) in 0.002865872 sec., 417324.9886945404 rows/sec., 28.15 MiB/sec. | ||
| 3831 | 2024.06.04 11:13:12.704170 [ 196 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3832 | 2024.06.04 11:13:12.704658 [ 196 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2024.06.04 11:13:12.704739 [ 196 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_21_4} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3834 | 2024.06.04 11:13:12.704823 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 3835 | 2024.06.04 11:13:15.226127 [ 172 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3836 | 2024.06.04 11:13:15.226197 [ 172 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3837 | 2024.06.04 11:13:16.002154 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000849543 sec. | ||
| 3838 | 2024.06.04 11:13:17.679369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3839 | 2024.06.04 11:13:17.679502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3840 | 2024.06.04 11:13:17.679531 [ 3 ] {} <Debug> HTTP-Session: 07950210-7f8a-4e60-a176-d0812e915a7d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3841 | 2024.06.04 11:13:17.679557 [ 3 ] {} <Debug> HTTP-Session: 07950210-7f8a-4e60-a176-d0812e915a7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3842 | 2024.06.04 11:13:17.679575 [ 3 ] {} <Debug> HTTP-Session: 07950210-7f8a-4e60-a176-d0812e915a7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3843 | 2024.06.04 11:13:17.679626 [ 3 ] {} <Trace> HTTP-Session: 07950210-7f8a-4e60-a176-d0812e915a7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3844 | 2024.06.04 11:13:17.679812 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3845 | 2024.06.04 11:13:17.679882 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3846 | 2024.06.04 11:13:17.680137 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3847 | 2024.06.04 11:13:17.680479 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2024.06.04 11:13:17.680515 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3849 | 2024.06.04 11:13:17.680854 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3850 | 2024.06.04 11:13:17.681236 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3851 | 2024.06.04 11:13:17.681372 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00159 sec., 6918.238993710692 rows/sec., 560.76 KiB/sec. | ||
| 3852 | 2024.06.04 11:13:17.681667 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Debug> DynamicQueryHandler: Done processing query | ||
| 3853 | 2024.06.04 11:13:17.681705 [ 3 ] {fc9e1773-3dbf-42a4-86d8-950cf5192374} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3854 | 2024.06.04 11:13:17.681748 [ 3 ] {} <Debug> HTTP-Session: 07950210-7f8a-4e60-a176-d0812e915a7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3855 | 2024.06.04 11:13:17.681885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3856 | 2024.06.04 11:13:17.681934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3857 | 2024.06.04 11:13:17.681953 [ 3 ] {} <Debug> HTTP-Session: a0e3afc1-31d0-4228-af5b-9b7ba99b9096 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3858 | 2024.06.04 11:13:17.681970 [ 3 ] {} <Debug> HTTP-Session: a0e3afc1-31d0-4228-af5b-9b7ba99b9096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3859 | 2024.06.04 11:13:17.682052 [ 3 ] {} <Debug> HTTP-Session: a0e3afc1-31d0-4228-af5b-9b7ba99b9096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3860 | 2024.06.04 11:13:17.682084 [ 3 ] {} <Trace> HTTP-Session: a0e3afc1-31d0-4228-af5b-9b7ba99b9096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3861 | 2024.06.04 11:13:17.682182 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3862 | 2024.06.04 11:13:17.682225 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3863 | 2024.06.04 11:13:17.682365 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3864 | 2024.06.04 11:13:17.682627 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3865 | 2024.06.04 11:13:17.682661 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3866 | 2024.06.04 11:13:17.682949 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3867 | 2024.06.04 11:13:17.683302 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3868 | 2024.06.04 11:13:17.683423 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001284 sec., 3115.264797507788 rows/sec., 254.03 KiB/sec. | ||
| 3869 | 2024.06.04 11:13:17.683609 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Debug> DynamicQueryHandler: Done processing query | ||
| 3870 | 2024.06.04 11:13:17.683632 [ 3 ] {b0559414-c71f-4e12-afe5-57921a8c4348} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3871 | 2024.06.04 11:13:17.683646 [ 3 ] {} <Debug> HTTP-Session: a0e3afc1-31d0-4228-af5b-9b7ba99b9096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3872 | 2024.06.04 11:13:17.683758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 13095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3873 | 2024.06.04 11:13:17.683804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3874 | 2024.06.04 11:13:17.683822 [ 3 ] {} <Debug> HTTP-Session: 7c2f3a40-b186-4354-ad51-82ee38fbb204 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3875 | 2024.06.04 11:13:17.683837 [ 3 ] {} <Debug> HTTP-Session: 7c2f3a40-b186-4354-ad51-82ee38fbb204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3876 | 2024.06.04 11:13:17.683850 [ 3 ] {} <Debug> HTTP-Session: 7c2f3a40-b186-4354-ad51-82ee38fbb204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3877 | 2024.06.04 11:13:17.683878 [ 3 ] {} <Trace> HTTP-Session: 7c2f3a40-b186-4354-ad51-82ee38fbb204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2024.06.04 11:13:17.684055 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3879 | 2024.06.04 11:13:17.684094 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3880 | 2024.06.04 11:13:17.684209 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3881 | 2024.06.04 11:13:17.684502 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3882 | 2024.06.04 11:13:17.684536 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3883 | 2024.06.04 11:13:17.684825 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3884 | 2024.06.04 11:13:17.685181 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2024.06.04 11:13:17.685298 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Debug> executeQuery: Read 91 rows, 7.54 KiB in 0.001304 sec., 69785.27607361964 rows/sec., 5.64 MiB/sec. | ||
| 3886 | 2024.06.04 11:13:17.685438 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3887 | 2024.06.04 11:13:17.685461 [ 3 ] {b2035218-eb2e-4cac-9e9b-afa632a9678c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3888 | 2024.06.04 11:13:17.685476 [ 3 ] {} <Debug> HTTP-Session: 7c2f3a40-b186-4354-ad51-82ee38fbb204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3889 | 2024.06.04 11:13:17.685591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3890 | 2024.06.04 11:13:17.685636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3891 | 2024.06.04 11:13:17.685654 [ 3 ] {} <Debug> HTTP-Session: e5b3f8ee-e266-488f-acae-24d6dae132fd Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3892 | 2024.06.04 11:13:17.685669 [ 3 ] {} <Debug> HTTP-Session: e5b3f8ee-e266-488f-acae-24d6dae132fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3893 | 2024.06.04 11:13:17.685682 [ 3 ] {} <Debug> HTTP-Session: e5b3f8ee-e266-488f-acae-24d6dae132fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3894 | 2024.06.04 11:13:17.685709 [ 3 ] {} <Trace> HTTP-Session: e5b3f8ee-e266-488f-acae-24d6dae132fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3895 | 2024.06.04 11:13:17.685799 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3896 | 2024.06.04 11:13:17.685839 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3897 | 2024.06.04 11:13:17.685954 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3898 | 2024.06.04 11:13:17.686249 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2024.06.04 11:13:17.686283 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3900 | 2024.06.04 11:13:17.686554 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3901 | 2024.06.04 11:13:17.686847 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2024.06.04 11:13:17.686970 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001203 sec., 3325.0207813798834 rows/sec., 232.17 KiB/sec. | ||
| 3903 | 2024.06.04 11:13:17.687279 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Debug> DynamicQueryHandler: Done processing query | ||
| 3904 | 2024.06.04 11:13:17.687303 [ 3 ] {eec55c5b-be56-41b9-b488-cf001c4d3802} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3905 | 2024.06.04 11:13:17.687317 [ 3 ] {} <Debug> HTTP-Session: e5b3f8ee-e266-488f-acae-24d6dae132fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3906 | 2024.06.04 11:13:17.687480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 13444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3907 | 2024.06.04 11:13:17.687528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3908 | 2024.06.04 11:13:17.687546 [ 3 ] {} <Debug> HTTP-Session: 4526ebb9-c9fc-48a4-8da8-c707d69c2f86 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3909 | 2024.06.04 11:13:17.687562 [ 3 ] {} <Debug> HTTP-Session: 4526ebb9-c9fc-48a4-8da8-c707d69c2f86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3910 | 2024.06.04 11:13:17.687575 [ 3 ] {} <Debug> HTTP-Session: 4526ebb9-c9fc-48a4-8da8-c707d69c2f86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3911 | 2024.06.04 11:13:17.687603 [ 3 ] {} <Trace> HTTP-Session: 4526ebb9-c9fc-48a4-8da8-c707d69c2f86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3912 | 2024.06.04 11:13:17.687711 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3913 | 2024.06.04 11:13:17.687751 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3914 | 2024.06.04 11:13:17.687887 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3915 | 2024.06.04 11:13:17.688236 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3916 | 2024.06.04 11:13:17.688271 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3917 | 2024.06.04 11:13:17.688557 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3918 | 2024.06.04 11:13:17.688847 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3919 | 2024.06.04 11:13:17.688981 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001323 sec., 59712.77399848829 rows/sec., 4.67 MiB/sec. | ||
| 3920 | 2024.06.04 11:13:17.689256 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3921 | 2024.06.04 11:13:17.689283 [ 3 ] {56bcad20-860c-437d-adcc-9da10691e95a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3922 | 2024.06.04 11:13:17.689298 [ 3 ] {} <Debug> HTTP-Session: 4526ebb9-c9fc-48a4-8da8-c707d69c2f86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3923 | 2024.06.04 11:13:17.689446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 31057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3924 | 2024.06.04 11:13:17.689493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3925 | 2024.06.04 11:13:17.689511 [ 3 ] {} <Debug> HTTP-Session: cdb9fd95-2632-4b94-9bd3-54b9fe4b98c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3926 | 2024.06.04 11:13:17.689527 [ 3 ] {} <Debug> HTTP-Session: cdb9fd95-2632-4b94-9bd3-54b9fe4b98c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3927 | 2024.06.04 11:13:17.689539 [ 3 ] {} <Debug> HTTP-Session: cdb9fd95-2632-4b94-9bd3-54b9fe4b98c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3928 | 2024.06.04 11:13:17.689568 [ 3 ] {} <Trace> HTTP-Session: cdb9fd95-2632-4b94-9bd3-54b9fe4b98c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2024.06.04 11:13:17.689706 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3930 | 2024.06.04 11:13:17.689751 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3931 | 2024.06.04 11:13:17.689895 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3932 | 2024.06.04 11:13:17.690368 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3933 | 2024.06.04 11:13:17.690404 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3934 | 2024.06.04 11:13:17.690776 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3935 | 2024.06.04 11:13:17.691290 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3936 | 2024.06.04 11:13:17.691445 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001776 sec., 91216.21621621621 rows/sec., 6.35 MiB/sec. | ||
| 3937 | 2024.06.04 11:13:17.691786 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Debug> DynamicQueryHandler: Done processing query | ||
| 3938 | 2024.06.04 11:13:17.691809 [ 3 ] {78fadfdf-82e0-4837-b741-666580c13a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3939 | 2024.06.04 11:13:17.691824 [ 3 ] {} <Debug> HTTP-Session: cdb9fd95-2632-4b94-9bd3-54b9fe4b98c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3940 | 2024.06.04 11:13:17.691952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3941 | 2024.06.04 11:13:17.692062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3942 | 2024.06.04 11:13:17.692081 [ 3 ] {} <Debug> HTTP-Session: 8199002e-4d19-43b8-b85f-59182a78fe3e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3943 | 2024.06.04 11:13:17.692096 [ 3 ] {} <Debug> HTTP-Session: 8199002e-4d19-43b8-b85f-59182a78fe3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3944 | 2024.06.04 11:13:17.692109 [ 3 ] {} <Debug> HTTP-Session: 8199002e-4d19-43b8-b85f-59182a78fe3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3945 | 2024.06.04 11:13:17.692138 [ 3 ] {} <Trace> HTTP-Session: 8199002e-4d19-43b8-b85f-59182a78fe3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3946 | 2024.06.04 11:13:17.692287 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3947 | 2024.06.04 11:13:17.692332 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 3948 | 2024.06.04 11:13:17.692504 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3949 | 2024.06.04 11:13:17.692829 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2024.06.04 11:13:17.692864 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3951 | 2024.06.04 11:13:17.693299 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3952 | 2024.06.04 11:13:17.693610 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2024.06.04 11:13:17.693758 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001576 sec., 6979.6954314720815 rows/sec., 9.42 MiB/sec. | ||
| 3954 | 2024.06.04 11:13:17.693908 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Debug> DynamicQueryHandler: Done processing query | ||
| 3955 | 2024.06.04 11:13:17.693931 [ 3 ] {03f31254-74bf-4575-ae36-4760c521e122} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3956 | 2024.06.04 11:13:17.693945 [ 3 ] {} <Debug> HTTP-Session: 8199002e-4d19-43b8-b85f-59182a78fe3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3957 | 2024.06.04 11:13:17.694131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3958 | 2024.06.04 11:13:17.694176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3959 | 2024.06.04 11:13:17.694194 [ 3 ] {} <Debug> HTTP-Session: 60d8f78e-c2e7-43a5-b6d2-556f43ffc17d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3960 | 2024.06.04 11:13:17.694210 [ 3 ] {} <Debug> HTTP-Session: 60d8f78e-c2e7-43a5-b6d2-556f43ffc17d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3961 | 2024.06.04 11:13:17.694223 [ 3 ] {} <Debug> HTTP-Session: 60d8f78e-c2e7-43a5-b6d2-556f43ffc17d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3962 | 2024.06.04 11:13:17.694251 [ 3 ] {} <Trace> HTTP-Session: 60d8f78e-c2e7-43a5-b6d2-556f43ffc17d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3963 | 2024.06.04 11:13:17.694355 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3964 | 2024.06.04 11:13:17.694396 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3965 | 2024.06.04 11:13:17.694515 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3966 | 2024.06.04 11:13:17.694792 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2024.06.04 11:13:17.694827 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3968 | 2024.06.04 11:13:17.695223 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3969 | 2024.06.04 11:13:17.695526 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3970 | 2024.06.04 11:13:17.695662 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 3971 | 2024.06.04 11:13:17.695864 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Debug> DynamicQueryHandler: Done processing query | ||
| 3972 | 2024.06.04 11:13:17.695887 [ 3 ] {c63b63a1-4e58-4fad-8cb6-5fb5649d0c85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3973 | 2024.06.04 11:13:17.695902 [ 3 ] {} <Debug> HTTP-Session: 60d8f78e-c2e7-43a5-b6d2-556f43ffc17d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3974 | 2024.06.04 11:13:22.684888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3975 | 2024.06.04 11:13:22.685007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3976 | 2024.06.04 11:13:22.685029 [ 3 ] {} <Debug> HTTP-Session: 6e2682fb-7284-4f3b-b4e7-c024a1ec41f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3977 | 2024.06.04 11:13:22.685052 [ 3 ] {} <Debug> HTTP-Session: 6e2682fb-7284-4f3b-b4e7-c024a1ec41f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3978 | 2024.06.04 11:13:22.685065 [ 3 ] {} <Debug> HTTP-Session: 6e2682fb-7284-4f3b-b4e7-c024a1ec41f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3979 | 2024.06.04 11:13:22.685111 [ 3 ] {} <Trace> HTTP-Session: 6e2682fb-7284-4f3b-b4e7-c024a1ec41f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3980 | 2024.06.04 11:13:22.685337 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3981 | 2024.06.04 11:13:22.685460 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3982 | 2024.06.04 11:13:22.685738 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3983 | 2024.06.04 11:13:22.686188 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3984 | 2024.06.04 11:13:22.686232 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 3985 | 2024.06.04 11:13:22.686576 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3986 | 2024.06.04 11:13:22.686963 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3987 | 2024.06.04 11:13:22.687143 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001891 sec., 10576.414595452141 rows/sec., 857.27 KiB/sec. | ||
| 3988 | 2024.06.04 11:13:22.687356 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3989 | 2024.06.04 11:13:22.687380 [ 3 ] {8d2d71ac-dec4-4373-a0fe-2321c19fcdbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3990 | 2024.06.04 11:13:22.687395 [ 3 ] {} <Debug> HTTP-Session: 6e2682fb-7284-4f3b-b4e7-c024a1ec41f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3991 | 2024.06.04 11:13:22.687572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3992 | 2024.06.04 11:13:22.687622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3993 | 2024.06.04 11:13:22.687639 [ 3 ] {} <Debug> HTTP-Session: 08169324-2d81-4e01-9a65-745352c50224 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 3994 | 2024.06.04 11:13:22.687656 [ 3 ] {} <Debug> HTTP-Session: 08169324-2d81-4e01-9a65-745352c50224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3995 | 2024.06.04 11:13:22.687669 [ 3 ] {} <Debug> HTTP-Session: 08169324-2d81-4e01-9a65-745352c50224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3996 | 2024.06.04 11:13:22.687703 [ 3 ] {} <Trace> HTTP-Session: 08169324-2d81-4e01-9a65-745352c50224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3997 | 2024.06.04 11:13:22.687883 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3998 | 2024.06.04 11:13:22.687923 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3999 | 2024.06.04 11:13:22.688039 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4000 | 2024.06.04 11:13:22.688378 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2024.06.04 11:13:22.688411 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4002 | 2024.06.04 11:13:22.688719 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4003 | 2024.06.04 11:13:22.689063 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2024.06.04 11:13:22.689202 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.00138 sec., 84057.97101449275 rows/sec., 6.95 MiB/sec. | ||
| 4005 | 2024.06.04 11:13:22.689349 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4006 | 2024.06.04 11:13:22.689372 [ 3 ] {186db613-7f85-403e-8bf6-b8befd46963e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4007 | 2024.06.04 11:13:22.689387 [ 3 ] {} <Debug> HTTP-Session: 08169324-2d81-4e01-9a65-745352c50224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4008 | 2024.06.04 11:13:22.689517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4009 | 2024.06.04 11:13:22.689562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4010 | 2024.06.04 11:13:22.689579 [ 3 ] {} <Debug> HTTP-Session: 2979c006-df36-4fee-992a-fe16da32847f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4011 | 2024.06.04 11:13:22.689594 [ 3 ] {} <Debug> HTTP-Session: 2979c006-df36-4fee-992a-fe16da32847f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4012 | 2024.06.04 11:13:22.689607 [ 3 ] {} <Debug> HTTP-Session: 2979c006-df36-4fee-992a-fe16da32847f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4013 | 2024.06.04 11:13:22.689636 [ 3 ] {} <Trace> HTTP-Session: 2979c006-df36-4fee-992a-fe16da32847f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4014 | 2024.06.04 11:13:22.689746 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4015 | 2024.06.04 11:13:22.689786 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4016 | 2024.06.04 11:13:22.689967 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4017 | 2024.06.04 11:13:22.690338 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4018 | 2024.06.04 11:13:22.690383 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4019 | 2024.06.04 11:13:22.690736 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4020 | 2024.06.04 11:13:22.691168 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2024.06.04 11:13:22.691303 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.00154 sec., 54545.45454545455 rows/sec., 4.26 MiB/sec. | ||
| 4022 | 2024.06.04 11:13:22.691487 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4023 | 2024.06.04 11:13:22.691512 [ 3 ] {2efa9141-e455-463f-890c-b11542e7eb6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4024 | 2024.06.04 11:13:22.691527 [ 3 ] {} <Debug> HTTP-Session: 2979c006-df36-4fee-992a-fe16da32847f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4025 | 2024.06.04 11:13:22.691707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4026 | 2024.06.04 11:13:22.691757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4027 | 2024.06.04 11:13:22.691775 [ 3 ] {} <Debug> HTTP-Session: 7302dfce-e030-4a3d-aa26-1814a6870c52 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4028 | 2024.06.04 11:13:22.691791 [ 3 ] {} <Debug> HTTP-Session: 7302dfce-e030-4a3d-aa26-1814a6870c52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4029 | 2024.06.04 11:13:22.691805 [ 3 ] {} <Debug> HTTP-Session: 7302dfce-e030-4a3d-aa26-1814a6870c52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4030 | 2024.06.04 11:13:22.691835 [ 3 ] {} <Trace> HTTP-Session: 7302dfce-e030-4a3d-aa26-1814a6870c52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4031 | 2024.06.04 11:13:22.691970 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4032 | 2024.06.04 11:13:22.692014 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4033 | 2024.06.04 11:13:22.692151 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4034 | 2024.06.04 11:13:22.692498 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4035 | 2024.06.04 11:13:22.692532 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4036 | 2024.06.04 11:13:22.692954 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4037 | 2024.06.04 11:13:22.693266 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2024.06.04 11:13:22.693420 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
| 4039 | 2024.06.04 11:13:22.693745 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Debug> DynamicQueryHandler: Done processing query | ||
| 4040 | 2024.06.04 11:13:22.693770 [ 3 ] {88ccd71b-9711-49fc-bb28-de2456c92f03} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4041 | 2024.06.04 11:13:22.693785 [ 3 ] {} <Debug> HTTP-Session: 7302dfce-e030-4a3d-aa26-1814a6870c52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4042 | 2024.06.04 11:13:22.693989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4043 | 2024.06.04 11:13:22.694034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4044 | 2024.06.04 11:13:22.694051 [ 3 ] {} <Debug> HTTP-Session: e4f8e61a-0532-4cd5-bc04-58cb14d26db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4045 | 2024.06.04 11:13:22.694066 [ 3 ] {} <Debug> HTTP-Session: e4f8e61a-0532-4cd5-bc04-58cb14d26db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4046 | 2024.06.04 11:13:22.694078 [ 3 ] {} <Debug> HTTP-Session: e4f8e61a-0532-4cd5-bc04-58cb14d26db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4047 | 2024.06.04 11:13:22.694108 [ 3 ] {} <Trace> HTTP-Session: e4f8e61a-0532-4cd5-bc04-58cb14d26db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2024.06.04 11:13:22.694287 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4049 | 2024.06.04 11:13:22.694354 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4050 | 2024.06.04 11:13:22.694523 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4051 | 2024.06.04 11:13:22.695019 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2024.06.04 11:13:22.695065 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4053 | 2024.06.04 11:13:22.695473 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4054 | 2024.06.04 11:13:22.695783 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4055 | 2024.06.04 11:13:22.696005 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.0018 sec., 11111.111111111111 rows/sec., 14.99 MiB/sec. | ||
| 4056 | 2024.06.04 11:13:22.696168 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4057 | 2024.06.04 11:13:22.696191 [ 3 ] {9f8f42fa-5cc2-48ea-81ff-8d3a04f805e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4058 | 2024.06.04 11:13:22.696205 [ 3 ] {} <Debug> HTTP-Session: e4f8e61a-0532-4cd5-bc04-58cb14d26db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4059 | 2024.06.04 11:13:22.696331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4060 | 2024.06.04 11:13:22.696377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4061 | 2024.06.04 11:13:22.696395 [ 3 ] {} <Debug> HTTP-Session: 64b05f58-12db-4e27-b081-496544003791 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4062 | 2024.06.04 11:13:22.696412 [ 3 ] {} <Debug> HTTP-Session: 64b05f58-12db-4e27-b081-496544003791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4063 | 2024.06.04 11:13:22.696424 [ 3 ] {} <Debug> HTTP-Session: 64b05f58-12db-4e27-b081-496544003791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4064 | 2024.06.04 11:13:22.696457 [ 3 ] {} <Trace> HTTP-Session: 64b05f58-12db-4e27-b081-496544003791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2024.06.04 11:13:22.696563 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4066 | 2024.06.04 11:13:22.696604 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4067 | 2024.06.04 11:13:22.696725 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4068 | 2024.06.04 11:13:22.697069 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2024.06.04 11:13:22.697101 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4070 | 2024.06.04 11:13:22.697435 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4071 | 2024.06.04 11:13:22.697740 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2024.06.04 11:13:22.697944 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. | ||
| 4073 | 2024.06.04 11:13:22.698398 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Debug> DynamicQueryHandler: Done processing query | ||
| 4074 | 2024.06.04 11:13:22.698472 [ 3 ] {398e6298-8358-4b7d-85e0-b4dbfb285954} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4075 | 2024.06.04 11:13:22.698556 [ 3 ] {} <Debug> HTTP-Session: 64b05f58-12db-4e27-b081-496544003791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4076 | 2024.06.04 11:13:27.689054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4077 | 2024.06.04 11:13:27.689185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4078 | 2024.06.04 11:13:27.689212 [ 3 ] {} <Debug> HTTP-Session: 2165dbd5-42c4-420c-b009-be747a6942df Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4079 | 2024.06.04 11:13:27.689239 [ 3 ] {} <Debug> HTTP-Session: 2165dbd5-42c4-420c-b009-be747a6942df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4080 | 2024.06.04 11:13:27.689256 [ 3 ] {} <Debug> HTTP-Session: 2165dbd5-42c4-420c-b009-be747a6942df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4081 | 2024.06.04 11:13:27.689310 [ 3 ] {} <Trace> HTTP-Session: 2165dbd5-42c4-420c-b009-be747a6942df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4082 | 2024.06.04 11:13:27.689495 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4083 | 2024.06.04 11:13:27.689563 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4084 | 2024.06.04 11:13:27.689832 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4085 | 2024.06.04 11:13:27.690211 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2024.06.04 11:13:27.690246 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4087 | 2024.06.04 11:13:27.690578 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4088 | 2024.06.04 11:13:27.690954 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4089 | 2024.06.04 11:13:27.691117 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001651 sec., 6662.628709872804 rows/sec., 540.04 KiB/sec. | ||
| 4090 | 2024.06.04 11:13:27.691116 [ 154 ] {} <Debug> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4091 | 2024.06.04 11:13:27.691222 [ 154 ] {} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4092 | 2024.06.04 11:13:27.691260 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4093 | 2024.06.04 11:13:27.691369 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Debug> DynamicQueryHandler: Done processing query | ||
| 4094 | 2024.06.04 11:13:27.691412 [ 3 ] {b1d2af1c-c173-48b3-a73c-2517e7b50628} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4095 | 2024.06.04 11:13:27.691421 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::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 | ||
| 4096 | 2024.06.04 11:13:27.691439 [ 3 ] {} <Debug> HTTP-Session: 2165dbd5-42c4-420c-b009-be747a6942df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4097 | 2024.06.04 11:13:27.691698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4098 | 2024.06.04 11:13:27.691714 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4099 | 2024.06.04 11:13:27.691782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4100 | 2024.06.04 11:13:27.691782 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 31 rows starting from the beginning of the part | ||
| 4101 | 2024.06.04 11:13:27.691820 [ 3 ] {} <Debug> HTTP-Session: aae6eec8-9e38-4171-8a5a-e28f9dbebe0a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4102 | 2024.06.04 11:13:27.691859 [ 3 ] {} <Debug> HTTP-Session: aae6eec8-9e38-4171-8a5a-e28f9dbebe0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4103 | 2024.06.04 11:13:27.691890 [ 3 ] {} <Debug> HTTP-Session: aae6eec8-9e38-4171-8a5a-e28f9dbebe0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4104 | 2024.06.04 11:13:27.691953 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part | ||
| 4105 | 2024.06.04 11:13:27.691987 [ 3 ] {} <Trace> HTTP-Session: aae6eec8-9e38-4171-8a5a-e28f9dbebe0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4106 | 2024.06.04 11:13:27.692263 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part | ||
| 4107 | 2024.06.04 11:13:27.692480 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4108 | 2024.06.04 11:13:27.692692 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part | ||
| 4109 | 2024.06.04 11:13:27.692731 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4110 | 2024.06.04 11:13:27.692954 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 4111 | 2024.06.04 11:13:27.693233 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part | ||
| 4112 | 2024.06.04 11:13:27.693916 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4113 | 2024.06.04 11:13:27.694737 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4114 | 2024.06.04 11:13:27.694805 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4115 | 2024.06.04 11:13:27.695813 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4116 | 2024.06.04 11:13:27.695870 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.004496496 sec., 23129.120986652717 rows/sec., 1.83 MiB/sec. | ||
| 4117 | 2024.06.04 11:13:27.696316 [ 199 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4118 | 2024.06.04 11:13:27.696484 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4119 | 2024.06.04 11:13:27.696795 [ 154 ] {} <Debug> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4120 | 2024.06.04 11:13:27.696874 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004578 sec., 436.8719965050241 rows/sec., 35.62 KiB/sec. | ||
| 4121 | 2024.06.04 11:13:27.696882 [ 154 ] {} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2024.06.04 11:13:27.696967 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4123 | 2024.06.04 11:13:27.697465 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4124 | 2024.06.04 11:13:27.697554 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::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 | ||
| 4125 | 2024.06.04 11:13:27.697571 [ 3 ] {01c96102-60b5-49e9-b7b6-59c8104162f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4126 | 2024.06.04 11:13:27.697774 [ 3 ] {} <Debug> HTTP-Session: aae6eec8-9e38-4171-8a5a-e28f9dbebe0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4127 | 2024.06.04 11:13:27.698040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12960, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4128 | 2024.06.04 11:13:27.698186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4129 | 2024.06.04 11:13:27.698196 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4130 | 2024.06.04 11:13:27.698256 [ 3 ] {} <Debug> HTTP-Session: cab94f72-f6ad-448e-9d38-749014fc9a83 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4131 | 2024.06.04 11:13:27.698291 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 4132 | 2024.06.04 11:13:27.698304 [ 3 ] {} <Debug> HTTP-Session: cab94f72-f6ad-448e-9d38-749014fc9a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4133 | 2024.06.04 11:13:27.698353 [ 3 ] {} <Debug> HTTP-Session: cab94f72-f6ad-448e-9d38-749014fc9a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4134 | 2024.06.04 11:13:27.698579 [ 3 ] {} <Trace> HTTP-Session: cab94f72-f6ad-448e-9d38-749014fc9a83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4135 | 2024.06.04 11:13:27.698684 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 4136 | 2024.06.04 11:13:27.698979 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4137 | 2024.06.04 11:13:27.699222 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4138 | 2024.06.04 11:13:27.699324 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 4139 | 2024.06.04 11:13:27.699349 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2024.06.04 11:13:27.699446 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4141 | 2024.06.04 11:13:27.699807 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 4142 | 2024.06.04 11:13:27.699939 [ 189 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_16_3} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4143 | 2024.06.04 11:13:27.700324 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 4144 | 2024.06.04 11:13:27.700397 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4145 | 2024.06.04 11:13:27.701056 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4146 | 2024.06.04 11:13:27.701939 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4147 | 2024.06.04 11:13:27.702004 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4148 | 2024.06.04 11:13:27.702936 [ 189 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005776134 sec., 2770.018839590633 rows/sec., 225.88 KiB/sec. | ||
| 4149 | 2024.06.04 11:13:27.702980 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4150 | 2024.06.04 11:13:27.703219 [ 199 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4151 | 2024.06.04 11:13:27.703586 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2024.06.04 11:13:27.704095 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Debug> executeQuery: Read 90 rows, 7.46 KiB in 0.005157 sec., 17452.00698080279 rows/sec., 1.41 MiB/sec. | ||
| 4153 | 2024.06.04 11:13:27.704414 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4154 | 2024.06.04 11:13:27.704437 [ 199 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4155 | 2024.06.04 11:13:27.704451 [ 3 ] {a35ca54b-fc1a-45b0-941f-e85678ab70f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4156 | 2024.06.04 11:13:27.704502 [ 3 ] {} <Debug> HTTP-Session: cab94f72-f6ad-448e-9d38-749014fc9a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4157 | 2024.06.04 11:13:27.704590 [ 199 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_6_1} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4158 | 2024.06.04 11:13:27.704756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4159 | 2024.06.04 11:13:27.704789 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4160 | 2024.06.04 11:13:27.704830 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4161 | 2024.06.04 11:13:27.704855 [ 3 ] {} <Debug> HTTP-Session: bbedec70-af13-4792-89d0-5c6af899c345 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4162 | 2024.06.04 11:13:27.704871 [ 3 ] {} <Debug> HTTP-Session: bbedec70-af13-4792-89d0-5c6af899c345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4163 | 2024.06.04 11:13:27.704885 [ 3 ] {} <Debug> HTTP-Session: bbedec70-af13-4792-89d0-5c6af899c345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4164 | 2024.06.04 11:13:27.704914 [ 3 ] {} <Trace> HTTP-Session: bbedec70-af13-4792-89d0-5c6af899c345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4165 | 2024.06.04 11:13:27.705008 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4166 | 2024.06.04 11:13:27.705051 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4167 | 2024.06.04 11:13:27.705189 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4168 | 2024.06.04 11:13:27.705445 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2024.06.04 11:13:27.705479 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4170 | 2024.06.04 11:13:27.705831 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4171 | 2024.06.04 11:13:27.706129 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2024.06.04 11:13:27.706261 [ 154 ] {} <Debug> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4173 | 2024.06.04 11:13:27.706270 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001296 sec., 1543.2098765432097 rows/sec., 107.75 KiB/sec. | ||
| 4174 | 2024.06.04 11:13:27.706315 [ 154 ] {} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2024.06.04 11:13:27.706378 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4176 | 2024.06.04 11:13:27.706610 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Debug> DynamicQueryHandler: Done processing query | ||
| 4177 | 2024.06.04 11:13:27.706763 [ 3 ] {2e100ebb-6265-40c8-9a62-94c82974d724} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4178 | 2024.06.04 11:13:27.706787 [ 186 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::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 | ||
| 4179 | 2024.06.04 11:13:27.706811 [ 3 ] {} <Debug> HTTP-Session: bbedec70-af13-4792-89d0-5c6af899c345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4180 | 2024.06.04 11:13:27.706949 [ 186 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4181 | 2024.06.04 11:13:27.706997 [ 186 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 4182 | 2024.06.04 11:13:27.707016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 13099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4183 | 2024.06.04 11:13:27.707125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4184 | 2024.06.04 11:13:27.707217 [ 3 ] {} <Debug> HTTP-Session: c59be2ab-7726-4a68-b699-20fddd95603e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4185 | 2024.06.04 11:13:27.707233 [ 186 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 4186 | 2024.06.04 11:13:27.707271 [ 3 ] {} <Debug> HTTP-Session: c59be2ab-7726-4a68-b699-20fddd95603e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4187 | 2024.06.04 11:13:27.707332 [ 3 ] {} <Debug> HTTP-Session: c59be2ab-7726-4a68-b699-20fddd95603e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4188 | 2024.06.04 11:13:27.707471 [ 3 ] {} <Trace> HTTP-Session: c59be2ab-7726-4a68-b699-20fddd95603e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4189 | 2024.06.04 11:13:27.707499 [ 186 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4190 | 2024.06.04 11:13:27.707983 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4191 | 2024.06.04 11:13:27.707997 [ 186 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 4192 | 2024.06.04 11:13:27.708096 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4193 | 2024.06.04 11:13:27.708260 [ 186 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 4194 | 2024.06.04 11:13:27.708548 [ 186 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 4195 | 2024.06.04 11:13:27.709151 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4196 | 2024.06.04 11:13:27.710110 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2024.06.04 11:13:27.710160 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4198 | 2024.06.04 11:13:27.711042 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4199 | 2024.06.04 11:13:27.711257 [ 199 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.00475675 sec., 3363.6411415357124 rows/sec., 234.86 KiB/sec. | ||
| 4200 | 2024.06.04 11:13:27.711496 [ 199 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4201 | 2024.06.04 11:13:27.712021 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4202 | 2024.06.04 11:13:27.712324 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.004558 sec., 16893.374286967966 rows/sec., 1.32 MiB/sec. | ||
| 4203 | 2024.06.04 11:13:27.712467 [ 199 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4204 | 2024.06.04 11:13:27.712692 [ 199 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_6_1} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4205 | 2024.06.04 11:13:27.712735 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4206 | 2024.06.04 11:13:27.712810 [ 3 ] {a3f71576-98d9-4564-baab-8f659892922f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4207 | 2024.06.04 11:13:27.712811 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4208 | 2024.06.04 11:13:27.712840 [ 3 ] {} <Debug> HTTP-Session: c59be2ab-7726-4a68-b699-20fddd95603e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4209 | 2024.06.04 11:13:27.713024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4210 | 2024.06.04 11:13:27.713071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4211 | 2024.06.04 11:13:27.713089 [ 3 ] {} <Debug> HTTP-Session: bc6d0e11-cff5-43ff-aa28-7862db0a4a47 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4212 | 2024.06.04 11:13:27.713104 [ 3 ] {} <Debug> HTTP-Session: bc6d0e11-cff5-43ff-aa28-7862db0a4a47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4213 | 2024.06.04 11:13:27.713118 [ 3 ] {} <Debug> HTTP-Session: bc6d0e11-cff5-43ff-aa28-7862db0a4a47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4214 | 2024.06.04 11:13:27.713147 [ 3 ] {} <Trace> HTTP-Session: bc6d0e11-cff5-43ff-aa28-7862db0a4a47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4215 | 2024.06.04 11:13:27.713340 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4216 | 2024.06.04 11:13:27.713386 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4217 | 2024.06.04 11:13:27.713545 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4218 | 2024.06.04 11:13:27.714000 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4219 | 2024.06.04 11:13:27.714035 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4220 | 2024.06.04 11:13:27.714430 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4221 | 2024.06.04 11:13:27.714779 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2024.06.04 11:13:27.714922 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00167 sec., 96407.18562874252 rows/sec., 6.71 MiB/sec. | ||
| 4223 | 2024.06.04 11:13:27.715068 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4224 | 2024.06.04 11:13:27.715091 [ 3 ] {19522feb-d96b-45bd-9893-df78df2f687b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4225 | 2024.06.04 11:13:27.715106 [ 3 ] {} <Debug> HTTP-Session: bc6d0e11-cff5-43ff-aa28-7862db0a4a47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4226 | 2024.06.04 11:13:27.715230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4227 | 2024.06.04 11:13:27.715276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4228 | 2024.06.04 11:13:27.715295 [ 3 ] {} <Debug> HTTP-Session: 45407d31-80d6-4ac8-a604-1e062a375a95 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4229 | 2024.06.04 11:13:27.715310 [ 3 ] {} <Debug> HTTP-Session: 45407d31-80d6-4ac8-a604-1e062a375a95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4230 | 2024.06.04 11:13:27.715323 [ 3 ] {} <Debug> HTTP-Session: 45407d31-80d6-4ac8-a604-1e062a375a95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4231 | 2024.06.04 11:13:27.715352 [ 3 ] {} <Trace> HTTP-Session: 45407d31-80d6-4ac8-a604-1e062a375a95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4232 | 2024.06.04 11:13:27.715500 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4233 | 2024.06.04 11:13:27.715546 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4234 | 2024.06.04 11:13:27.715760 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4235 | 2024.06.04 11:13:27.716054 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2024.06.04 11:13:27.716087 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4237 | 2024.06.04 11:13:27.716450 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4238 | 2024.06.04 11:13:27.716827 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4239 | 2024.06.04 11:13:27.716985 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001523 sec., 7222.586999343401 rows/sec., 9.75 MiB/sec. | ||
| 4240 | 2024.06.04 11:13:27.716995 [ 154 ] {} <Debug> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4241 | 2024.06.04 11:13:27.717103 [ 154 ] {} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2024.06.04 11:13:27.717163 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4243 | 2024.06.04 11:13:27.717251 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4244 | 2024.06.04 11:13:27.717311 [ 3 ] {3c05484e-a661-4c5d-8781-5cbb0774ed0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4245 | 2024.06.04 11:13:27.717370 [ 3 ] {} <Debug> HTTP-Session: 45407d31-80d6-4ac8-a604-1e062a375a95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4246 | 2024.06.04 11:13:27.717471 [ 189 ] {708b9682-75fe-4a01-91c2-08fc7491354a::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 | ||
| 4247 | 2024.06.04 11:13:27.717565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4248 | 2024.06.04 11:13:27.717713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4249 | 2024.06.04 11:13:27.717776 [ 3 ] {} <Debug> HTTP-Session: 79c192c9-cb1d-477d-a260-d260bdb691f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4250 | 2024.06.04 11:13:27.717831 [ 3 ] {} <Debug> HTTP-Session: 79c192c9-cb1d-477d-a260-d260bdb691f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4251 | 2024.06.04 11:13:27.717873 [ 3 ] {} <Debug> HTTP-Session: 79c192c9-cb1d-477d-a260-d260bdb691f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4252 | 2024.06.04 11:13:27.717957 [ 3 ] {} <Trace> HTTP-Session: 79c192c9-cb1d-477d-a260-d260bdb691f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4253 | 2024.06.04 11:13:27.718035 [ 189 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4254 | 2024.06.04 11:13:27.718105 [ 189 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 184 rows starting from the beginning of the part | ||
| 4255 | 2024.06.04 11:13:27.718207 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4256 | 2024.06.04 11:13:27.718334 [ 189 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 11 rows starting from the beginning of the part | ||
| 4257 | 2024.06.04 11:13:27.718394 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4258 | 2024.06.04 11:13:27.718627 [ 189 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part | ||
| 4259 | 2024.06.04 11:13:27.719024 [ 189 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part | ||
| 4260 | 2024.06.04 11:13:27.719365 [ 189 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 4261 | 2024.06.04 11:13:27.719607 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4262 | 2024.06.04 11:13:27.719714 [ 189 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part | ||
| 4263 | 2024.06.04 11:13:27.720446 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4264 | 2024.06.04 11:13:27.720506 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4265 | 2024.06.04 11:13:27.721169 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4266 | 2024.06.04 11:13:27.722115 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4267 | 2024.06.04 11:13:27.722549 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004358 sec., 13767.783386874713 rows/sec., 950.12 KiB/sec. | ||
| 4268 | 2024.06.04 11:13:27.723162 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Debug> DynamicQueryHandler: Done processing query | ||
| 4269 | 2024.06.04 11:13:27.723232 [ 3 ] {e54a05b1-a5dc-4567-9cab-399c4c152831} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4270 | 2024.06.04 11:13:27.723278 [ 3 ] {} <Debug> HTTP-Session: 79c192c9-cb1d-477d-a260-d260bdb691f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4271 | 2024.06.04 11:13:27.723596 [ 186 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 6 columns (6 merged, 0 gathered) in 0.006335692 sec., 40563.84054022828 rows/sec., 54.74 MiB/sec. | ||
| 4272 | 2024.06.04 11:13:27.723944 [ 186 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4273 | 2024.06.04 11:13:27.724351 [ 186 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4274 | 2024.06.04 11:13:27.724424 [ 186 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4275 | 2024.06.04 11:13:27.724509 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
| 4276 | 2024.06.04 11:13:30.226315 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4277 | 2024.06.04 11:13:30.226399 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4278 | 2024.06.04 11:13:32.694088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4279 | 2024.06.04 11:13:32.694210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4280 | 2024.06.04 11:13:32.694234 [ 3 ] {} <Debug> HTTP-Session: 3fe5adfc-2106-470e-be8e-4418e6adb403 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4281 | 2024.06.04 11:13:32.694257 [ 3 ] {} <Debug> HTTP-Session: 3fe5adfc-2106-470e-be8e-4418e6adb403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4282 | 2024.06.04 11:13:32.694271 [ 3 ] {} <Debug> HTTP-Session: 3fe5adfc-2106-470e-be8e-4418e6adb403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4283 | 2024.06.04 11:13:32.694317 [ 3 ] {} <Trace> HTTP-Session: 3fe5adfc-2106-470e-be8e-4418e6adb403 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4284 | 2024.06.04 11:13:32.694556 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4285 | 2024.06.04 11:13:32.694619 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4286 | 2024.06.04 11:13:32.694803 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4287 | 2024.06.04 11:13:32.695161 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4288 | 2024.06.04 11:13:32.695201 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4289 | 2024.06.04 11:13:32.695631 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4290 | 2024.06.04 11:13:32.695980 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4291 | 2024.06.04 11:13:32.696143 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.00168 sec., 11904.761904761905 rows/sec., 964.94 KiB/sec. | ||
| 4292 | 2024.06.04 11:13:32.696345 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Debug> DynamicQueryHandler: Done processing query | ||
| 4293 | 2024.06.04 11:13:32.696371 [ 3 ] {3d11b7b5-6901-42df-9544-11fb3fbc8b88} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4294 | 2024.06.04 11:13:32.696387 [ 3 ] {} <Debug> HTTP-Session: 3fe5adfc-2106-470e-be8e-4418e6adb403 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4295 | 2024.06.04 11:13:32.696588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4296 | 2024.06.04 11:13:32.696646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4297 | 2024.06.04 11:13:32.696666 [ 3 ] {} <Debug> HTTP-Session: 651340b1-d548-48b3-b4d3-4bf6a5d6ff18 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4298 | 2024.06.04 11:13:32.696683 [ 3 ] {} <Debug> HTTP-Session: 651340b1-d548-48b3-b4d3-4bf6a5d6ff18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4299 | 2024.06.04 11:13:32.696696 [ 3 ] {} <Debug> HTTP-Session: 651340b1-d548-48b3-b4d3-4bf6a5d6ff18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4300 | 2024.06.04 11:13:32.696732 [ 3 ] {} <Trace> HTTP-Session: 651340b1-d548-48b3-b4d3-4bf6a5d6ff18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4301 | 2024.06.04 11:13:32.696866 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4302 | 2024.06.04 11:13:32.696911 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4303 | 2024.06.04 11:13:32.697034 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4304 | 2024.06.04 11:13:32.697357 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4305 | 2024.06.04 11:13:32.697393 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4306 | 2024.06.04 11:13:32.697764 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4307 | 2024.06.04 11:13:32.698059 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4308 | 2024.06.04 11:13:32.698203 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001409 sec., 82327.89212207239 rows/sec., 6.81 MiB/sec. | ||
| 4309 | 2024.06.04 11:13:32.698352 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4310 | 2024.06.04 11:13:32.698375 [ 3 ] {f7bc6dc7-93a2-4371-aa84-79e735cee7d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4311 | 2024.06.04 11:13:32.698391 [ 3 ] {} <Debug> HTTP-Session: 651340b1-d548-48b3-b4d3-4bf6a5d6ff18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4312 | 2024.06.04 11:13:32.698576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4313 | 2024.06.04 11:13:32.698621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4314 | 2024.06.04 11:13:32.698640 [ 3 ] {} <Debug> HTTP-Session: 7941bdb3-7f30-41b3-883a-29b154ec0b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4315 | 2024.06.04 11:13:32.698655 [ 3 ] {} <Debug> HTTP-Session: 7941bdb3-7f30-41b3-883a-29b154ec0b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4316 | 2024.06.04 11:13:32.698668 [ 3 ] {} <Debug> HTTP-Session: 7941bdb3-7f30-41b3-883a-29b154ec0b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4317 | 2024.06.04 11:13:32.698695 [ 3 ] {} <Trace> HTTP-Session: 7941bdb3-7f30-41b3-883a-29b154ec0b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4318 | 2024.06.04 11:13:32.698805 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4319 | 2024.06.04 11:13:32.698845 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4320 | 2024.06.04 11:13:32.698970 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4321 | 2024.06.04 11:13:32.699249 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4322 | 2024.06.04 11:13:32.699284 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4323 | 2024.06.04 11:13:32.699645 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4324 | 2024.06.04 11:13:32.699938 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4325 | 2024.06.04 11:13:32.700086 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.00133 sec., 63157.89473684211 rows/sec., 4.93 MiB/sec. | ||
| 4326 | 2024.06.04 11:13:32.700227 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4327 | 2024.06.04 11:13:32.700250 [ 3 ] {4711fcfe-4055-4074-81cb-d487d1dfccb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4328 | 2024.06.04 11:13:32.700265 [ 3 ] {} <Debug> HTTP-Session: 7941bdb3-7f30-41b3-883a-29b154ec0b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4329 | 2024.06.04 11:13:32.700416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4330 | 2024.06.04 11:13:32.700528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4331 | 2024.06.04 11:13:32.700546 [ 3 ] {} <Debug> HTTP-Session: 316a7082-2223-4ff2-bd35-79dfc1be5320 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4332 | 2024.06.04 11:13:32.700562 [ 3 ] {} <Debug> HTTP-Session: 316a7082-2223-4ff2-bd35-79dfc1be5320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4333 | 2024.06.04 11:13:32.700575 [ 3 ] {} <Debug> HTTP-Session: 316a7082-2223-4ff2-bd35-79dfc1be5320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4334 | 2024.06.04 11:13:32.700602 [ 3 ] {} <Trace> HTTP-Session: 316a7082-2223-4ff2-bd35-79dfc1be5320 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4335 | 2024.06.04 11:13:32.700735 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4336 | 2024.06.04 11:13:32.700780 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4337 | 2024.06.04 11:13:32.700915 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4338 | 2024.06.04 11:13:32.701344 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4339 | 2024.06.04 11:13:32.701378 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4340 | 2024.06.04 11:13:32.701811 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4341 | 2024.06.04 11:13:32.702140 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4342 | 2024.06.04 11:13:32.702293 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec. | ||
| 4343 | 2024.06.04 11:13:32.702524 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Debug> DynamicQueryHandler: Done processing query | ||
| 4344 | 2024.06.04 11:13:32.702546 [ 3 ] {20703ba5-8046-4ff1-9dbb-6d2002fb9681} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4345 | 2024.06.04 11:13:32.702560 [ 3 ] {} <Debug> HTTP-Session: 316a7082-2223-4ff2-bd35-79dfc1be5320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4346 | 2024.06.04 11:13:32.702725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4347 | 2024.06.04 11:13:32.702772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4348 | 2024.06.04 11:13:32.702790 [ 3 ] {} <Debug> HTTP-Session: 873b2ba3-d45d-4594-82c9-92d80eb3a9bb Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4349 | 2024.06.04 11:13:32.702805 [ 3 ] {} <Debug> HTTP-Session: 873b2ba3-d45d-4594-82c9-92d80eb3a9bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4350 | 2024.06.04 11:13:32.702818 [ 3 ] {} <Debug> HTTP-Session: 873b2ba3-d45d-4594-82c9-92d80eb3a9bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4351 | 2024.06.04 11:13:32.702846 [ 3 ] {} <Trace> HTTP-Session: 873b2ba3-d45d-4594-82c9-92d80eb3a9bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4352 | 2024.06.04 11:13:32.703057 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4353 | 2024.06.04 11:13:32.703103 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4354 | 2024.06.04 11:13:32.703254 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4355 | 2024.06.04 11:13:32.703703 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4356 | 2024.06.04 11:13:32.703738 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4357 | 2024.06.04 11:13:32.704114 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4358 | 2024.06.04 11:13:32.704508 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4359 | 2024.06.04 11:13:32.704654 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001712 sec., 11682.242990654206 rows/sec., 15.76 MiB/sec. | ||
| 4360 | 2024.06.04 11:13:32.704806 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4361 | 2024.06.04 11:13:32.704828 [ 3 ] {78d7208a-904f-4a7c-9b04-a8be6f2f185a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4362 | 2024.06.04 11:13:32.704843 [ 3 ] {} <Debug> HTTP-Session: 873b2ba3-d45d-4594-82c9-92d80eb3a9bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4363 | 2024.06.04 11:13:32.704964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4364 | 2024.06.04 11:13:32.705009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4365 | 2024.06.04 11:13:32.705027 [ 3 ] {} <Debug> HTTP-Session: f085bdef-aea3-41aa-9897-5974dc39861f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4366 | 2024.06.04 11:13:32.705043 [ 3 ] {} <Debug> HTTP-Session: f085bdef-aea3-41aa-9897-5974dc39861f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4367 | 2024.06.04 11:13:32.705056 [ 3 ] {} <Debug> HTTP-Session: f085bdef-aea3-41aa-9897-5974dc39861f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4368 | 2024.06.04 11:13:32.705083 [ 3 ] {} <Trace> HTTP-Session: f085bdef-aea3-41aa-9897-5974dc39861f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4369 | 2024.06.04 11:13:32.705193 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4370 | 2024.06.04 11:13:32.705235 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4371 | 2024.06.04 11:13:32.705354 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4372 | 2024.06.04 11:13:32.705707 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4373 | 2024.06.04 11:13:32.705742 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4374 | 2024.06.04 11:13:32.706080 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4375 | 2024.06.04 11:13:32.706386 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2024.06.04 11:13:32.706609 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 4377 | 2024.06.04 11:13:32.706767 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4378 | 2024.06.04 11:13:32.706789 [ 3 ] {e934ba2e-5634-40b5-abf0-d7e9224ae02a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4379 | 2024.06.04 11:13:32.706804 [ 3 ] {} <Debug> HTTP-Session: f085bdef-aea3-41aa-9897-5974dc39861f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4380 | 2024.06.04 11:13:37.700339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4381 | 2024.06.04 11:13:37.700457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4382 | 2024.06.04 11:13:37.700481 [ 3 ] {} <Debug> HTTP-Session: bcfe6d6a-4541-4fa9-bc30-eef6efb17657 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4383 | 2024.06.04 11:13:37.700505 [ 3 ] {} <Debug> HTTP-Session: bcfe6d6a-4541-4fa9-bc30-eef6efb17657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4384 | 2024.06.04 11:13:37.700519 [ 3 ] {} <Debug> HTTP-Session: bcfe6d6a-4541-4fa9-bc30-eef6efb17657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4385 | 2024.06.04 11:13:37.700565 [ 3 ] {} <Trace> HTTP-Session: bcfe6d6a-4541-4fa9-bc30-eef6efb17657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4386 | 2024.06.04 11:13:37.700734 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4387 | 2024.06.04 11:13:37.700798 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4388 | 2024.06.04 11:13:37.700979 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4389 | 2024.06.04 11:13:37.701421 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4390 | 2024.06.04 11:13:37.701461 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4391 | 2024.06.04 11:13:37.701809 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4392 | 2024.06.04 11:13:37.702128 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4393 | 2024.06.04 11:13:37.702354 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001639 sec., 6711.4093959731545 rows/sec., 543.99 KiB/sec. | ||
| 4394 | 2024.06.04 11:13:37.702695 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Debug> DynamicQueryHandler: Done processing query | ||
| 4395 | 2024.06.04 11:13:37.702722 [ 3 ] {69bff53f-44d7-4b89-b1df-b11f4d524eee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4396 | 2024.06.04 11:13:37.702738 [ 3 ] {} <Debug> HTTP-Session: bcfe6d6a-4541-4fa9-bc30-eef6efb17657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4397 | 2024.06.04 11:13:37.702866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4398 | 2024.06.04 11:13:37.702917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4399 | 2024.06.04 11:13:37.702935 [ 3 ] {} <Debug> HTTP-Session: f2acb995-4e4d-4e0f-b33d-4ede25147fdc Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4400 | 2024.06.04 11:13:37.702953 [ 3 ] {} <Debug> HTTP-Session: f2acb995-4e4d-4e0f-b33d-4ede25147fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4401 | 2024.06.04 11:13:37.702966 [ 3 ] {} <Debug> HTTP-Session: f2acb995-4e4d-4e0f-b33d-4ede25147fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4402 | 2024.06.04 11:13:37.703000 [ 3 ] {} <Trace> HTTP-Session: f2acb995-4e4d-4e0f-b33d-4ede25147fdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4403 | 2024.06.04 11:13:37.703100 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4404 | 2024.06.04 11:13:37.703145 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4405 | 2024.06.04 11:13:37.703352 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4406 | 2024.06.04 11:13:37.703654 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4407 | 2024.06.04 11:13:37.703690 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4408 | 2024.06.04 11:13:37.703978 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4409 | 2024.06.04 11:13:37.704344 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4410 | 2024.06.04 11:13:37.704499 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001374 sec., 2911.208151382824 rows/sec., 237.39 KiB/sec. | ||
| 4411 | 2024.06.04 11:13:37.704663 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4412 | 2024.06.04 11:13:37.704688 [ 3 ] {72ad7cee-272f-492c-9134-bf1ba740f8f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4413 | 2024.06.04 11:13:37.704704 [ 3 ] {} <Debug> HTTP-Session: f2acb995-4e4d-4e0f-b33d-4ede25147fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4414 | 2024.06.04 11:13:37.704845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 18067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4415 | 2024.06.04 11:13:37.704894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4416 | 2024.06.04 11:13:37.704913 [ 3 ] {} <Debug> HTTP-Session: 24fb0abf-2428-4bb7-a57a-251b6b2de624 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4417 | 2024.06.04 11:13:37.704930 [ 3 ] {} <Debug> HTTP-Session: 24fb0abf-2428-4bb7-a57a-251b6b2de624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4418 | 2024.06.04 11:13:37.704943 [ 3 ] {} <Debug> HTTP-Session: 24fb0abf-2428-4bb7-a57a-251b6b2de624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4419 | 2024.06.04 11:13:37.704974 [ 3 ] {} <Trace> HTTP-Session: 24fb0abf-2428-4bb7-a57a-251b6b2de624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4420 | 2024.06.04 11:13:37.705130 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4421 | 2024.06.04 11:13:37.705182 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4422 | 2024.06.04 11:13:37.705308 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4423 | 2024.06.04 11:13:37.705639 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2024.06.04 11:13:37.705673 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4425 | 2024.06.04 11:13:37.705967 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4426 | 2024.06.04 11:13:37.706320 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4427 | 2024.06.04 11:13:37.706470 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Debug> executeQuery: Read 127 rows, 10.35 KiB in 0.001421 sec., 89373.68050668543 rows/sec., 7.11 MiB/sec. | ||
| 4428 | 2024.06.04 11:13:37.706469 [ 31 ] {} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4429 | 2024.06.04 11:13:37.706570 [ 31 ] {} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4430 | 2024.06.04 11:13:37.706608 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4431 | 2024.06.04 11:13:37.706699 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4432 | 2024.06.04 11:13:37.706757 [ 3 ] {dcb48975-32ff-49c0-ba78-aad00ced3f2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4433 | 2024.06.04 11:13:37.706788 [ 3 ] {} <Debug> HTTP-Session: 24fb0abf-2428-4bb7-a57a-251b6b2de624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4434 | 2024.06.04 11:13:37.706806 [ 189 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::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 | ||
| 4435 | 2024.06.04 11:13:37.706929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4436 | 2024.06.04 11:13:37.707033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4437 | 2024.06.04 11:13:37.707067 [ 189 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4438 | 2024.06.04 11:13:37.707076 [ 3 ] {} <Debug> HTTP-Session: de54de28-0a8b-44ea-969a-09cb3111435a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4439 | 2024.06.04 11:13:37.707122 [ 3 ] {} <Debug> HTTP-Session: de54de28-0a8b-44ea-969a-09cb3111435a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4440 | 2024.06.04 11:13:37.707127 [ 189 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 190 rows starting from the beginning of the part | ||
| 4441 | 2024.06.04 11:13:37.707142 [ 3 ] {} <Debug> HTTP-Session: de54de28-0a8b-44ea-969a-09cb3111435a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4442 | 2024.06.04 11:13:37.707205 [ 3 ] {} <Trace> HTTP-Session: de54de28-0a8b-44ea-969a-09cb3111435a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4443 | 2024.06.04 11:13:37.707396 [ 189 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 91 rows starting from the beginning of the part | ||
| 4444 | 2024.06.04 11:13:37.707660 [ 189 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 116 rows starting from the beginning of the part | ||
| 4445 | 2024.06.04 11:13:37.707698 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4446 | 2024.06.04 11:13:37.707856 [ 189 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part | ||
| 4447 | 2024.06.04 11:13:37.707858 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4448 | 2024.06.04 11:13:37.708195 [ 189 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 116 rows starting from the beginning of the part | ||
| 4449 | 2024.06.04 11:13:37.708575 [ 189 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 127 rows starting from the beginning of the part | ||
| 4450 | 2024.06.04 11:13:37.709168 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4451 | 2024.06.04 11:13:37.709917 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2024.06.04 11:13:37.709976 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4453 | 2024.06.04 11:13:37.710849 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4454 | 2024.06.04 11:13:37.711594 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 730 rows, containing 4 columns (4 merged, 0 gathered) in 0.004890021 sec., 149283.61248346377 rows/sec., 12.18 MiB/sec. | ||
| 4455 | 2024.06.04 11:13:37.711755 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2024.06.04 11:13:37.711872 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4457 | 2024.06.04 11:13:37.712037 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.004552 sec., 878.7346221441126 rows/sec., 61.36 KiB/sec. | ||
| 4458 | 2024.06.04 11:13:37.712442 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4459 | 2024.06.04 11:13:37.712508 [ 3 ] {d9881b92-64a5-40d3-a20c-cb142958e6d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4460 | 2024.06.04 11:13:37.712580 [ 3 ] {} <Debug> HTTP-Session: de54de28-0a8b-44ea-969a-09cb3111435a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4461 | 2024.06.04 11:13:37.712798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4462 | 2024.06.04 11:13:37.712867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4463 | 2024.06.04 11:13:37.712900 [ 3 ] {} <Debug> HTTP-Session: c1350410-7646-439b-aa0f-31ce5876fdff Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4464 | 2024.06.04 11:13:37.712922 [ 3 ] {} <Debug> HTTP-Session: c1350410-7646-439b-aa0f-31ce5876fdff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4465 | 2024.06.04 11:13:37.712946 [ 3 ] {} <Debug> HTTP-Session: c1350410-7646-439b-aa0f-31ce5876fdff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4466 | 2024.06.04 11:13:37.712999 [ 3 ] {} <Trace> HTTP-Session: c1350410-7646-439b-aa0f-31ce5876fdff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4467 | 2024.06.04 11:13:37.713030 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2024.06.04 11:13:37.713199 [ 194 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_26_5} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4469 | 2024.06.04 11:13:37.713342 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4470 | 2024.06.04 11:13:37.713460 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 4471 | 2024.06.04 11:13:37.713474 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4472 | 2024.06.04 11:13:37.713658 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4473 | 2024.06.04 11:13:37.714054 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2024.06.04 11:13:37.714090 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4475 | 2024.06.04 11:13:37.714468 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4476 | 2024.06.04 11:13:37.714759 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2024.06.04 11:13:37.714904 [ 31 ] {} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4478 | 2024.06.04 11:13:37.714908 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.001742 sec., 59127.43972445465 rows/sec., 4.61 MiB/sec. | ||
| 4479 | 2024.06.04 11:13:37.714957 [ 31 ] {} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2024.06.04 11:13:37.715020 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4481 | 2024.06.04 11:13:37.715179 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4482 | 2024.06.04 11:13:37.715191 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::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 | ||
| 4483 | 2024.06.04 11:13:37.715220 [ 3 ] {418bdbe0-78b4-41cd-a2ed-01dd66304fdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4484 | 2024.06.04 11:13:37.715334 [ 3 ] {} <Debug> HTTP-Session: c1350410-7646-439b-aa0f-31ce5876fdff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4485 | 2024.06.04 11:13:37.715492 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4486 | 2024.06.04 11:13:37.715521 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 147 rows starting from the beginning of the part | ||
| 4487 | 2024.06.04 11:13:37.715547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 38013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4488 | 2024.06.04 11:13:37.715600 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 79 rows starting from the beginning of the part | ||
| 4489 | 2024.06.04 11:13:37.715648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4490 | 2024.06.04 11:13:37.715730 [ 3 ] {} <Debug> HTTP-Session: edc67365-750b-47ca-ab88-8a772bf6a13d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4491 | 2024.06.04 11:13:37.715830 [ 3 ] {} <Debug> HTTP-Session: edc67365-750b-47ca-ab88-8a772bf6a13d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4492 | 2024.06.04 11:13:37.715868 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 84 rows starting from the beginning of the part | ||
| 4493 | 2024.06.04 11:13:37.715900 [ 3 ] {} <Debug> HTTP-Session: edc67365-750b-47ca-ab88-8a772bf6a13d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4494 | 2024.06.04 11:13:37.716093 [ 3 ] {} <Trace> HTTP-Session: edc67365-750b-47ca-ab88-8a772bf6a13d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4495 | 2024.06.04 11:13:37.716253 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
| 4496 | 2024.06.04 11:13:37.716678 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 84 rows starting from the beginning of the part | ||
| 4497 | 2024.06.04 11:13:37.716681 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4498 | 2024.06.04 11:13:37.716906 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4499 | 2024.06.04 11:13:37.716984 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 103 rows starting from the beginning of the part | ||
| 4500 | 2024.06.04 11:13:37.717703 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4501 | 2024.06.04 11:13:37.718347 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4502 | 2024.06.04 11:13:37.718390 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4503 | 2024.06.04 11:13:37.718858 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003724464 sec., 154116.13590573033 rows/sec., 12.03 MiB/sec. | ||
| 4504 | 2024.06.04 11:13:37.718972 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4505 | 2024.06.04 11:13:37.719074 [ 194 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4506 | 2024.06.04 11:13:37.719760 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4507 | 2024.06.04 11:13:37.719998 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4508 | 2024.06.04 11:13:37.720046 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2024.06.04 11:13:37.720051 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.00367 sec., 53950.953678474114 rows/sec., 3.77 MiB/sec. | ||
| 4510 | 2024.06.04 11:13:37.720074 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4511 | 2024.06.04 11:13:37.720182 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4512 | 2024.06.04 11:13:37.720469 [ 192 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_26_5} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4513 | 2024.06.04 11:13:37.720699 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::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 | ||
| 4514 | 2024.06.04 11:13:37.720714 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4515 | 2024.06.04 11:13:37.720743 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Debug> DynamicQueryHandler: Done processing query | ||
| 4516 | 2024.06.04 11:13:37.720803 [ 3 ] {46a53bb2-c7e2-4ae5-b248-4c8b7a697520} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4517 | 2024.06.04 11:13:37.720839 [ 3 ] {} <Debug> HTTP-Session: edc67365-750b-47ca-ab88-8a772bf6a13d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4518 | 2024.06.04 11:13:37.720946 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4519 | 2024.06.04 11:13:37.721002 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3499 rows starting from the beginning of the part | ||
| 4520 | 2024.06.04 11:13:37.721021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4521 | 2024.06.04 11:13:37.721177 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part | ||
| 4522 | 2024.06.04 11:13:37.721193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4523 | 2024.06.04 11:13:37.721338 [ 3 ] {} <Debug> HTTP-Session: b33e2e3e-eab2-403a-bee6-05cd6049a188 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4524 | 2024.06.04 11:13:37.721444 [ 3 ] {} <Debug> HTTP-Session: b33e2e3e-eab2-403a-bee6-05cd6049a188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4525 | 2024.06.04 11:13:37.721513 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4526 | 2024.06.04 11:13:37.721527 [ 3 ] {} <Debug> HTTP-Session: b33e2e3e-eab2-403a-bee6-05cd6049a188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4527 | 2024.06.04 11:13:37.721661 [ 3 ] {} <Trace> HTTP-Session: b33e2e3e-eab2-403a-bee6-05cd6049a188 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4528 | 2024.06.04 11:13:37.721732 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
| 4529 | 2024.06.04 11:13:37.721944 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 4530 | 2024.06.04 11:13:37.722154 [ 194 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 198 rows starting from the beginning of the part | ||
| 4531 | 2024.06.04 11:13:37.722164 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4532 | 2024.06.04 11:13:37.722463 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4533 | 2024.06.04 11:13:37.723100 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4534 | 2024.06.04 11:13:37.724112 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2024.06.04 11:13:37.724180 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4536 | 2024.06.04 11:13:37.725369 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4537 | 2024.06.04 11:13:37.726386 [ 187 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4340 rows, containing 5 columns (5 merged, 0 gathered) in 0.005977907 sec., 726006.6106749402 rows/sec., 50.60 MiB/sec. | ||
| 4538 | 2024.06.04 11:13:37.726412 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4539 | 2024.06.04 11:13:37.726636 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.00473 sec., 2325.5813953488373 rows/sec., 3.14 MiB/sec. | ||
| 4540 | 2024.06.04 11:13:37.726849 [ 187 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4541 | 2024.06.04 11:13:37.726876 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Debug> DynamicQueryHandler: Done processing query | ||
| 4542 | 2024.06.04 11:13:37.726926 [ 3 ] {243775e7-ee81-4bbb-9dd4-233181171558} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4543 | 2024.06.04 11:13:37.726969 [ 3 ] {} <Debug> HTTP-Session: b33e2e3e-eab2-403a-bee6-05cd6049a188 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4544 | 2024.06.04 11:13:37.727126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4545 | 2024.06.04 11:13:37.727264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4546 | 2024.06.04 11:13:37.727377 [ 3 ] {} <Debug> HTTP-Session: 490a582e-0a6e-469b-a603-a776a8c688d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4547 | 2024.06.04 11:13:37.727419 [ 3 ] {} <Debug> HTTP-Session: 490a582e-0a6e-469b-a603-a776a8c688d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4548 | 2024.06.04 11:13:37.727446 [ 3 ] {} <Debug> HTTP-Session: 490a582e-0a6e-469b-a603-a776a8c688d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4549 | 2024.06.04 11:13:37.727502 [ 3 ] {} <Trace> HTTP-Session: 490a582e-0a6e-469b-a603-a776a8c688d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4550 | 2024.06.04 11:13:37.727686 [ 187 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4551 | 2024.06.04 11:13:37.727716 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4552 | 2024.06.04 11:13:37.727812 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4553 | 2024.06.04 11:13:37.727856 [ 187 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4554 | 2024.06.04 11:13:37.728053 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 4555 | 2024.06.04 11:13:37.728136 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4556 | 2024.06.04 11:13:37.728484 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4557 | 2024.06.04 11:13:37.728519 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4558 | 2024.06.04 11:13:37.728859 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4559 | 2024.06.04 11:13:37.729162 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2024.06.04 11:13:37.729364 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001713 sec., 35026.26970227671 rows/sec., 2.36 MiB/sec. | ||
| 4561 | 2024.06.04 11:13:37.729390 [ 60 ] {} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4562 | 2024.06.04 11:13:37.729510 [ 60 ] {} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4563 | 2024.06.04 11:13:37.729547 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4564 | 2024.06.04 11:13:37.729619 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4565 | 2024.06.04 11:13:37.729654 [ 3 ] {3edd030d-4ec5-47d7-bb0a-a74caa10ed3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4566 | 2024.06.04 11:13:37.729681 [ 3 ] {} <Debug> HTTP-Session: 490a582e-0a6e-469b-a603-a776a8c688d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4567 | 2024.06.04 11:13:37.729692 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::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 | ||
| 4568 | 2024.06.04 11:13:37.729796 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4569 | 2024.06.04 11:13:37.729827 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1196 rows starting from the beginning of the part | ||
| 4570 | 2024.06.04 11:13:37.729917 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 4571 | 2024.06.04 11:13:37.730099 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4572 | 2024.06.04 11:13:37.730364 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 4573 | 2024.06.04 11:13:37.730473 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4574 | 2024.06.04 11:13:37.730659 [ 192 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 4575 | 2024.06.04 11:13:37.731938 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 4 columns (4 merged, 0 gathered) in 0.002292544 sec., 652550.1800619748 rows/sec., 44.00 MiB/sec. | ||
| 4576 | 2024.06.04 11:13:37.732203 [ 195 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4577 | 2024.06.04 11:13:37.732699 [ 195 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4578 | 2024.06.04 11:13:37.732792 [ 195 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_26_5} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4579 | 2024.06.04 11:13:37.732882 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4580 | 2024.06.04 11:13:42.703996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4581 | 2024.06.04 11:13:42.704183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4582 | 2024.06.04 11:13:42.704206 [ 3 ] {} <Debug> HTTP-Session: 9f43c2b0-d625-42f1-8bb9-1805de2aee20 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4583 | 2024.06.04 11:13:42.704229 [ 3 ] {} <Debug> HTTP-Session: 9f43c2b0-d625-42f1-8bb9-1805de2aee20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4584 | 2024.06.04 11:13:42.704243 [ 3 ] {} <Debug> HTTP-Session: 9f43c2b0-d625-42f1-8bb9-1805de2aee20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4585 | 2024.06.04 11:13:42.704289 [ 3 ] {} <Trace> HTTP-Session: 9f43c2b0-d625-42f1-8bb9-1805de2aee20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4586 | 2024.06.04 11:13:42.704464 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4587 | 2024.06.04 11:13:42.704526 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4588 | 2024.06.04 11:13:42.704704 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4589 | 2024.06.04 11:13:42.705153 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4590 | 2024.06.04 11:13:42.705195 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4591 | 2024.06.04 11:13:42.705547 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4592 | 2024.06.04 11:13:42.705867 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4593 | 2024.06.04 11:13:42.706034 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.00166 sec., 12048.192771084337 rows/sec., 976.56 KiB/sec. | ||
| 4594 | 2024.06.04 11:13:42.706440 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Debug> DynamicQueryHandler: Done processing query | ||
| 4595 | 2024.06.04 11:13:42.706472 [ 3 ] {46bb7fba-93bc-44b5-89a1-dc8dfb124b72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4596 | 2024.06.04 11:13:42.706492 [ 3 ] {} <Debug> HTTP-Session: 9f43c2b0-d625-42f1-8bb9-1805de2aee20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4597 | 2024.06.04 11:13:42.706633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4598 | 2024.06.04 11:13:42.706695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4599 | 2024.06.04 11:13:42.706718 [ 3 ] {} <Debug> HTTP-Session: e55c0738-82e2-4a25-b574-9be4aa1aeacb Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4600 | 2024.06.04 11:13:42.706741 [ 3 ] {} <Debug> HTTP-Session: e55c0738-82e2-4a25-b574-9be4aa1aeacb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4601 | 2024.06.04 11:13:42.706759 [ 3 ] {} <Debug> HTTP-Session: e55c0738-82e2-4a25-b574-9be4aa1aeacb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4602 | 2024.06.04 11:13:42.706801 [ 3 ] {} <Trace> HTTP-Session: e55c0738-82e2-4a25-b574-9be4aa1aeacb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4603 | 2024.06.04 11:13:42.706927 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4604 | 2024.06.04 11:13:42.706984 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4605 | 2024.06.04 11:13:42.707228 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4606 | 2024.06.04 11:13:42.707558 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4607 | 2024.06.04 11:13:42.707599 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4608 | 2024.06.04 11:13:42.707954 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4609 | 2024.06.04 11:13:42.708390 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4610 | 2024.06.04 11:13:42.708561 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001646 sec., 1215.0668286755772 rows/sec., 99.08 KiB/sec. | ||
| 4611 | 2024.06.04 11:13:42.708716 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Debug> DynamicQueryHandler: Done processing query | ||
| 4612 | 2024.06.04 11:13:42.708738 [ 3 ] {fe68fcaf-9222-4942-9580-5ffa3645d711} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4613 | 2024.06.04 11:13:42.708753 [ 3 ] {} <Debug> HTTP-Session: e55c0738-82e2-4a25-b574-9be4aa1aeacb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4614 | 2024.06.04 11:13:42.708902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4615 | 2024.06.04 11:13:42.708949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4616 | 2024.06.04 11:13:42.708967 [ 3 ] {} <Debug> HTTP-Session: ad1117c5-7208-4c0a-a150-acd7b966d01a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4617 | 2024.06.04 11:13:42.708982 [ 3 ] {} <Debug> HTTP-Session: ad1117c5-7208-4c0a-a150-acd7b966d01a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4618 | 2024.06.04 11:13:42.708995 [ 3 ] {} <Debug> HTTP-Session: ad1117c5-7208-4c0a-a150-acd7b966d01a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4619 | 2024.06.04 11:13:42.709024 [ 3 ] {} <Trace> HTTP-Session: ad1117c5-7208-4c0a-a150-acd7b966d01a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4620 | 2024.06.04 11:13:42.709208 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4621 | 2024.06.04 11:13:42.709248 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4622 | 2024.06.04 11:13:42.709367 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4623 | 2024.06.04 11:13:42.709738 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4624 | 2024.06.04 11:13:42.709778 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4625 | 2024.06.04 11:13:42.710199 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4626 | 2024.06.04 11:13:42.710553 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4627 | 2024.06.04 11:13:42.710725 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Debug> executeQuery: Read 117 rows, 9.90 KiB in 0.001595 sec., 73354.23197492163 rows/sec., 6.06 MiB/sec. | ||
| 4628 | 2024.06.04 11:13:42.710910 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4629 | 2024.06.04 11:13:42.710932 [ 3 ] {dd48afb2-fe8e-4e71-9081-59a5191281b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4630 | 2024.06.04 11:13:42.710948 [ 3 ] {} <Debug> HTTP-Session: ad1117c5-7208-4c0a-a150-acd7b966d01a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4631 | 2024.06.04 11:13:42.711057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4632 | 2024.06.04 11:13:42.711169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4633 | 2024.06.04 11:13:42.711187 [ 3 ] {} <Debug> HTTP-Session: 18c3a347-4ba8-4a28-b56b-34e284c350ee Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4634 | 2024.06.04 11:13:42.711203 [ 3 ] {} <Debug> HTTP-Session: 18c3a347-4ba8-4a28-b56b-34e284c350ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4635 | 2024.06.04 11:13:42.711217 [ 3 ] {} <Debug> HTTP-Session: 18c3a347-4ba8-4a28-b56b-34e284c350ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4636 | 2024.06.04 11:13:42.711246 [ 3 ] {} <Trace> HTTP-Session: 18c3a347-4ba8-4a28-b56b-34e284c350ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4637 | 2024.06.04 11:13:42.711344 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4638 | 2024.06.04 11:13:42.711383 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4639 | 2024.06.04 11:13:42.711501 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4640 | 2024.06.04 11:13:42.711750 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2024.06.04 11:13:42.711784 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4642 | 2024.06.04 11:13:42.712062 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4643 | 2024.06.04 11:13:42.712417 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2024.06.04 11:13:42.712565 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 111.81 KiB/sec. | ||
| 4645 | 2024.06.04 11:13:42.712719 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4646 | 2024.06.04 11:13:42.712742 [ 3 ] {ecd8688e-8192-42a9-8597-92b3f0cc5bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4647 | 2024.06.04 11:13:42.712757 [ 3 ] {} <Debug> HTTP-Session: 18c3a347-4ba8-4a28-b56b-34e284c350ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4648 | 2024.06.04 11:13:42.712865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4649 | 2024.06.04 11:13:42.712912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4650 | 2024.06.04 11:13:42.712929 [ 3 ] {} <Debug> HTTP-Session: 386fcaa2-4457-44b8-9a8f-f80be434e37c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4651 | 2024.06.04 11:13:42.712945 [ 3 ] {} <Debug> HTTP-Session: 386fcaa2-4457-44b8-9a8f-f80be434e37c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4652 | 2024.06.04 11:13:42.712957 [ 3 ] {} <Debug> HTTP-Session: 386fcaa2-4457-44b8-9a8f-f80be434e37c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4653 | 2024.06.04 11:13:42.712988 [ 3 ] {} <Trace> HTTP-Session: 386fcaa2-4457-44b8-9a8f-f80be434e37c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4654 | 2024.06.04 11:13:42.713172 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4655 | 2024.06.04 11:13:42.713212 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4656 | 2024.06.04 11:13:42.713344 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4657 | 2024.06.04 11:13:42.713649 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4658 | 2024.06.04 11:13:42.713683 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4659 | 2024.06.04 11:13:42.713979 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4660 | 2024.06.04 11:13:42.714340 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2024.06.04 11:13:42.714484 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001377 sec., 62454.61147421932 rows/sec., 4.88 MiB/sec. | ||
| 4662 | 2024.06.04 11:13:42.714628 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Debug> DynamicQueryHandler: Done processing query | ||
| 4663 | 2024.06.04 11:13:42.714651 [ 3 ] {f0a56980-1716-44dc-9cb7-15bd8fc53293} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4664 | 2024.06.04 11:13:42.714666 [ 3 ] {} <Debug> HTTP-Session: 386fcaa2-4457-44b8-9a8f-f80be434e37c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4665 | 2024.06.04 11:13:42.714811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4666 | 2024.06.04 11:13:42.714856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4667 | 2024.06.04 11:13:42.714874 [ 3 ] {} <Debug> HTTP-Session: 05a9b3fc-e2ec-425d-a154-d6fb7503d576 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4668 | 2024.06.04 11:13:42.714889 [ 3 ] {} <Debug> HTTP-Session: 05a9b3fc-e2ec-425d-a154-d6fb7503d576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4669 | 2024.06.04 11:13:42.714902 [ 3 ] {} <Debug> HTTP-Session: 05a9b3fc-e2ec-425d-a154-d6fb7503d576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4670 | 2024.06.04 11:13:42.714930 [ 3 ] {} <Trace> HTTP-Session: 05a9b3fc-e2ec-425d-a154-d6fb7503d576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4671 | 2024.06.04 11:13:42.715137 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4672 | 2024.06.04 11:13:42.715182 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4673 | 2024.06.04 11:13:42.715317 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4674 | 2024.06.04 11:13:42.715670 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4675 | 2024.06.04 11:13:42.715704 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4676 | 2024.06.04 11:13:42.716133 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4677 | 2024.06.04 11:13:42.716450 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4678 | 2024.06.04 11:13:42.716590 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00155 sec., 103870.96774193548 rows/sec., 7.23 MiB/sec. | ||
| 4679 | 2024.06.04 11:13:42.716737 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Debug> DynamicQueryHandler: Done processing query | ||
| 4680 | 2024.06.04 11:13:42.716760 [ 3 ] {28c5b14b-546d-4eae-810c-feb9af3c2e60} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4681 | 2024.06.04 11:13:42.716775 [ 3 ] {} <Debug> HTTP-Session: 05a9b3fc-e2ec-425d-a154-d6fb7503d576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4682 | 2024.06.04 11:13:42.716907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4683 | 2024.06.04 11:13:42.716953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4684 | 2024.06.04 11:13:42.716970 [ 3 ] {} <Debug> HTTP-Session: e3394d15-4401-44ed-abf5-3e13cb182430 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4685 | 2024.06.04 11:13:42.716986 [ 3 ] {} <Debug> HTTP-Session: e3394d15-4401-44ed-abf5-3e13cb182430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4686 | 2024.06.04 11:13:42.716999 [ 3 ] {} <Debug> HTTP-Session: e3394d15-4401-44ed-abf5-3e13cb182430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4687 | 2024.06.04 11:13:42.717028 [ 3 ] {} <Trace> HTTP-Session: e3394d15-4401-44ed-abf5-3e13cb182430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4688 | 2024.06.04 11:13:42.717272 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4689 | 2024.06.04 11:13:42.717316 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4690 | 2024.06.04 11:13:42.717463 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4691 | 2024.06.04 11:13:42.717852 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4692 | 2024.06.04 11:13:42.717886 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4693 | 2024.06.04 11:13:42.718326 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4694 | 2024.06.04 11:13:42.718632 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4695 | 2024.06.04 11:13:42.718780 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.00164 sec., 12195.121951219513 rows/sec., 16.46 MiB/sec. | ||
| 4696 | 2024.06.04 11:13:42.718940 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4697 | 2024.06.04 11:13:42.718962 [ 3 ] {ed704574-d113-4c78-a2ab-0e6111dbf83c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4698 | 2024.06.04 11:13:42.718977 [ 3 ] {} <Debug> HTTP-Session: e3394d15-4401-44ed-abf5-3e13cb182430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4699 | 2024.06.04 11:13:42.719153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4700 | 2024.06.04 11:13:42.719200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4701 | 2024.06.04 11:13:42.719219 [ 3 ] {} <Debug> HTTP-Session: 70ec5b24-f162-407d-9a65-6ea51b378adb Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4702 | 2024.06.04 11:13:42.719235 [ 3 ] {} <Debug> HTTP-Session: 70ec5b24-f162-407d-9a65-6ea51b378adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4703 | 2024.06.04 11:13:42.719247 [ 3 ] {} <Debug> HTTP-Session: 70ec5b24-f162-407d-9a65-6ea51b378adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4704 | 2024.06.04 11:13:42.719277 [ 3 ] {} <Trace> HTTP-Session: 70ec5b24-f162-407d-9a65-6ea51b378adb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4705 | 2024.06.04 11:13:42.719382 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4706 | 2024.06.04 11:13:42.719423 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4707 | 2024.06.04 11:13:42.719542 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4708 | 2024.06.04 11:13:42.719807 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4709 | 2024.06.04 11:13:42.719840 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4710 | 2024.06.04 11:13:42.720235 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4711 | 2024.06.04 11:13:42.720527 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4712 | 2024.06.04 11:13:42.720675 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 4713 | 2024.06.04 11:13:42.720854 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Debug> DynamicQueryHandler: Done processing query | ||
| 4714 | 2024.06.04 11:13:42.720877 [ 3 ] {80534e47-a0b5-45c6-9684-50f560028e64} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4715 | 2024.06.04 11:13:42.720892 [ 3 ] {} <Debug> HTTP-Session: 70ec5b24-f162-407d-9a65-6ea51b378adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4716 | 2024.06.04 11:13:45.226478 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4717 | 2024.06.04 11:13:45.226625 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4718 | 2024.06.04 11:13:47.707624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4719 | 2024.06.04 11:13:47.707735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4720 | 2024.06.04 11:13:47.707756 [ 3 ] {} <Debug> HTTP-Session: ac64f103-d6b5-43ac-b451-f450f7dbd4f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4721 | 2024.06.04 11:13:47.707779 [ 3 ] {} <Debug> HTTP-Session: ac64f103-d6b5-43ac-b451-f450f7dbd4f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4722 | 2024.06.04 11:13:47.707793 [ 3 ] {} <Debug> HTTP-Session: ac64f103-d6b5-43ac-b451-f450f7dbd4f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4723 | 2024.06.04 11:13:47.707839 [ 3 ] {} <Trace> HTTP-Session: ac64f103-d6b5-43ac-b451-f450f7dbd4f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4724 | 2024.06.04 11:13:47.708066 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4725 | 2024.06.04 11:13:47.708127 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4726 | 2024.06.04 11:13:47.708302 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4727 | 2024.06.04 11:13:47.708734 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4728 | 2024.06.04 11:13:47.708769 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4729 | 2024.06.04 11:13:47.709167 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4730 | 2024.06.04 11:13:47.709478 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4731 | 2024.06.04 11:13:47.709610 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001633 sec., 6736.068585425597 rows/sec., 545.99 KiB/sec. | ||
| 4732 | 2024.06.04 11:13:47.709990 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Debug> DynamicQueryHandler: Done processing query | ||
| 4733 | 2024.06.04 11:13:47.710014 [ 3 ] {da15e621-b19e-4a92-b709-320427caf465} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4734 | 2024.06.04 11:13:47.710029 [ 3 ] {} <Debug> HTTP-Session: ac64f103-d6b5-43ac-b451-f450f7dbd4f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4735 | 2024.06.04 11:13:47.710152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4736 | 2024.06.04 11:13:47.710199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4737 | 2024.06.04 11:13:47.710216 [ 3 ] {} <Debug> HTTP-Session: 8792fff6-ded5-43bd-8d35-ab91b21f198b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4738 | 2024.06.04 11:13:47.710232 [ 3 ] {} <Debug> HTTP-Session: 8792fff6-ded5-43bd-8d35-ab91b21f198b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4739 | 2024.06.04 11:13:47.710244 [ 3 ] {} <Debug> HTTP-Session: 8792fff6-ded5-43bd-8d35-ab91b21f198b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4740 | 2024.06.04 11:13:47.710273 [ 3 ] {} <Trace> HTTP-Session: 8792fff6-ded5-43bd-8d35-ab91b21f198b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4741 | 2024.06.04 11:13:47.710383 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4742 | 2024.06.04 11:13:47.710423 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4743 | 2024.06.04 11:13:47.710561 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4744 | 2024.06.04 11:13:47.710952 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4745 | 2024.06.04 11:13:47.710985 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4746 | 2024.06.04 11:13:47.711274 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4747 | 2024.06.04 11:13:47.711550 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4748 | 2024.06.04 11:13:47.711668 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001348 sec., 66023.73887240356 rows/sec., 5.35 MiB/sec. | ||
| 4749 | 2024.06.04 11:13:47.711800 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4750 | 2024.06.04 11:13:47.711822 [ 3 ] {da530f30-ca28-4341-ba43-c9abc779eaa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4751 | 2024.06.04 11:13:47.711836 [ 3 ] {} <Debug> HTTP-Session: 8792fff6-ded5-43bd-8d35-ab91b21f198b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4752 | 2024.06.04 11:13:47.712014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4753 | 2024.06.04 11:13:47.712058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4754 | 2024.06.04 11:13:47.712075 [ 3 ] {} <Debug> HTTP-Session: 27abd471-8e6f-4a01-aad3-006d823bb9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4755 | 2024.06.04 11:13:47.712090 [ 3 ] {} <Debug> HTTP-Session: 27abd471-8e6f-4a01-aad3-006d823bb9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4756 | 2024.06.04 11:13:47.712122 [ 3 ] {} <Debug> HTTP-Session: 27abd471-8e6f-4a01-aad3-006d823bb9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4757 | 2024.06.04 11:13:47.712150 [ 3 ] {} <Trace> HTTP-Session: 27abd471-8e6f-4a01-aad3-006d823bb9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4758 | 2024.06.04 11:13:47.712255 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4759 | 2024.06.04 11:13:47.712294 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4760 | 2024.06.04 11:13:47.712406 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4761 | 2024.06.04 11:13:47.712700 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4762 | 2024.06.04 11:13:47.712731 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4763 | 2024.06.04 11:13:47.713107 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4764 | 2024.06.04 11:13:47.713395 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4765 | 2024.06.04 11:13:47.713513 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001315 sec., 57034.22053231939 rows/sec., 4.45 MiB/sec. | ||
| 4766 | 2024.06.04 11:13:47.713677 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4767 | 2024.06.04 11:13:47.713699 [ 3 ] {983d0cf9-2349-4911-8e06-50c03b62a6fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4768 | 2024.06.04 11:13:47.713714 [ 3 ] {} <Debug> HTTP-Session: 27abd471-8e6f-4a01-aad3-006d823bb9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4769 | 2024.06.04 11:13:47.713850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4770 | 2024.06.04 11:13:47.713965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4771 | 2024.06.04 11:13:47.713983 [ 3 ] {} <Debug> HTTP-Session: 0f40fd08-7ddb-4f37-963f-9a6806be1085 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4772 | 2024.06.04 11:13:47.713998 [ 3 ] {} <Debug> HTTP-Session: 0f40fd08-7ddb-4f37-963f-9a6806be1085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4773 | 2024.06.04 11:13:47.714011 [ 3 ] {} <Debug> HTTP-Session: 0f40fd08-7ddb-4f37-963f-9a6806be1085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4774 | 2024.06.04 11:13:47.714040 [ 3 ] {} <Trace> HTTP-Session: 0f40fd08-7ddb-4f37-963f-9a6806be1085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4775 | 2024.06.04 11:13:47.714175 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4776 | 2024.06.04 11:13:47.714217 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4777 | 2024.06.04 11:13:47.714347 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4778 | 2024.06.04 11:13:47.714683 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4779 | 2024.06.04 11:13:47.714715 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4780 | 2024.06.04 11:13:47.715142 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4781 | 2024.06.04 11:13:47.715442 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4782 | 2024.06.04 11:13:47.715560 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001482 sec., 107962.21322537112 rows/sec., 7.52 MiB/sec. | ||
| 4783 | 2024.06.04 11:13:47.715695 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4784 | 2024.06.04 11:13:47.715717 [ 3 ] {1dccbb84-868a-4e7b-9651-d457d1bb387f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4785 | 2024.06.04 11:13:47.715732 [ 3 ] {} <Debug> HTTP-Session: 0f40fd08-7ddb-4f37-963f-9a6806be1085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4786 | 2024.06.04 11:13:47.715843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4787 | 2024.06.04 11:13:47.715957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4788 | 2024.06.04 11:13:47.715974 [ 3 ] {} <Debug> HTTP-Session: 848b854c-279a-4cc0-92e2-0504c9656c75 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4789 | 2024.06.04 11:13:47.715989 [ 3 ] {} <Debug> HTTP-Session: 848b854c-279a-4cc0-92e2-0504c9656c75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4790 | 2024.06.04 11:13:47.716001 [ 3 ] {} <Debug> HTTP-Session: 848b854c-279a-4cc0-92e2-0504c9656c75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4791 | 2024.06.04 11:13:47.716029 [ 3 ] {} <Trace> HTTP-Session: 848b854c-279a-4cc0-92e2-0504c9656c75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4792 | 2024.06.04 11:13:47.716169 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4793 | 2024.06.04 11:13:47.716211 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4794 | 2024.06.04 11:13:47.716353 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4795 | 2024.06.04 11:13:47.716672 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4796 | 2024.06.04 11:13:47.716703 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4797 | 2024.06.04 11:13:47.717134 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4798 | 2024.06.04 11:13:47.717436 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4799 | 2024.06.04 11:13:47.717562 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001495 sec., 7357.859531772575 rows/sec., 9.93 MiB/sec. | ||
| 4800 | 2024.06.04 11:13:47.717730 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4801 | 2024.06.04 11:13:47.717752 [ 3 ] {802feeca-3817-4b54-8f85-a97f7f0e18d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4802 | 2024.06.04 11:13:47.717767 [ 3 ] {} <Debug> HTTP-Session: 848b854c-279a-4cc0-92e2-0504c9656c75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4803 | 2024.06.04 11:13:47.717870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4804 | 2024.06.04 11:13:47.717987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4805 | 2024.06.04 11:13:47.718005 [ 3 ] {} <Debug> HTTP-Session: acf01129-b9e9-4f64-b06a-19b06527d26b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4806 | 2024.06.04 11:13:47.718020 [ 3 ] {} <Debug> HTTP-Session: acf01129-b9e9-4f64-b06a-19b06527d26b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4807 | 2024.06.04 11:13:47.718032 [ 3 ] {} <Debug> HTTP-Session: acf01129-b9e9-4f64-b06a-19b06527d26b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4808 | 2024.06.04 11:13:47.718059 [ 3 ] {} <Trace> HTTP-Session: acf01129-b9e9-4f64-b06a-19b06527d26b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4809 | 2024.06.04 11:13:47.718164 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4810 | 2024.06.04 11:13:47.718205 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4811 | 2024.06.04 11:13:47.718321 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4812 | 2024.06.04 11:13:47.718659 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2024.06.04 11:13:47.718691 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4814 | 2024.06.04 11:13:47.719085 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4815 | 2024.06.04 11:13:47.719376 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2024.06.04 11:13:47.719524 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 4817 | 2024.06.04 11:13:47.719717 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Debug> DynamicQueryHandler: Done processing query | ||
| 4818 | 2024.06.04 11:13:47.719739 [ 3 ] {e9ffc330-fb1e-4a6c-8f36-6cfeb7812888} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4819 | 2024.06.04 11:13:47.719753 [ 3 ] {} <Debug> HTTP-Session: acf01129-b9e9-4f64-b06a-19b06527d26b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4820 | 2024.06.04 11:13:52.714046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4821 | 2024.06.04 11:13:52.714162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4822 | 2024.06.04 11:13:52.714184 [ 3 ] {} <Debug> HTTP-Session: 12ff30cb-b78c-4c71-bacf-13884ae3e6ee Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4823 | 2024.06.04 11:13:52.714207 [ 3 ] {} <Debug> HTTP-Session: 12ff30cb-b78c-4c71-bacf-13884ae3e6ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4824 | 2024.06.04 11:13:52.714221 [ 3 ] {} <Debug> HTTP-Session: 12ff30cb-b78c-4c71-bacf-13884ae3e6ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4825 | 2024.06.04 11:13:52.714266 [ 3 ] {} <Trace> HTTP-Session: 12ff30cb-b78c-4c71-bacf-13884ae3e6ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4826 | 2024.06.04 11:13:52.714434 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4827 | 2024.06.04 11:13:52.714494 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4828 | 2024.06.04 11:13:52.714671 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4829 | 2024.06.04 11:13:52.715157 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2024.06.04 11:13:52.715199 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4831 | 2024.06.04 11:13:52.715560 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4832 | 2024.06.04 11:13:52.715956 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4833 | 2024.06.04 11:13:52.716108 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001706 sec., 11723.329425556858 rows/sec., 950.23 KiB/sec. | ||
| 4834 | 2024.06.04 11:13:52.716113 [ 149 ] {} <Debug> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4835 | 2024.06.04 11:13:52.716170 [ 149 ] {} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2024.06.04 11:13:52.716198 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4837 | 2024.06.04 11:13:52.716321 [ 192 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::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 | ||
| 4838 | 2024.06.04 11:13:52.716336 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Debug> DynamicQueryHandler: Done processing query | ||
| 4839 | 2024.06.04 11:13:52.716372 [ 3 ] {eaaf9546-d3ad-4cdb-9dfd-5f8324bbd070} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4840 | 2024.06.04 11:13:52.716392 [ 3 ] {} <Debug> HTTP-Session: 12ff30cb-b78c-4c71-bacf-13884ae3e6ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4841 | 2024.06.04 11:13:52.716478 [ 192 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4842 | 2024.06.04 11:13:52.716515 [ 192 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 31 rows starting from the beginning of the part | ||
| 4843 | 2024.06.04 11:13:52.716555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4844 | 2024.06.04 11:13:52.716609 [ 192 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 4845 | 2024.06.04 11:13:52.716617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4846 | 2024.06.04 11:13:52.716778 [ 3 ] {} <Debug> HTTP-Session: 12de69d4-461c-4849-ad63-b6e5bb783b1f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4847 | 2024.06.04 11:13:52.716884 [ 3 ] {} <Debug> HTTP-Session: 12de69d4-461c-4849-ad63-b6e5bb783b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4848 | 2024.06.04 11:13:52.717016 [ 3 ] {} <Debug> HTTP-Session: 12de69d4-461c-4849-ad63-b6e5bb783b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4849 | 2024.06.04 11:13:52.717063 [ 192 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part | ||
| 4850 | 2024.06.04 11:13:52.717150 [ 3 ] {} <Trace> HTTP-Session: 12de69d4-461c-4849-ad63-b6e5bb783b1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4851 | 2024.06.04 11:13:52.717336 [ 192 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part | ||
| 4852 | 2024.06.04 11:13:52.717492 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4853 | 2024.06.04 11:13:52.717623 [ 192 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part | ||
| 4854 | 2024.06.04 11:13:52.717657 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4855 | 2024.06.04 11:13:52.717958 [ 192 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 4856 | 2024.06.04 11:13:52.718471 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4857 | 2024.06.04 11:13:52.718964 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4858 | 2024.06.04 11:13:52.719007 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4859 | 2024.06.04 11:13:52.719463 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4860 | 2024.06.04 11:13:52.719593 [ 193 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.003352369 sec., 33707.506542388386 rows/sec., 2.67 MiB/sec. | ||
| 4861 | 2024.06.04 11:13:52.719900 [ 193 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4862 | 2024.06.04 11:13:52.720038 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4863 | 2024.06.04 11:13:52.720326 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002969 sec., 673.6274840013473 rows/sec., 54.93 KiB/sec. | ||
| 4864 | 2024.06.04 11:13:52.720774 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4865 | 2024.06.04 11:13:52.720808 [ 3 ] {1e55a118-92f9-4b95-9373-976085baedd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4866 | 2024.06.04 11:13:52.720827 [ 3 ] {} <Debug> HTTP-Session: 12de69d4-461c-4849-ad63-b6e5bb783b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4867 | 2024.06.04 11:13:52.720938 [ 193 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4868 | 2024.06.04 11:13:52.721001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4869 | 2024.06.04 11:13:52.721072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4870 | 2024.06.04 11:13:52.721087 [ 193 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_21_4} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4871 | 2024.06.04 11:13:52.721099 [ 3 ] {} <Debug> HTTP-Session: b4664f10-4f05-4673-9747-57c0ec97008e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4872 | 2024.06.04 11:13:52.721129 [ 3 ] {} <Debug> HTTP-Session: b4664f10-4f05-4673-9747-57c0ec97008e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4873 | 2024.06.04 11:13:52.721163 [ 3 ] {} <Debug> HTTP-Session: b4664f10-4f05-4673-9747-57c0ec97008e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4874 | 2024.06.04 11:13:52.721225 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4875 | 2024.06.04 11:13:52.721236 [ 3 ] {} <Trace> HTTP-Session: b4664f10-4f05-4673-9747-57c0ec97008e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4876 | 2024.06.04 11:13:52.721383 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4877 | 2024.06.04 11:13:52.721425 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4878 | 2024.06.04 11:13:52.721560 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4879 | 2024.06.04 11:13:52.721974 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4880 | 2024.06.04 11:13:52.722009 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4881 | 2024.06.04 11:13:52.722330 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4882 | 2024.06.04 11:13:52.722630 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4883 | 2024.06.04 11:13:52.722812 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Debug> executeQuery: Read 117 rows, 9.90 KiB in 0.001443 sec., 81081.08108108108 rows/sec., 6.70 MiB/sec. | ||
| 4884 | 2024.06.04 11:13:52.722953 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4885 | 2024.06.04 11:13:52.722977 [ 3 ] {00dcfbd8-43df-4b32-ae07-e76aeef296c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4886 | 2024.06.04 11:13:52.722992 [ 3 ] {} <Debug> HTTP-Session: b4664f10-4f05-4673-9747-57c0ec97008e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4887 | 2024.06.04 11:13:52.723107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4888 | 2024.06.04 11:13:52.723153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4889 | 2024.06.04 11:13:52.723172 [ 3 ] {} <Debug> HTTP-Session: e73ee86f-865a-4833-ba0d-b341e7d65353 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4890 | 2024.06.04 11:13:52.723188 [ 3 ] {} <Debug> HTTP-Session: e73ee86f-865a-4833-ba0d-b341e7d65353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4891 | 2024.06.04 11:13:52.723201 [ 3 ] {} <Debug> HTTP-Session: e73ee86f-865a-4833-ba0d-b341e7d65353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4892 | 2024.06.04 11:13:52.723231 [ 3 ] {} <Trace> HTTP-Session: e73ee86f-865a-4833-ba0d-b341e7d65353 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4893 | 2024.06.04 11:13:52.723319 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4894 | 2024.06.04 11:13:52.723359 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4895 | 2024.06.04 11:13:52.723475 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4896 | 2024.06.04 11:13:52.723800 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4897 | 2024.06.04 11:13:52.723835 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4898 | 2024.06.04 11:13:52.724122 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4899 | 2024.06.04 11:13:52.724419 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2024.06.04 11:13:52.724534 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001252 sec., 1597.4440894568688 rows/sec., 111.54 KiB/sec. | ||
| 4901 | 2024.06.04 11:13:52.724679 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4902 | 2024.06.04 11:13:52.724767 [ 3 ] {f7120baa-f4d5-4de7-9e50-84aebdafa2e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4903 | 2024.06.04 11:13:52.724781 [ 3 ] {} <Debug> HTTP-Session: e73ee86f-865a-4833-ba0d-b341e7d65353 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4904 | 2024.06.04 11:13:52.724913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4905 | 2024.06.04 11:13:52.724959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4906 | 2024.06.04 11:13:52.724978 [ 3 ] {} <Debug> HTTP-Session: ac846efd-30a5-4dec-ab59-3c00bf497c04 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4907 | 2024.06.04 11:13:52.724993 [ 3 ] {} <Debug> HTTP-Session: ac846efd-30a5-4dec-ab59-3c00bf497c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4908 | 2024.06.04 11:13:52.725006 [ 3 ] {} <Debug> HTTP-Session: ac846efd-30a5-4dec-ab59-3c00bf497c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4909 | 2024.06.04 11:13:52.725035 [ 3 ] {} <Trace> HTTP-Session: ac846efd-30a5-4dec-ab59-3c00bf497c04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4910 | 2024.06.04 11:13:52.725147 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4911 | 2024.06.04 11:13:52.725186 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4912 | 2024.06.04 11:13:52.725302 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4913 | 2024.06.04 11:13:52.725607 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4914 | 2024.06.04 11:13:52.725641 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4915 | 2024.06.04 11:13:52.726008 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4916 | 2024.06.04 11:13:52.726289 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2024.06.04 11:13:52.726403 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001319 sec., 65200.90978013646 rows/sec., 5.09 MiB/sec. | ||
| 4918 | 2024.06.04 11:13:52.726540 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4919 | 2024.06.04 11:13:52.726563 [ 3 ] {a89eee7f-d109-4375-a367-330e37c1a86b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4920 | 2024.06.04 11:13:52.726579 [ 3 ] {} <Debug> HTTP-Session: ac846efd-30a5-4dec-ab59-3c00bf497c04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4921 | 2024.06.04 11:13:52.726805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4922 | 2024.06.04 11:13:52.726851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4923 | 2024.06.04 11:13:52.726869 [ 3 ] {} <Debug> HTTP-Session: 9978562a-9d5b-457f-92df-3ce402ea08b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4924 | 2024.06.04 11:13:52.726885 [ 3 ] {} <Debug> HTTP-Session: 9978562a-9d5b-457f-92df-3ce402ea08b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4925 | 2024.06.04 11:13:52.726898 [ 3 ] {} <Debug> HTTP-Session: 9978562a-9d5b-457f-92df-3ce402ea08b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4926 | 2024.06.04 11:13:52.726928 [ 3 ] {} <Trace> HTTP-Session: 9978562a-9d5b-457f-92df-3ce402ea08b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4927 | 2024.06.04 11:13:52.727060 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4928 | 2024.06.04 11:13:52.727104 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4929 | 2024.06.04 11:13:52.727234 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4930 | 2024.06.04 11:13:52.727596 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4931 | 2024.06.04 11:13:52.727630 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4932 | 2024.06.04 11:13:52.728081 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4933 | 2024.06.04 11:13:52.728393 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4934 | 2024.06.04 11:13:52.728512 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001546 sec., 104139.71539456662 rows/sec., 7.25 MiB/sec. | ||
| 4935 | 2024.06.04 11:13:52.728667 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Debug> DynamicQueryHandler: Done processing query | ||
| 4936 | 2024.06.04 11:13:52.728691 [ 3 ] {613ae24d-5f6f-4305-98a3-321a04d11373} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4937 | 2024.06.04 11:13:52.728770 [ 3 ] {} <Debug> HTTP-Session: 9978562a-9d5b-457f-92df-3ce402ea08b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4938 | 2024.06.04 11:13:52.728900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4939 | 2024.06.04 11:13:52.728947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4940 | 2024.06.04 11:13:52.728965 [ 3 ] {} <Debug> HTTP-Session: e7136667-fb1b-4540-9235-722351ab9d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4941 | 2024.06.04 11:13:52.728980 [ 3 ] {} <Debug> HTTP-Session: e7136667-fb1b-4540-9235-722351ab9d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4942 | 2024.06.04 11:13:52.728994 [ 3 ] {} <Debug> HTTP-Session: e7136667-fb1b-4540-9235-722351ab9d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4943 | 2024.06.04 11:13:52.729024 [ 3 ] {} <Trace> HTTP-Session: e7136667-fb1b-4540-9235-722351ab9d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4944 | 2024.06.04 11:13:52.729207 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4945 | 2024.06.04 11:13:52.729255 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 4946 | 2024.06.04 11:13:52.729401 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4947 | 2024.06.04 11:13:52.729847 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4948 | 2024.06.04 11:13:52.729880 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4949 | 2024.06.04 11:13:52.730267 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4950 | 2024.06.04 11:13:52.730577 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4951 | 2024.06.04 11:13:52.730692 [ 149 ] {} <Debug> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4952 | 2024.06.04 11:13:52.730697 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001642 sec., 12180.26796589525 rows/sec., 16.44 MiB/sec. | ||
| 4953 | 2024.06.04 11:13:52.730791 [ 149 ] {} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4954 | 2024.06.04 11:13:52.730825 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4955 | 2024.06.04 11:13:52.730972 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::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 | ||
| 4956 | 2024.06.04 11:13:52.730984 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4957 | 2024.06.04 11:13:52.731033 [ 3 ] {08f90721-fc50-4d55-a651-6531c02283f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4958 | 2024.06.04 11:13:52.731067 [ 3 ] {} <Debug> HTTP-Session: e7136667-fb1b-4540-9235-722351ab9d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4959 | 2024.06.04 11:13:52.731183 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4960 | 2024.06.04 11:13:52.731246 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 257 rows starting from the beginning of the part | ||
| 4961 | 2024.06.04 11:13:52.731246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4962 | 2024.06.04 11:13:52.731403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4963 | 2024.06.04 11:13:52.731497 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 4964 | 2024.06.04 11:13:52.731511 [ 3 ] {} <Debug> HTTP-Session: 31c7a1ab-e522-4cc3-903f-b1e130dc7ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4965 | 2024.06.04 11:13:52.731562 [ 3 ] {} <Debug> HTTP-Session: 31c7a1ab-e522-4cc3-903f-b1e130dc7ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4966 | 2024.06.04 11:13:52.731650 [ 3 ] {} <Debug> HTTP-Session: 31c7a1ab-e522-4cc3-903f-b1e130dc7ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4967 | 2024.06.04 11:13:52.731805 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 11 rows starting from the beginning of the part | ||
| 4968 | 2024.06.04 11:13:52.731843 [ 3 ] {} <Trace> HTTP-Session: 31c7a1ab-e522-4cc3-903f-b1e130dc7ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4969 | 2024.06.04 11:13:52.732021 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part | ||
| 4970 | 2024.06.04 11:13:52.732269 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4971 | 2024.06.04 11:13:52.732314 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 11 rows starting from the beginning of the part | ||
| 4972 | 2024.06.04 11:13:52.732392 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4973 | 2024.06.04 11:13:52.732577 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 4974 | 2024.06.04 11:13:52.733318 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4975 | 2024.06.04 11:13:52.733896 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2024.06.04 11:13:52.733935 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4977 | 2024.06.04 11:13:52.734904 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4978 | 2024.06.04 11:13:52.735920 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2024.06.04 11:13:52.736124 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004041 sec., 14847.809948032664 rows/sec., 1.00 MiB/sec. | ||
| 4980 | 2024.06.04 11:13:52.736295 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Debug> DynamicQueryHandler: Done processing query | ||
| 4981 | 2024.06.04 11:13:52.736319 [ 3 ] {d128d569-7ecd-457b-81c4-8d4a640bbc58} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4982 | 2024.06.04 11:13:52.736334 [ 3 ] {} <Debug> HTTP-Session: 31c7a1ab-e522-4cc3-903f-b1e130dc7ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4983 | 2024.06.04 11:13:52.736639 [ 193 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 339 rows, containing 6 columns (6 merged, 0 gathered) in 0.005783904 sec., 58610.93130176434 rows/sec., 79.09 MiB/sec. | ||
| 4984 | 2024.06.04 11:13:52.736936 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4985 | 2024.06.04 11:13:52.737296 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2024.06.04 11:13:52.737362 [ 197 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4987 | 2024.06.04 11:13:52.737434 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
| 4988 | 2024.06.04 11:13:57.717458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4989 | 2024.06.04 11:13:57.717654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4990 | 2024.06.04 11:13:57.717681 [ 3 ] {} <Debug> HTTP-Session: e1f09727-4440-48a2-9a43-d03da4a2f421 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 4991 | 2024.06.04 11:13:57.717709 [ 3 ] {} <Debug> HTTP-Session: e1f09727-4440-48a2-9a43-d03da4a2f421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4992 | 2024.06.04 11:13:57.717725 [ 3 ] {} <Debug> HTTP-Session: e1f09727-4440-48a2-9a43-d03da4a2f421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4993 | 2024.06.04 11:13:57.717778 [ 3 ] {} <Trace> HTTP-Session: e1f09727-4440-48a2-9a43-d03da4a2f421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4994 | 2024.06.04 11:13:57.717964 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4995 | 2024.06.04 11:13:57.718035 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4996 | 2024.06.04 11:13:57.718235 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4997 | 2024.06.04 11:13:57.718747 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2024.06.04 11:13:57.718789 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4999 | 2024.06.04 11:13:57.719136 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5000 | 2024.06.04 11:13:57.719448 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2024.06.04 11:13:57.719669 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00174 sec., 6321.83908045977 rows/sec., 512.41 KiB/sec. | ||
| 5002 | 2024.06.04 11:13:57.719906 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5003 | 2024.06.04 11:13:57.719932 [ 3 ] {36a9260a-8242-4c6a-9a44-441c433d258d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5004 | 2024.06.04 11:13:57.719947 [ 3 ] {} <Debug> HTTP-Session: e1f09727-4440-48a2-9a43-d03da4a2f421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5005 | 2024.06.04 11:13:57.720082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5006 | 2024.06.04 11:13:57.720137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5007 | 2024.06.04 11:13:57.720156 [ 3 ] {} <Debug> HTTP-Session: 0b23487a-c4a1-4106-8402-e99dba617ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5008 | 2024.06.04 11:13:57.720173 [ 3 ] {} <Debug> HTTP-Session: 0b23487a-c4a1-4106-8402-e99dba617ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5009 | 2024.06.04 11:13:57.720186 [ 3 ] {} <Debug> HTTP-Session: 0b23487a-c4a1-4106-8402-e99dba617ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5010 | 2024.06.04 11:13:57.720219 [ 3 ] {} <Trace> HTTP-Session: 0b23487a-c4a1-4106-8402-e99dba617ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5011 | 2024.06.04 11:13:57.720340 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5012 | 2024.06.04 11:13:57.720383 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5013 | 2024.06.04 11:13:57.720501 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5014 | 2024.06.04 11:13:57.720923 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5015 | 2024.06.04 11:13:57.720958 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5016 | 2024.06.04 11:13:57.721263 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5017 | 2024.06.04 11:13:57.721616 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5018 | 2024.06.04 11:13:57.721764 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001428 sec., 62324.92997198879 rows/sec., 5.05 MiB/sec. | ||
| 5019 | 2024.06.04 11:13:57.721916 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5020 | 2024.06.04 11:13:57.721938 [ 3 ] {f002f117-c017-425a-86a5-169fb09a191e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5021 | 2024.06.04 11:13:57.721953 [ 3 ] {} <Debug> HTTP-Session: 0b23487a-c4a1-4106-8402-e99dba617ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5022 | 2024.06.04 11:13:57.722104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5023 | 2024.06.04 11:13:57.722151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5024 | 2024.06.04 11:13:57.722168 [ 3 ] {} <Debug> HTTP-Session: 062b4ba0-d038-46cf-b6f6-98ce05aa37f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5025 | 2024.06.04 11:13:57.722183 [ 3 ] {} <Debug> HTTP-Session: 062b4ba0-d038-46cf-b6f6-98ce05aa37f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5026 | 2024.06.04 11:13:57.722197 [ 3 ] {} <Debug> HTTP-Session: 062b4ba0-d038-46cf-b6f6-98ce05aa37f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5027 | 2024.06.04 11:13:57.722226 [ 3 ] {} <Trace> HTTP-Session: 062b4ba0-d038-46cf-b6f6-98ce05aa37f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5028 | 2024.06.04 11:13:57.722333 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5029 | 2024.06.04 11:13:57.722373 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5030 | 2024.06.04 11:13:57.722489 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5031 | 2024.06.04 11:13:57.722875 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5032 | 2024.06.04 11:13:57.722909 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5033 | 2024.06.04 11:13:57.723191 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5034 | 2024.06.04 11:13:57.723466 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5035 | 2024.06.04 11:13:57.723648 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001304 sec., 57515.337423312885 rows/sec., 4.49 MiB/sec. | ||
| 5036 | 2024.06.04 11:13:57.723827 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Debug> DynamicQueryHandler: Done processing query | ||
| 5037 | 2024.06.04 11:13:57.723849 [ 3 ] {e5291205-774e-4eed-9dbc-e32613edd219} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5038 | 2024.06.04 11:13:57.723864 [ 3 ] {} <Debug> HTTP-Session: 062b4ba0-d038-46cf-b6f6-98ce05aa37f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5039 | 2024.06.04 11:13:57.724014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5040 | 2024.06.04 11:13:57.724060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5041 | 2024.06.04 11:13:57.724077 [ 3 ] {} <Debug> HTTP-Session: 3bcc5314-5508-464e-a134-10ce0e88264d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5042 | 2024.06.04 11:13:57.724092 [ 3 ] {} <Debug> HTTP-Session: 3bcc5314-5508-464e-a134-10ce0e88264d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5043 | 2024.06.04 11:13:57.724106 [ 3 ] {} <Debug> HTTP-Session: 3bcc5314-5508-464e-a134-10ce0e88264d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5044 | 2024.06.04 11:13:57.724134 [ 3 ] {} <Trace> HTTP-Session: 3bcc5314-5508-464e-a134-10ce0e88264d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5045 | 2024.06.04 11:13:57.724270 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5046 | 2024.06.04 11:13:57.724313 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5047 | 2024.06.04 11:13:57.724455 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5048 | 2024.06.04 11:13:57.724962 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5049 | 2024.06.04 11:13:57.724996 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5050 | 2024.06.04 11:13:57.725354 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5051 | 2024.06.04 11:13:57.725727 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5052 | 2024.06.04 11:13:57.725882 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 5053 | 2024.06.04 11:13:57.726037 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5054 | 2024.06.04 11:13:57.726060 [ 3 ] {78c0ffb1-a815-4018-b2bf-8c60f826686d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5055 | 2024.06.04 11:13:57.726074 [ 3 ] {} <Debug> HTTP-Session: 3bcc5314-5508-464e-a134-10ce0e88264d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5056 | 2024.06.04 11:13:57.726194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5057 | 2024.06.04 11:13:57.726240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5058 | 2024.06.04 11:13:57.726257 [ 3 ] {} <Debug> HTTP-Session: cd8500ac-d5d5-4308-a826-2c5ac89029af Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5059 | 2024.06.04 11:13:57.726273 [ 3 ] {} <Debug> HTTP-Session: cd8500ac-d5d5-4308-a826-2c5ac89029af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5060 | 2024.06.04 11:13:57.726285 [ 3 ] {} <Debug> HTTP-Session: cd8500ac-d5d5-4308-a826-2c5ac89029af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5061 | 2024.06.04 11:13:57.726314 [ 3 ] {} <Trace> HTTP-Session: cd8500ac-d5d5-4308-a826-2c5ac89029af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5062 | 2024.06.04 11:13:57.726466 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5063 | 2024.06.04 11:13:57.726510 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5064 | 2024.06.04 11:13:57.726721 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5065 | 2024.06.04 11:13:57.727049 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5066 | 2024.06.04 11:13:57.727082 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5067 | 2024.06.04 11:13:57.727441 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5068 | 2024.06.04 11:13:57.727806 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5069 | 2024.06.04 11:13:57.727946 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001534 sec., 7170.795306388527 rows/sec., 9.68 MiB/sec. | ||
| 5070 | 2024.06.04 11:13:57.728106 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Debug> DynamicQueryHandler: Done processing query | ||
| 5071 | 2024.06.04 11:13:57.728129 [ 3 ] {f8e96c0f-4182-43cd-8b60-5e0e0ffeb230} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5072 | 2024.06.04 11:13:57.728143 [ 3 ] {} <Debug> HTTP-Session: cd8500ac-d5d5-4308-a826-2c5ac89029af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5073 | 2024.06.04 11:13:57.728254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5074 | 2024.06.04 11:13:57.728300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5075 | 2024.06.04 11:13:57.728317 [ 3 ] {} <Debug> HTTP-Session: 7ef50545-b1a9-4209-9999-208ec2b2adb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5076 | 2024.06.04 11:13:57.728333 [ 3 ] {} <Debug> HTTP-Session: 7ef50545-b1a9-4209-9999-208ec2b2adb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5077 | 2024.06.04 11:13:57.728345 [ 3 ] {} <Debug> HTTP-Session: 7ef50545-b1a9-4209-9999-208ec2b2adb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5078 | 2024.06.04 11:13:57.728374 [ 3 ] {} <Trace> HTTP-Session: 7ef50545-b1a9-4209-9999-208ec2b2adb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5079 | 2024.06.04 11:13:57.728480 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5080 | 2024.06.04 11:13:57.728584 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5081 | 2024.06.04 11:13:57.728701 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5082 | 2024.06.04 11:13:57.729022 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5083 | 2024.06.04 11:13:57.729056 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5084 | 2024.06.04 11:13:57.729386 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5085 | 2024.06.04 11:13:57.729747 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5086 | 2024.06.04 11:13:57.729896 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 5087 | 2024.06.04 11:13:57.730050 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5088 | 2024.06.04 11:13:57.730072 [ 3 ] {ef06ff4a-d2f1-4a29-9691-8ed2661a2a3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5089 | 2024.06.04 11:13:57.730087 [ 3 ] {} <Debug> HTTP-Session: 7ef50545-b1a9-4209-9999-208ec2b2adb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5090 | 2024.06.04 11:14:00.226705 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5091 | 2024.06.04 11:14:00.226759 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5092 | 2024.06.04 11:14:02.722631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5093 | 2024.06.04 11:14:02.722756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5094 | 2024.06.04 11:14:02.722780 [ 3 ] {} <Debug> HTTP-Session: c41e4584-d744-41fe-a236-20bd5533f781 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5095 | 2024.06.04 11:14:02.722803 [ 3 ] {} <Debug> HTTP-Session: c41e4584-d744-41fe-a236-20bd5533f781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5096 | 2024.06.04 11:14:02.722817 [ 3 ] {} <Debug> HTTP-Session: c41e4584-d744-41fe-a236-20bd5533f781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5097 | 2024.06.04 11:14:02.722867 [ 3 ] {} <Trace> HTTP-Session: c41e4584-d744-41fe-a236-20bd5533f781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5098 | 2024.06.04 11:14:02.723048 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5099 | 2024.06.04 11:14:02.723110 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5100 | 2024.06.04 11:14:02.723284 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5101 | 2024.06.04 11:14:02.723784 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5102 | 2024.06.04 11:14:02.723824 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5103 | 2024.06.04 11:14:02.724170 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5104 | 2024.06.04 11:14:02.724558 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5105 | 2024.06.04 11:14:02.724691 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001676 sec., 11933.174224343675 rows/sec., 967.24 KiB/sec. | ||
| 5106 | 2024.06.04 11:14:02.724955 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Debug> DynamicQueryHandler: Done processing query | ||
| 5107 | 2024.06.04 11:14:02.724986 [ 3 ] {dca6fd44-9a1c-4681-842b-5ece04264488} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5108 | 2024.06.04 11:14:02.725002 [ 3 ] {} <Debug> HTTP-Session: c41e4584-d744-41fe-a236-20bd5533f781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5109 | 2024.06.04 11:14:02.725159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5110 | 2024.06.04 11:14:02.725208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5111 | 2024.06.04 11:14:02.725227 [ 3 ] {} <Debug> HTTP-Session: e653a6b6-6612-4ada-b916-a9917b1e3736 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5112 | 2024.06.04 11:14:02.725243 [ 3 ] {} <Debug> HTTP-Session: e653a6b6-6612-4ada-b916-a9917b1e3736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5113 | 2024.06.04 11:14:02.725257 [ 3 ] {} <Debug> HTTP-Session: e653a6b6-6612-4ada-b916-a9917b1e3736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5114 | 2024.06.04 11:14:02.725285 [ 3 ] {} <Trace> HTTP-Session: e653a6b6-6612-4ada-b916-a9917b1e3736 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5115 | 2024.06.04 11:14:02.725473 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5116 | 2024.06.04 11:14:02.725514 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5117 | 2024.06.04 11:14:02.725647 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5118 | 2024.06.04 11:14:02.726020 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2024.06.04 11:14:02.726055 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5120 | 2024.06.04 11:14:02.726418 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5121 | 2024.06.04 11:14:02.726711 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5122 | 2024.06.04 11:14:02.726840 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001442 sec., 80443.82801664356 rows/sec., 6.65 MiB/sec. | ||
| 5123 | 2024.06.04 11:14:02.726891 [ 138 ] {} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5124 | 2024.06.04 11:14:02.726982 [ 138 ] {} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5125 | 2024.06.04 11:14:02.727022 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5126 | 2024.06.04 11:14:02.727053 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Debug> DynamicQueryHandler: Done processing query | ||
| 5127 | 2024.06.04 11:14:02.727104 [ 3 ] {753de149-c628-4562-8f61-f3c4f6c8a742} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5128 | 2024.06.04 11:14:02.727155 [ 3 ] {} <Debug> HTTP-Session: e653a6b6-6612-4ada-b916-a9917b1e3736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5129 | 2024.06.04 11:14:02.727249 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::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 | ||
| 5130 | 2024.06.04 11:14:02.727419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5131 | 2024.06.04 11:14:02.727539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5132 | 2024.06.04 11:14:02.727593 [ 3 ] {} <Debug> HTTP-Session: 1462d516-0f62-44d0-98f6-027f66911860 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5133 | 2024.06.04 11:14:02.727595 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5134 | 2024.06.04 11:14:02.727622 [ 3 ] {} <Debug> HTTP-Session: 1462d516-0f62-44d0-98f6-027f66911860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5135 | 2024.06.04 11:14:02.727668 [ 3 ] {} <Debug> HTTP-Session: 1462d516-0f62-44d0-98f6-027f66911860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5136 | 2024.06.04 11:14:02.727671 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 192 rows starting from the beginning of the part | ||
| 5137 | 2024.06.04 11:14:02.727734 [ 3 ] {} <Trace> HTTP-Session: 1462d516-0f62-44d0-98f6-027f66911860 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5138 | 2024.06.04 11:14:02.727946 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 117 rows starting from the beginning of the part | ||
| 5139 | 2024.06.04 11:14:02.728069 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5140 | 2024.06.04 11:14:02.728214 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5141 | 2024.06.04 11:14:02.728255 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 89 rows starting from the beginning of the part | ||
| 5142 | 2024.06.04 11:14:02.728666 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 117 rows starting from the beginning of the part | ||
| 5143 | 2024.06.04 11:14:02.729026 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 89 rows starting from the beginning of the part | ||
| 5144 | 2024.06.04 11:14:02.729115 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5145 | 2024.06.04 11:14:02.729263 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 116 rows starting from the beginning of the part | ||
| 5146 | 2024.06.04 11:14:02.730114 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2024.06.04 11:14:02.730173 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5148 | 2024.06.04 11:14:02.731032 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5149 | 2024.06.04 11:14:02.732018 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2024.06.04 11:14:02.732123 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 4 columns (4 merged, 0 gathered) in 0.004997343 sec., 144076.56228519836 rows/sec., 11.83 MiB/sec. | ||
| 5151 | 2024.06.04 11:14:02.732272 [ 138 ] {} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5152 | 2024.06.04 11:14:02.732321 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.004414 sec., 19030.357951971 rows/sec., 1.49 MiB/sec. | ||
| 5153 | 2024.06.04 11:14:02.732412 [ 138 ] {} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2024.06.04 11:14:02.732497 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5155 | 2024.06.04 11:14:02.732513 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5156 | 2024.06.04 11:14:02.732878 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Debug> DynamicQueryHandler: Done processing query | ||
| 5157 | 2024.06.04 11:14:02.732910 [ 197 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::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 | ||
| 5158 | 2024.06.04 11:14:02.732946 [ 3 ] {fb86b73f-054a-49ea-8dde-f04228d81c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5159 | 2024.06.04 11:14:02.733027 [ 3 ] {} <Debug> HTTP-Session: 1462d516-0f62-44d0-98f6-027f66911860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5160 | 2024.06.04 11:14:02.733411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5161 | 2024.06.04 11:14:02.733518 [ 197 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5162 | 2024.06.04 11:14:02.733567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5163 | 2024.06.04 11:14:02.733611 [ 197 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 151 rows starting from the beginning of the part | ||
| 5164 | 2024.06.04 11:14:02.733663 [ 3 ] {} <Debug> HTTP-Session: b0ab9905-6426-48fb-a85a-eb6fde2bf77d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5165 | 2024.06.04 11:14:02.733718 [ 3 ] {} <Debug> HTTP-Session: b0ab9905-6426-48fb-a85a-eb6fde2bf77d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5166 | 2024.06.04 11:14:02.733796 [ 3 ] {} <Debug> HTTP-Session: b0ab9905-6426-48fb-a85a-eb6fde2bf77d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5167 | 2024.06.04 11:14:02.733974 [ 197 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 86 rows starting from the beginning of the part | ||
| 5168 | 2024.06.04 11:14:02.734037 [ 3 ] {} <Trace> HTTP-Session: b0ab9905-6426-48fb-a85a-eb6fde2bf77d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5169 | 2024.06.04 11:14:02.734401 [ 197 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 75 rows starting from the beginning of the part | ||
| 5170 | 2024.06.04 11:14:02.734705 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5171 | 2024.06.04 11:14:02.734717 [ 197 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 86 rows starting from the beginning of the part | ||
| 5172 | 2024.06.04 11:14:02.734944 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5173 | 2024.06.04 11:14:02.735045 [ 197 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 75 rows starting from the beginning of the part | ||
| 5174 | 2024.06.04 11:14:02.735382 [ 197 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 84 rows starting from the beginning of the part | ||
| 5175 | 2024.06.04 11:14:02.736177 [ 193 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2024.06.04 11:14:02.736608 [ 193 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_31_6} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5177 | 2024.06.04 11:14:02.736902 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 5178 | 2024.06.04 11:14:02.737021 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5179 | 2024.06.04 11:14:02.738321 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5180 | 2024.06.04 11:14:02.738455 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5181 | 2024.06.04 11:14:02.739186 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 557 rows, containing 4 columns (4 merged, 0 gathered) in 0.006557606 sec., 84939.53433615866 rows/sec., 6.63 MiB/sec. | ||
| 5182 | 2024.06.04 11:14:02.739420 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5183 | 2024.06.04 11:14:02.739491 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5184 | 2024.06.04 11:14:02.740164 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5185 | 2024.06.04 11:14:02.740288 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5186 | 2024.06.04 11:14:02.740480 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5187 | 2024.06.04 11:14:02.740544 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006091 sec., 26268.264652766375 rows/sec., 1.83 MiB/sec. | ||
| 5188 | 2024.06.04 11:14:02.740569 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2024.06.04 11:14:02.740656 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5190 | 2024.06.04 11:14:02.740672 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_31_6} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5191 | 2024.06.04 11:14:02.741040 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::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 | ||
| 5192 | 2024.06.04 11:14:02.741079 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5193 | 2024.06.04 11:14:02.741158 [ 3 ] {5692d66b-9ea3-4237-8a53-fdd0d04a8ec5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5194 | 2024.06.04 11:14:02.741224 [ 3 ] {} <Debug> HTTP-Session: b0ab9905-6426-48fb-a85a-eb6fde2bf77d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5195 | 2024.06.04 11:14:02.741565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5196 | 2024.06.04 11:14:02.741730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5197 | 2024.06.04 11:14:02.741748 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5198 | 2024.06.04 11:14:02.741815 [ 3 ] {} <Debug> HTTP-Session: ae43b14e-7707-43e2-85e3-d55dc9dc2351 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5199 | 2024.06.04 11:14:02.741873 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 4340 rows starting from the beginning of the part | ||
| 5200 | 2024.06.04 11:14:02.741890 [ 3 ] {} <Debug> HTTP-Session: ae43b14e-7707-43e2-85e3-d55dc9dc2351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5201 | 2024.06.04 11:14:02.741943 [ 3 ] {} <Debug> HTTP-Session: ae43b14e-7707-43e2-85e3-d55dc9dc2351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5202 | 2024.06.04 11:14:02.742104 [ 3 ] {} <Trace> HTTP-Session: ae43b14e-7707-43e2-85e3-d55dc9dc2351 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2024.06.04 11:14:02.742252 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 161 rows starting from the beginning of the part | ||
| 5204 | 2024.06.04 11:14:02.742248 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5205 | 2024.06.04 11:14:02.742754 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 5206 | 2024.06.04 11:14:02.742868 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5207 | 2024.06.04 11:14:02.743092 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part | ||
| 5208 | 2024.06.04 11:14:02.743097 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5209 | 2024.06.04 11:14:02.743434 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 5210 | 2024.06.04 11:14:02.743766 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 5211 | 2024.06.04 11:14:02.744544 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5212 | 2024.06.04 11:14:02.745138 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5213 | 2024.06.04 11:14:02.745199 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5214 | 2024.06.04 11:14:02.746577 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5215 | 2024.06.04 11:14:02.747224 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5216 | 2024.06.04 11:14:02.747560 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.005092 sec., 3927.729772191673 rows/sec., 5.30 MiB/sec. | ||
| 5217 | 2024.06.04 11:14:02.747749 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Debug> DynamicQueryHandler: Done processing query | ||
| 5218 | 2024.06.04 11:14:02.747777 [ 3 ] {4b1e5229-08e8-45f5-83be-647282da7b65} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5219 | 2024.06.04 11:14:02.747843 [ 3 ] {} <Debug> HTTP-Session: ae43b14e-7707-43e2-85e3-d55dc9dc2351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5220 | 2024.06.04 11:14:02.748043 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5142 rows, containing 5 columns (5 merged, 0 gathered) in 0.007243735 sec., 709854.7917614324 rows/sec., 49.47 MiB/sec. | ||
| 5221 | 2024.06.04 11:14:02.748060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5222 | 2024.06.04 11:14:02.748137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5223 | 2024.06.04 11:14:02.748156 [ 3 ] {} <Debug> HTTP-Session: 636e4a47-82e9-4f74-bce3-e49e26e6e4ca Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5224 | 2024.06.04 11:14:02.748172 [ 3 ] {} <Debug> HTTP-Session: 636e4a47-82e9-4f74-bce3-e49e26e6e4ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5225 | 2024.06.04 11:14:02.748187 [ 3 ] {} <Debug> HTTP-Session: 636e4a47-82e9-4f74-bce3-e49e26e6e4ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5226 | 2024.06.04 11:14:02.748221 [ 3 ] {} <Trace> HTTP-Session: 636e4a47-82e9-4f74-bce3-e49e26e6e4ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5227 | 2024.06.04 11:14:02.748461 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5228 | 2024.06.04 11:14:02.748468 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5229 | 2024.06.04 11:14:02.748552 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5230 | 2024.06.04 11:14:02.748968 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5231 | 2024.06.04 11:14:02.749500 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2024.06.04 11:14:02.749695 [ 197 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5233 | 2024.06.04 11:14:02.749713 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2024.06.04 11:14:02.749791 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5235 | 2024.06.04 11:14:02.749832 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 5236 | 2024.06.04 11:14:02.750213 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5237 | 2024.06.04 11:14:02.750615 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5238 | 2024.06.04 11:14:02.750759 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002415 sec., 24844.72049689441 rows/sec., 1.67 MiB/sec. | ||
| 5239 | 2024.06.04 11:14:02.750768 [ 138 ] {} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5240 | 2024.06.04 11:14:02.750843 [ 138 ] {} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5241 | 2024.06.04 11:14:02.750897 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5242 | 2024.06.04 11:14:02.751025 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::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 | ||
| 5243 | 2024.06.04 11:14:02.751035 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5244 | 2024.06.04 11:14:02.751083 [ 3 ] {d4879147-4cf4-449d-aac3-00b341fda6f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5245 | 2024.06.04 11:14:02.751119 [ 3 ] {} <Debug> HTTP-Session: 636e4a47-82e9-4f74-bce3-e49e26e6e4ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5246 | 2024.06.04 11:14:02.751220 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5247 | 2024.06.04 11:14:02.751254 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1496 rows starting from the beginning of the part | ||
| 5248 | 2024.06.04 11:14:02.751314 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 5249 | 2024.06.04 11:14:02.751573 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 5250 | 2024.06.04 11:14:02.751677 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 5251 | 2024.06.04 11:14:02.751831 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 5252 | 2024.06.04 11:14:02.751905 [ 193 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 5253 | 2024.06.04 11:14:02.753110 [ 190 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1796 rows, containing 4 columns (4 merged, 0 gathered) in 0.002155021 sec., 833402.5515296602 rows/sec., 56.19 MiB/sec. | ||
| 5254 | 2024.06.04 11:14:02.753290 [ 197 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5255 | 2024.06.04 11:14:02.753720 [ 197 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5256 | 2024.06.04 11:14:02.753791 [ 197 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_31_6} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5257 | 2024.06.04 11:14:02.753853 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5258 | 2024.06.04 11:14:07.715512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5259 | 2024.06.04 11:14:07.715637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5260 | 2024.06.04 11:14:07.715664 [ 3 ] {} <Debug> HTTP-Session: 57ebe80b-2049-4786-8f45-db4a564a19a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5261 | 2024.06.04 11:14:07.715689 [ 3 ] {} <Debug> HTTP-Session: 57ebe80b-2049-4786-8f45-db4a564a19a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5262 | 2024.06.04 11:14:07.715703 [ 3 ] {} <Debug> HTTP-Session: 57ebe80b-2049-4786-8f45-db4a564a19a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5263 | 2024.06.04 11:14:07.715753 [ 3 ] {} <Trace> HTTP-Session: 57ebe80b-2049-4786-8f45-db4a564a19a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5264 | 2024.06.04 11:14:07.715939 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5265 | 2024.06.04 11:14:07.716006 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5266 | 2024.06.04 11:14:07.716197 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5267 | 2024.06.04 11:14:07.716616 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5268 | 2024.06.04 11:14:07.716665 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5269 | 2024.06.04 11:14:07.717043 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5270 | 2024.06.04 11:14:07.717402 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5271 | 2024.06.04 11:14:07.717578 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001694 sec., 6493.506493506494 rows/sec., 526.33 KiB/sec. | ||
| 5272 | 2024.06.04 11:14:07.717918 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5273 | 2024.06.04 11:14:07.717958 [ 3 ] {62037c36-0c4d-48b9-84cb-40e0ce6094d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5274 | 2024.06.04 11:14:07.717988 [ 3 ] {} <Debug> HTTP-Session: 57ebe80b-2049-4786-8f45-db4a564a19a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5275 | 2024.06.04 11:14:07.718174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5276 | 2024.06.04 11:14:07.718231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5277 | 2024.06.04 11:14:07.718251 [ 3 ] {} <Debug> HTTP-Session: e1dbc3ce-6720-4301-98c4-3de1b575bc8d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5278 | 2024.06.04 11:14:07.718268 [ 3 ] {} <Debug> HTTP-Session: e1dbc3ce-6720-4301-98c4-3de1b575bc8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5279 | 2024.06.04 11:14:07.718282 [ 3 ] {} <Debug> HTTP-Session: e1dbc3ce-6720-4301-98c4-3de1b575bc8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5280 | 2024.06.04 11:14:07.718318 [ 3 ] {} <Trace> HTTP-Session: e1dbc3ce-6720-4301-98c4-3de1b575bc8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5281 | 2024.06.04 11:14:07.718465 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5282 | 2024.06.04 11:14:07.718515 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5283 | 2024.06.04 11:14:07.718690 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5284 | 2024.06.04 11:14:07.719070 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5285 | 2024.06.04 11:14:07.719108 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5286 | 2024.06.04 11:14:07.719469 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5287 | 2024.06.04 11:14:07.719778 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5288 | 2024.06.04 11:14:07.719931 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Debug> executeQuery: Read 125 rows, 10.20 KiB in 0.001532 sec., 81592.68929503916 rows/sec., 6.50 MiB/sec. | ||
| 5289 | 2024.06.04 11:14:07.720215 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Debug> DynamicQueryHandler: Done processing query | ||
| 5290 | 2024.06.04 11:14:07.720245 [ 3 ] {0778cbaf-a1d7-4e58-9708-9574173c8355} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5291 | 2024.06.04 11:14:07.720262 [ 3 ] {} <Debug> HTTP-Session: e1dbc3ce-6720-4301-98c4-3de1b575bc8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5292 | 2024.06.04 11:14:07.720400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5293 | 2024.06.04 11:14:07.720449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5294 | 2024.06.04 11:14:07.720469 [ 3 ] {} <Debug> HTTP-Session: d21001a8-f657-429b-9b16-826d0842bb41 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5295 | 2024.06.04 11:14:07.720485 [ 3 ] {} <Debug> HTTP-Session: d21001a8-f657-429b-9b16-826d0842bb41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5296 | 2024.06.04 11:14:07.720499 [ 3 ] {} <Debug> HTTP-Session: d21001a8-f657-429b-9b16-826d0842bb41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5297 | 2024.06.04 11:14:07.720529 [ 3 ] {} <Trace> HTTP-Session: d21001a8-f657-429b-9b16-826d0842bb41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5298 | 2024.06.04 11:14:07.720650 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5299 | 2024.06.04 11:14:07.720693 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5300 | 2024.06.04 11:14:07.720834 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5301 | 2024.06.04 11:14:07.721180 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5302 | 2024.06.04 11:14:07.721218 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5303 | 2024.06.04 11:14:07.721531 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5304 | 2024.06.04 11:14:07.721836 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5305 | 2024.06.04 11:14:07.721991 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Debug> executeQuery: Read 99 rows, 7.89 KiB in 0.001388 sec., 71325.6484149856 rows/sec., 5.55 MiB/sec. | ||
| 5306 | 2024.06.04 11:14:07.722153 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5307 | 2024.06.04 11:14:07.722177 [ 3 ] {a7e322f1-e218-4f74-bc8e-1982b20bf4b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5308 | 2024.06.04 11:14:07.722194 [ 3 ] {} <Debug> HTTP-Session: d21001a8-f657-429b-9b16-826d0842bb41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5309 | 2024.06.04 11:14:07.722381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 37634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5310 | 2024.06.04 11:14:07.722430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5311 | 2024.06.04 11:14:07.722450 [ 3 ] {} <Debug> HTTP-Session: 110f0924-2c4b-4217-a05b-669d12abe706 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5312 | 2024.06.04 11:14:07.722466 [ 3 ] {} <Debug> HTTP-Session: 110f0924-2c4b-4217-a05b-669d12abe706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5313 | 2024.06.04 11:14:07.722480 [ 3 ] {} <Debug> HTTP-Session: 110f0924-2c4b-4217-a05b-669d12abe706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5314 | 2024.06.04 11:14:07.722509 [ 3 ] {} <Trace> HTTP-Session: 110f0924-2c4b-4217-a05b-669d12abe706 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5315 | 2024.06.04 11:14:07.722683 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5316 | 2024.06.04 11:14:07.722730 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5317 | 2024.06.04 11:14:07.722876 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5318 | 2024.06.04 11:14:07.723278 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2024.06.04 11:14:07.723314 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5320 | 2024.06.04 11:14:07.723696 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5321 | 2024.06.04 11:14:07.724042 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2024.06.04 11:14:07.724197 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Debug> executeQuery: Read 196 rows, 14.01 KiB in 0.00161 sec., 121739.13043478261 rows/sec., 8.50 MiB/sec. | ||
| 5323 | 2024.06.04 11:14:07.724498 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5324 | 2024.06.04 11:14:07.724560 [ 3 ] {71da0ede-cfcc-4633-9a66-57556cda6eeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5325 | 2024.06.04 11:14:07.724635 [ 3 ] {} <Debug> HTTP-Session: 110f0924-2c4b-4217-a05b-669d12abe706 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5326 | 2024.06.04 11:14:07.724828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5327 | 2024.06.04 11:14:07.724881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5328 | 2024.06.04 11:14:07.724899 [ 3 ] {} <Debug> HTTP-Session: cab9a332-a9c0-4188-aa56-f6824c7d68c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5329 | 2024.06.04 11:14:07.724916 [ 3 ] {} <Debug> HTTP-Session: cab9a332-a9c0-4188-aa56-f6824c7d68c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5330 | 2024.06.04 11:14:07.724930 [ 3 ] {} <Debug> HTTP-Session: cab9a332-a9c0-4188-aa56-f6824c7d68c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5331 | 2024.06.04 11:14:07.724961 [ 3 ] {} <Trace> HTTP-Session: cab9a332-a9c0-4188-aa56-f6824c7d68c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5332 | 2024.06.04 11:14:07.725111 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5333 | 2024.06.04 11:14:07.725161 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5334 | 2024.06.04 11:14:07.725338 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5335 | 2024.06.04 11:14:07.725656 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5336 | 2024.06.04 11:14:07.725691 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5337 | 2024.06.04 11:14:07.726071 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5338 | 2024.06.04 11:14:07.726405 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5339 | 2024.06.04 11:14:07.726530 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001499 sec., 7338.225483655771 rows/sec., 9.90 MiB/sec. | ||
| 5340 | 2024.06.04 11:14:07.726685 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5341 | 2024.06.04 11:14:07.726710 [ 3 ] {0400a01a-b98f-4580-a287-70a5395181a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5342 | 2024.06.04 11:14:07.726725 [ 3 ] {} <Debug> HTTP-Session: cab9a332-a9c0-4188-aa56-f6824c7d68c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5343 | 2024.06.04 11:14:07.726850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5344 | 2024.06.04 11:14:07.726897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5345 | 2024.06.04 11:14:07.726916 [ 3 ] {} <Debug> HTTP-Session: 34cf136e-149a-4af8-a3fb-bbff8ad1fb3c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5346 | 2024.06.04 11:14:07.726932 [ 3 ] {} <Debug> HTTP-Session: 34cf136e-149a-4af8-a3fb-bbff8ad1fb3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5347 | 2024.06.04 11:14:07.726946 [ 3 ] {} <Debug> HTTP-Session: 34cf136e-149a-4af8-a3fb-bbff8ad1fb3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5348 | 2024.06.04 11:14:07.726975 [ 3 ] {} <Trace> HTTP-Session: 34cf136e-149a-4af8-a3fb-bbff8ad1fb3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5349 | 2024.06.04 11:14:07.727082 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5350 | 2024.06.04 11:14:07.727126 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5351 | 2024.06.04 11:14:07.727250 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5352 | 2024.06.04 11:14:07.727495 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5353 | 2024.06.04 11:14:07.727529 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5354 | 2024.06.04 11:14:07.727882 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5355 | 2024.06.04 11:14:07.728195 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5356 | 2024.06.04 11:14:07.728320 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001278 sec., 46948.35680751174 rows/sec., 3.16 MiB/sec. | ||
| 5357 | 2024.06.04 11:14:07.728466 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Debug> DynamicQueryHandler: Done processing query | ||
| 5358 | 2024.06.04 11:14:07.728491 [ 3 ] {7756cf64-c357-4078-a67c-73ef57ef1471} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5359 | 2024.06.04 11:14:07.728506 [ 3 ] {} <Debug> HTTP-Session: 34cf136e-149a-4af8-a3fb-bbff8ad1fb3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5360 | 2024.06.04 11:14:12.700509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5361 | 2024.06.04 11:14:12.700656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5362 | 2024.06.04 11:14:12.700687 [ 3 ] {} <Debug> HTTP-Session: 32750e42-b726-425b-8469-ed361f4997e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5363 | 2024.06.04 11:14:12.700716 [ 3 ] {} <Debug> HTTP-Session: 32750e42-b726-425b-8469-ed361f4997e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5364 | 2024.06.04 11:14:12.700734 [ 3 ] {} <Debug> HTTP-Session: 32750e42-b726-425b-8469-ed361f4997e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5365 | 2024.06.04 11:14:12.700789 [ 3 ] {} <Trace> HTTP-Session: 32750e42-b726-425b-8469-ed361f4997e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2024.06.04 11:14:12.700995 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5367 | 2024.06.04 11:14:12.701078 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5368 | 2024.06.04 11:14:12.701298 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5369 | 2024.06.04 11:14:12.701686 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2024.06.04 11:14:12.701732 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5371 | 2024.06.04 11:14:12.702109 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5372 | 2024.06.04 11:14:12.702445 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2024.06.04 11:14:12.702627 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001695 sec., 11799.410029498526 rows/sec., 956.40 KiB/sec. | ||
| 5374 | 2024.06.04 11:14:12.702848 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Debug> DynamicQueryHandler: Done processing query | ||
| 5375 | 2024.06.04 11:14:12.702876 [ 3 ] {2c626126-dfd1-46fa-9e45-913b017e7a99} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5376 | 2024.06.04 11:14:12.702892 [ 3 ] {} <Debug> HTTP-Session: 32750e42-b726-425b-8469-ed361f4997e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5377 | 2024.06.04 11:14:12.703076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5378 | 2024.06.04 11:14:12.703132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5379 | 2024.06.04 11:14:12.703153 [ 3 ] {} <Debug> HTTP-Session: 05758061-2aaa-4b0c-8f80-4ed291812195 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5380 | 2024.06.04 11:14:12.703171 [ 3 ] {} <Debug> HTTP-Session: 05758061-2aaa-4b0c-8f80-4ed291812195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5381 | 2024.06.04 11:14:12.703185 [ 3 ] {} <Debug> HTTP-Session: 05758061-2aaa-4b0c-8f80-4ed291812195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5382 | 2024.06.04 11:14:12.703219 [ 3 ] {} <Trace> HTTP-Session: 05758061-2aaa-4b0c-8f80-4ed291812195 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5383 | 2024.06.04 11:14:12.703360 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5384 | 2024.06.04 11:14:12.703408 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5385 | 2024.06.04 11:14:12.703540 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5386 | 2024.06.04 11:14:12.703922 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2024.06.04 11:14:12.703966 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5388 | 2024.06.04 11:14:12.704356 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5389 | 2024.06.04 11:14:12.704735 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2024.06.04 11:14:12.704918 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001616 sec., 71782.17821782178 rows/sec., 5.94 MiB/sec. | ||
| 5391 | 2024.06.04 11:14:12.705134 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Debug> DynamicQueryHandler: Done processing query | ||
| 5392 | 2024.06.04 11:14:12.705163 [ 3 ] {4d7de785-d4e2-4820-b84e-15dd72ae9d04} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5393 | 2024.06.04 11:14:12.705184 [ 3 ] {} <Debug> HTTP-Session: 05758061-2aaa-4b0c-8f80-4ed291812195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5394 | 2024.06.04 11:14:12.705342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5395 | 2024.06.04 11:14:12.705398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5396 | 2024.06.04 11:14:12.705423 [ 3 ] {} <Debug> HTTP-Session: f803cb23-0de0-4ec1-b8cd-38745a6aa5e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5397 | 2024.06.04 11:14:12.705445 [ 3 ] {} <Debug> HTTP-Session: f803cb23-0de0-4ec1-b8cd-38745a6aa5e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5398 | 2024.06.04 11:14:12.705464 [ 3 ] {} <Debug> HTTP-Session: f803cb23-0de0-4ec1-b8cd-38745a6aa5e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5399 | 2024.06.04 11:14:12.705502 [ 3 ] {} <Trace> HTTP-Session: f803cb23-0de0-4ec1-b8cd-38745a6aa5e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5400 | 2024.06.04 11:14:12.705640 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5401 | 2024.06.04 11:14:12.705690 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5402 | 2024.06.04 11:14:12.705855 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5403 | 2024.06.04 11:14:12.706162 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5404 | 2024.06.04 11:14:12.706201 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5405 | 2024.06.04 11:14:12.706510 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5406 | 2024.06.04 11:14:12.706816 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5407 | 2024.06.04 11:14:12.706980 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001392 sec., 60344.8275862069 rows/sec., 4.71 MiB/sec. | ||
| 5408 | 2024.06.04 11:14:12.707253 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Debug> DynamicQueryHandler: Done processing query | ||
| 5409 | 2024.06.04 11:14:12.707284 [ 3 ] {82e4ce37-6817-4227-a659-47111b5cf506} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5410 | 2024.06.04 11:14:12.707300 [ 3 ] {} <Debug> HTTP-Session: f803cb23-0de0-4ec1-b8cd-38745a6aa5e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5411 | 2024.06.04 11:14:12.707473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5412 | 2024.06.04 11:14:12.707524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5413 | 2024.06.04 11:14:12.707543 [ 3 ] {} <Debug> HTTP-Session: 18f6f03e-e3e1-4661-b458-bbd40554762a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5414 | 2024.06.04 11:14:12.707561 [ 3 ] {} <Debug> HTTP-Session: 18f6f03e-e3e1-4661-b458-bbd40554762a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5415 | 2024.06.04 11:14:12.707575 [ 3 ] {} <Debug> HTTP-Session: 18f6f03e-e3e1-4661-b458-bbd40554762a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5416 | 2024.06.04 11:14:12.707605 [ 3 ] {} <Trace> HTTP-Session: 18f6f03e-e3e1-4661-b458-bbd40554762a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5417 | 2024.06.04 11:14:12.707748 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5418 | 2024.06.04 11:14:12.707796 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5419 | 2024.06.04 11:14:12.707959 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5420 | 2024.06.04 11:14:12.708297 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5421 | 2024.06.04 11:14:12.708334 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5422 | 2024.06.04 11:14:12.708726 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5423 | 2024.06.04 11:14:12.709065 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5424 | 2024.06.04 11:14:12.709227 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
| 5425 | 2024.06.04 11:14:12.709388 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Debug> DynamicQueryHandler: Done processing query | ||
| 5426 | 2024.06.04 11:14:12.709413 [ 3 ] {82202944-bec8-45b8-90ed-4afd2063cb19} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5427 | 2024.06.04 11:14:12.709430 [ 3 ] {} <Debug> HTTP-Session: 18f6f03e-e3e1-4661-b458-bbd40554762a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5428 | 2024.06.04 11:14:12.709655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5429 | 2024.06.04 11:14:12.709705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5430 | 2024.06.04 11:14:12.709724 [ 3 ] {} <Debug> HTTP-Session: abd64921-5394-4d79-8295-a74a9c9ca959 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5431 | 2024.06.04 11:14:12.709741 [ 3 ] {} <Debug> HTTP-Session: abd64921-5394-4d79-8295-a74a9c9ca959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5432 | 2024.06.04 11:14:12.709755 [ 3 ] {} <Debug> HTTP-Session: abd64921-5394-4d79-8295-a74a9c9ca959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5433 | 2024.06.04 11:14:12.709785 [ 3 ] {} <Trace> HTTP-Session: abd64921-5394-4d79-8295-a74a9c9ca959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5434 | 2024.06.04 11:14:12.709980 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5435 | 2024.06.04 11:14:12.710031 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5436 | 2024.06.04 11:14:12.710190 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5437 | 2024.06.04 11:14:12.710539 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2024.06.04 11:14:12.710580 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5439 | 2024.06.04 11:14:12.710982 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5440 | 2024.06.04 11:14:12.711319 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2024.06.04 11:14:12.711487 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001622 sec., 12330.456226880395 rows/sec., 16.64 MiB/sec. | ||
| 5442 | 2024.06.04 11:14:12.711649 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Debug> DynamicQueryHandler: Done processing query | ||
| 5443 | 2024.06.04 11:14:12.711675 [ 3 ] {68bfd5e9-a7f4-4ff9-a974-068d82932d66} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5444 | 2024.06.04 11:14:12.711691 [ 3 ] {} <Debug> HTTP-Session: abd64921-5394-4d79-8295-a74a9c9ca959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5445 | 2024.06.04 11:14:12.711840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5446 | 2024.06.04 11:14:12.711889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5447 | 2024.06.04 11:14:12.711908 [ 3 ] {} <Debug> HTTP-Session: 2803665e-9008-4100-9e16-2c61b857bee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5448 | 2024.06.04 11:14:12.711925 [ 3 ] {} <Debug> HTTP-Session: 2803665e-9008-4100-9e16-2c61b857bee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5449 | 2024.06.04 11:14:12.711939 [ 3 ] {} <Debug> HTTP-Session: 2803665e-9008-4100-9e16-2c61b857bee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5450 | 2024.06.04 11:14:12.711969 [ 3 ] {} <Trace> HTTP-Session: 2803665e-9008-4100-9e16-2c61b857bee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5451 | 2024.06.04 11:14:12.712079 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5452 | 2024.06.04 11:14:12.712122 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5453 | 2024.06.04 11:14:12.712249 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5454 | 2024.06.04 11:14:12.712534 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5455 | 2024.06.04 11:14:12.712571 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5456 | 2024.06.04 11:14:12.712927 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5457 | 2024.06.04 11:14:12.713248 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5458 | 2024.06.04 11:14:12.713398 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
| 5459 | 2024.06.04 11:14:12.713556 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5460 | 2024.06.04 11:14:12.713587 [ 3 ] {dff7455d-c6c7-4db6-bfd3-aaa15c0de8a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5461 | 2024.06.04 11:14:12.713609 [ 3 ] {} <Debug> HTTP-Session: 2803665e-9008-4100-9e16-2c61b857bee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5462 | 2024.06.04 11:14:15.227770 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5463 | 2024.06.04 11:14:15.227850 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5464 | 2024.06.04 11:14:17.686640 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5465 | 2024.06.04 11:14:17.686789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5466 | 2024.06.04 11:14:17.686820 [ 3 ] {} <Debug> HTTP-Session: 23b38841-9443-45d3-8e4a-347e841a9f8a Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5467 | 2024.06.04 11:14:17.686849 [ 3 ] {} <Debug> HTTP-Session: 23b38841-9443-45d3-8e4a-347e841a9f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5468 | 2024.06.04 11:14:17.686867 [ 3 ] {} <Debug> HTTP-Session: 23b38841-9443-45d3-8e4a-347e841a9f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5469 | 2024.06.04 11:14:17.686921 [ 3 ] {} <Trace> HTTP-Session: 23b38841-9443-45d3-8e4a-347e841a9f8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5470 | 2024.06.04 11:14:17.687122 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5471 | 2024.06.04 11:14:17.687197 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5472 | 2024.06.04 11:14:17.687413 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5473 | 2024.06.04 11:14:17.687818 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5474 | 2024.06.04 11:14:17.687900 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5475 | 2024.06.04 11:14:17.688266 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5476 | 2024.06.04 11:14:17.688596 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5477 | 2024.06.04 11:14:17.688742 [ 129 ] {} <Debug> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5478 | 2024.06.04 11:14:17.688749 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001693 sec., 6497.341996455995 rows/sec., 526.64 KiB/sec. | ||
| 5479 | 2024.06.04 11:14:17.688791 [ 129 ] {} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5480 | 2024.06.04 11:14:17.688831 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5481 | 2024.06.04 11:14:17.688941 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::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 | ||
| 5482 | 2024.06.04 11:14:17.688989 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Debug> DynamicQueryHandler: Done processing query | ||
| 5483 | 2024.06.04 11:14:17.689021 [ 3 ] {fa680b12-3ac3-4f61-9dba-f1ff39e10dae} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5484 | 2024.06.04 11:14:17.689049 [ 3 ] {} <Debug> HTTP-Session: 23b38841-9443-45d3-8e4a-347e841a9f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5485 | 2024.06.04 11:14:17.689074 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5486 | 2024.06.04 11:14:17.689109 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 31 rows starting from the beginning of the part | ||
| 5487 | 2024.06.04 11:14:17.689211 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part | ||
| 5488 | 2024.06.04 11:14:17.689211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5489 | 2024.06.04 11:14:17.689384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5490 | 2024.06.04 11:14:17.689446 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 5491 | 2024.06.04 11:14:17.689457 [ 3 ] {} <Debug> HTTP-Session: bbe38f0c-6943-4873-b13f-769825e215e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5492 | 2024.06.04 11:14:17.689539 [ 3 ] {} <Debug> HTTP-Session: bbe38f0c-6943-4873-b13f-769825e215e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5493 | 2024.06.04 11:14:17.689640 [ 3 ] {} <Debug> HTTP-Session: bbe38f0c-6943-4873-b13f-769825e215e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5494 | 2024.06.04 11:14:17.689827 [ 3 ] {} <Trace> HTTP-Session: bbe38f0c-6943-4873-b13f-769825e215e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5495 | 2024.06.04 11:14:17.689870 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part | ||
| 5496 | 2024.06.04 11:14:17.690216 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5497 | 2024.06.04 11:14:17.690234 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 5498 | 2024.06.04 11:14:17.690360 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5499 | 2024.06.04 11:14:17.690557 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part | ||
| 5500 | 2024.06.04 11:14:17.691298 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5501 | 2024.06.04 11:14:17.691712 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2024.06.04 11:14:17.691755 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5503 | 2024.06.04 11:14:17.692268 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5504 | 2024.06.04 11:14:17.692377 [ 190 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.003482841 sec., 29860.679830058278 rows/sec., 2.36 MiB/sec. | ||
| 5505 | 2024.06.04 11:14:17.692650 [ 190 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5506 | 2024.06.04 11:14:17.692809 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5507 | 2024.06.04 11:14:17.693276 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003211 sec., 1245.7178449081284 rows/sec., 101.58 KiB/sec. | ||
| 5508 | 2024.06.04 11:14:17.693835 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Debug> DynamicQueryHandler: Done processing query | ||
| 5509 | 2024.06.04 11:14:17.693883 [ 3 ] {b153cefe-1c3f-4cf7-9b08-3eb80c5e7727} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5510 | 2024.06.04 11:14:17.693892 [ 190 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2024.06.04 11:14:17.693912 [ 3 ] {} <Debug> HTTP-Session: bbe38f0c-6943-4873-b13f-769825e215e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5512 | 2024.06.04 11:14:17.694036 [ 190 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_26_5} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5513 | 2024.06.04 11:14:17.694100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 13095, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5514 | 2024.06.04 11:14:17.694179 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5515 | 2024.06.04 11:14:17.694208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5516 | 2024.06.04 11:14:17.694245 [ 3 ] {} <Debug> HTTP-Session: 272a18c0-d237-42da-911d-1103e5da5b89 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5517 | 2024.06.04 11:14:17.694262 [ 3 ] {} <Debug> HTTP-Session: 272a18c0-d237-42da-911d-1103e5da5b89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5518 | 2024.06.04 11:14:17.694275 [ 3 ] {} <Debug> HTTP-Session: 272a18c0-d237-42da-911d-1103e5da5b89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5519 | 2024.06.04 11:14:17.694306 [ 3 ] {} <Trace> HTTP-Session: 272a18c0-d237-42da-911d-1103e5da5b89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5520 | 2024.06.04 11:14:17.694438 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5521 | 2024.06.04 11:14:17.694481 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5522 | 2024.06.04 11:14:17.694627 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5523 | 2024.06.04 11:14:17.694966 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5524 | 2024.06.04 11:14:17.695002 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5525 | 2024.06.04 11:14:17.695327 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5526 | 2024.06.04 11:14:17.695642 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5527 | 2024.06.04 11:14:17.695767 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Debug> executeQuery: Read 91 rows, 7.54 KiB in 0.001384 sec., 65751.44508670521 rows/sec., 5.32 MiB/sec. | ||
| 5528 | 2024.06.04 11:14:17.695911 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Debug> DynamicQueryHandler: Done processing query | ||
| 5529 | 2024.06.04 11:14:17.695935 [ 3 ] {880ce093-3833-4f24-88c9-26d902f27193} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5530 | 2024.06.04 11:14:17.695951 [ 3 ] {} <Debug> HTTP-Session: 272a18c0-d237-42da-911d-1103e5da5b89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5531 | 2024.06.04 11:14:17.696054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5532 | 2024.06.04 11:14:17.696102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5533 | 2024.06.04 11:14:17.696122 [ 3 ] {} <Debug> HTTP-Session: cc7fabd3-c71d-47e2-8b58-70e6db510dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5534 | 2024.06.04 11:14:17.696139 [ 3 ] {} <Debug> HTTP-Session: cc7fabd3-c71d-47e2-8b58-70e6db510dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5535 | 2024.06.04 11:14:17.696153 [ 3 ] {} <Debug> HTTP-Session: cc7fabd3-c71d-47e2-8b58-70e6db510dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5536 | 2024.06.04 11:14:17.696183 [ 3 ] {} <Trace> HTTP-Session: cc7fabd3-c71d-47e2-8b58-70e6db510dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5537 | 2024.06.04 11:14:17.696276 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5538 | 2024.06.04 11:14:17.696318 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5539 | 2024.06.04 11:14:17.696441 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5540 | 2024.06.04 11:14:17.696692 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5541 | 2024.06.04 11:14:17.696727 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5542 | 2024.06.04 11:14:17.697019 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5543 | 2024.06.04 11:14:17.697318 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5544 | 2024.06.04 11:14:17.697449 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001196 sec., 3344.4816053511704 rows/sec., 233.53 KiB/sec. | ||
| 5545 | 2024.06.04 11:14:17.697711 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5546 | 2024.06.04 11:14:17.697736 [ 3 ] {40f6dfc2-7556-4084-9936-ef8ad82bbfbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5547 | 2024.06.04 11:14:17.697752 [ 3 ] {} <Debug> HTTP-Session: cc7fabd3-c71d-47e2-8b58-70e6db510dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5548 | 2024.06.04 11:14:17.697864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 13444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5549 | 2024.06.04 11:14:17.697913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5550 | 2024.06.04 11:14:17.697932 [ 3 ] {} <Debug> HTTP-Session: f7d43fa1-437e-4b9c-8369-1d2d7b0be38d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5551 | 2024.06.04 11:14:17.697949 [ 3 ] {} <Debug> HTTP-Session: f7d43fa1-437e-4b9c-8369-1d2d7b0be38d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5552 | 2024.06.04 11:14:17.697963 [ 3 ] {} <Debug> HTTP-Session: f7d43fa1-437e-4b9c-8369-1d2d7b0be38d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5553 | 2024.06.04 11:14:17.697993 [ 3 ] {} <Trace> HTTP-Session: f7d43fa1-437e-4b9c-8369-1d2d7b0be38d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5554 | 2024.06.04 11:14:17.698108 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5555 | 2024.06.04 11:14:17.698151 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5556 | 2024.06.04 11:14:17.698289 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5557 | 2024.06.04 11:14:17.698588 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2024.06.04 11:14:17.698625 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5559 | 2024.06.04 11:14:17.698937 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5560 | 2024.06.04 11:14:17.699238 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5561 | 2024.06.04 11:14:17.699361 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001295 sec., 61003.861003861006 rows/sec., 4.77 MiB/sec. | ||
| 5562 | 2024.06.04 11:14:17.699623 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Debug> DynamicQueryHandler: Done processing query | ||
| 5563 | 2024.06.04 11:14:17.699667 [ 3 ] {e568f569-1001-455c-9cec-16bf967e2495} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5564 | 2024.06.04 11:14:17.699684 [ 3 ] {} <Debug> HTTP-Session: f7d43fa1-437e-4b9c-8369-1d2d7b0be38d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5565 | 2024.06.04 11:14:17.699829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 31059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5566 | 2024.06.04 11:14:17.699878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5567 | 2024.06.04 11:14:17.699897 [ 3 ] {} <Debug> HTTP-Session: d2b344ef-56a4-416d-b2c4-dd64edec845e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5568 | 2024.06.04 11:14:17.699914 [ 3 ] {} <Debug> HTTP-Session: d2b344ef-56a4-416d-b2c4-dd64edec845e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5569 | 2024.06.04 11:14:17.699928 [ 3 ] {} <Debug> HTTP-Session: d2b344ef-56a4-416d-b2c4-dd64edec845e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5570 | 2024.06.04 11:14:17.699957 [ 3 ] {} <Trace> HTTP-Session: d2b344ef-56a4-416d-b2c4-dd64edec845e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5571 | 2024.06.04 11:14:17.700105 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5572 | 2024.06.04 11:14:17.700153 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5573 | 2024.06.04 11:14:17.700311 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5574 | 2024.06.04 11:14:17.700739 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2024.06.04 11:14:17.700790 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5576 | 2024.06.04 11:14:17.701209 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5577 | 2024.06.04 11:14:17.701597 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2024.06.04 11:14:17.701735 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001703 sec., 95126.24779800352 rows/sec., 6.62 MiB/sec. | ||
| 5579 | 2024.06.04 11:14:17.701882 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5580 | 2024.06.04 11:14:17.701906 [ 3 ] {1844841a-fd30-4054-be99-eff92f0ff8a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5581 | 2024.06.04 11:14:17.701922 [ 3 ] {} <Debug> HTTP-Session: d2b344ef-56a4-416d-b2c4-dd64edec845e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5582 | 2024.06.04 11:14:17.702041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5583 | 2024.06.04 11:14:17.702087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5584 | 2024.06.04 11:14:17.702107 [ 3 ] {} <Debug> HTTP-Session: 7f05dae2-1eea-4efb-9983-45d96b636dcd Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5585 | 2024.06.04 11:14:17.702123 [ 3 ] {} <Debug> HTTP-Session: 7f05dae2-1eea-4efb-9983-45d96b636dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5586 | 2024.06.04 11:14:17.702138 [ 3 ] {} <Debug> HTTP-Session: 7f05dae2-1eea-4efb-9983-45d96b636dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5587 | 2024.06.04 11:14:17.702168 [ 3 ] {} <Trace> HTTP-Session: 7f05dae2-1eea-4efb-9983-45d96b636dcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5588 | 2024.06.04 11:14:17.702308 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5589 | 2024.06.04 11:14:17.702357 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5590 | 2024.06.04 11:14:17.702513 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5591 | 2024.06.04 11:14:17.702824 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5592 | 2024.06.04 11:14:17.702858 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5593 | 2024.06.04 11:14:17.703243 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5594 | 2024.06.04 11:14:17.703560 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5595 | 2024.06.04 11:14:17.703680 [ 129 ] {} <Debug> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5596 | 2024.06.04 11:14:17.703691 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001457 sec., 7549.759780370625 rows/sec., 10.19 MiB/sec. | ||
| 5597 | 2024.06.04 11:14:17.703714 [ 129 ] {} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5598 | 2024.06.04 11:14:17.703749 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5599 | 2024.06.04 11:14:17.703864 [ 200 ] {708b9682-75fe-4a01-91c2-08fc7491354a::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 | ||
| 5600 | 2024.06.04 11:14:17.703905 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5601 | 2024.06.04 11:14:17.703937 [ 3 ] {0e90d4e2-9202-453b-a1ef-ac0b94332cc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5602 | 2024.06.04 11:14:17.703964 [ 3 ] {} <Debug> HTTP-Session: 7f05dae2-1eea-4efb-9983-45d96b636dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5603 | 2024.06.04 11:14:17.704034 [ 200 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5604 | 2024.06.04 11:14:17.704064 [ 200 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 339 rows starting from the beginning of the part | ||
| 5605 | 2024.06.04 11:14:17.704096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5606 | 2024.06.04 11:14:17.704204 [ 200 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 11 rows starting from the beginning of the part | ||
| 5607 | 2024.06.04 11:14:17.704240 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5608 | 2024.06.04 11:14:17.704353 [ 3 ] {} <Debug> HTTP-Session: fadc503b-afbb-4974-a44c-e3d9a85dd659 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5609 | 2024.06.04 11:14:17.704474 [ 3 ] {} <Debug> HTTP-Session: fadc503b-afbb-4974-a44c-e3d9a85dd659 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5610 | 2024.06.04 11:14:17.704581 [ 3 ] {} <Debug> HTTP-Session: fadc503b-afbb-4974-a44c-e3d9a85dd659 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5611 | 2024.06.04 11:14:17.704641 [ 200 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 5612 | 2024.06.04 11:14:17.704691 [ 3 ] {} <Trace> HTTP-Session: fadc503b-afbb-4974-a44c-e3d9a85dd659 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5613 | 2024.06.04 11:14:17.704962 [ 200 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 11 rows starting from the beginning of the part | ||
| 5614 | 2024.06.04 11:14:17.705070 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5615 | 2024.06.04 11:14:17.705218 [ 200 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part | ||
| 5616 | 2024.06.04 11:14:17.705220 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5617 | 2024.06.04 11:14:17.705571 [ 200 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 11 rows starting from the beginning of the part | ||
| 5618 | 2024.06.04 11:14:17.706235 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5619 | 2024.06.04 11:14:17.706716 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5620 | 2024.06.04 11:14:17.706751 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5621 | 2024.06.04 11:14:17.707299 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5622 | 2024.06.04 11:14:17.708096 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5623 | 2024.06.04 11:14:17.708275 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003322 sec., 18061.408789885612 rows/sec., 1.22 MiB/sec. | ||
| 5624 | 2024.06.04 11:14:17.708481 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5625 | 2024.06.04 11:14:17.708505 [ 3 ] {7eaf8840-6d18-4ad1-8ded-a84110319d3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5626 | 2024.06.04 11:14:17.708521 [ 3 ] {} <Debug> HTTP-Session: fadc503b-afbb-4974-a44c-e3d9a85dd659 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5627 | 2024.06.04 11:14:17.708753 [ 196 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 412 rows, containing 6 columns (6 merged, 0 gathered) in 0.004955502 sec., 83139.91196048353 rows/sec., 112.19 MiB/sec. | ||
| 5628 | 2024.06.04 11:14:17.708996 [ 196 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5629 | 2024.06.04 11:14:17.709347 [ 196 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5630 | 2024.06.04 11:14:17.709414 [ 196 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5631 | 2024.06.04 11:14:17.709477 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 5632 | 2024.06.04 11:14:22.674847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5633 | 2024.06.04 11:14:22.674990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5634 | 2024.06.04 11:14:22.675019 [ 3 ] {} <Debug> HTTP-Session: d4f834e3-6946-4c4d-afc5-987d56c64a38 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5635 | 2024.06.04 11:14:22.675048 [ 3 ] {} <Debug> HTTP-Session: d4f834e3-6946-4c4d-afc5-987d56c64a38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5636 | 2024.06.04 11:14:22.675066 [ 3 ] {} <Debug> HTTP-Session: d4f834e3-6946-4c4d-afc5-987d56c64a38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5637 | 2024.06.04 11:14:22.675125 [ 3 ] {} <Trace> HTTP-Session: d4f834e3-6946-4c4d-afc5-987d56c64a38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5638 | 2024.06.04 11:14:22.675333 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5639 | 2024.06.04 11:14:22.675408 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5640 | 2024.06.04 11:14:22.675604 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5641 | 2024.06.04 11:14:22.676020 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5642 | 2024.06.04 11:14:22.676059 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5643 | 2024.06.04 11:14:22.676451 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5644 | 2024.06.04 11:14:22.676793 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5645 | 2024.06.04 11:14:22.676943 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001682 sec., 11890.606420927468 rows/sec., 963.79 KiB/sec. | ||
| 5646 | 2024.06.04 11:14:22.677131 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Debug> DynamicQueryHandler: Done processing query | ||
| 5647 | 2024.06.04 11:14:22.677157 [ 3 ] {77cbfbd1-ed57-4cf4-bcdc-7368a6166991} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5648 | 2024.06.04 11:14:22.677174 [ 3 ] {} <Debug> HTTP-Session: d4f834e3-6946-4c4d-afc5-987d56c64a38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5649 | 2024.06.04 11:14:22.677335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5650 | 2024.06.04 11:14:22.677385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5651 | 2024.06.04 11:14:22.677404 [ 3 ] {} <Debug> HTTP-Session: d5275db4-6a66-4b06-a524-f850388a1f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5652 | 2024.06.04 11:14:22.677421 [ 3 ] {} <Debug> HTTP-Session: d5275db4-6a66-4b06-a524-f850388a1f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5653 | 2024.06.04 11:14:22.677434 [ 3 ] {} <Debug> HTTP-Session: d5275db4-6a66-4b06-a524-f850388a1f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5654 | 2024.06.04 11:14:22.677466 [ 3 ] {} <Trace> HTTP-Session: d5275db4-6a66-4b06-a524-f850388a1f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5655 | 2024.06.04 11:14:22.677594 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5656 | 2024.06.04 11:14:22.677640 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5657 | 2024.06.04 11:14:22.677761 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5658 | 2024.06.04 11:14:22.678170 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5659 | 2024.06.04 11:14:22.678207 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5660 | 2024.06.04 11:14:22.678532 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5661 | 2024.06.04 11:14:22.678830 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5662 | 2024.06.04 11:14:22.678953 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001414 sec., 82036.77510608204 rows/sec., 6.79 MiB/sec. | ||
| 5663 | 2024.06.04 11:14:22.679130 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Debug> DynamicQueryHandler: Done processing query | ||
| 5664 | 2024.06.04 11:14:22.679155 [ 3 ] {9da35a4f-cd97-40ea-8b99-bb4a21d4f131} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5665 | 2024.06.04 11:14:22.679171 [ 3 ] {} <Debug> HTTP-Session: d5275db4-6a66-4b06-a524-f850388a1f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5666 | 2024.06.04 11:14:22.679325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5667 | 2024.06.04 11:14:22.679374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5668 | 2024.06.04 11:14:22.679393 [ 3 ] {} <Debug> HTTP-Session: 50278872-5040-49ff-a030-ba787e913125 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5669 | 2024.06.04 11:14:22.679410 [ 3 ] {} <Debug> HTTP-Session: 50278872-5040-49ff-a030-ba787e913125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5670 | 2024.06.04 11:14:22.679424 [ 3 ] {} <Debug> HTTP-Session: 50278872-5040-49ff-a030-ba787e913125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5671 | 2024.06.04 11:14:22.679460 [ 3 ] {} <Trace> HTTP-Session: 50278872-5040-49ff-a030-ba787e913125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5672 | 2024.06.04 11:14:22.679575 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5673 | 2024.06.04 11:14:22.679619 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5674 | 2024.06.04 11:14:22.679745 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5675 | 2024.06.04 11:14:22.680107 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2024.06.04 11:14:22.680148 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5677 | 2024.06.04 11:14:22.680465 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5678 | 2024.06.04 11:14:22.680772 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2024.06.04 11:14:22.680897 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001362 sec., 61674.00881057269 rows/sec., 4.82 MiB/sec. | ||
| 5680 | 2024.06.04 11:14:22.681047 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5681 | 2024.06.04 11:14:22.681073 [ 3 ] {8b16dc4c-0999-481c-a71a-4a059560693c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5682 | 2024.06.04 11:14:22.681088 [ 3 ] {} <Debug> HTTP-Session: 50278872-5040-49ff-a030-ba787e913125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5683 | 2024.06.04 11:14:22.681274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5684 | 2024.06.04 11:14:22.681334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5685 | 2024.06.04 11:14:22.681354 [ 3 ] {} <Debug> HTTP-Session: 3c858ceb-11d2-407e-ac36-56dcd3a69176 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5686 | 2024.06.04 11:14:22.681371 [ 3 ] {} <Debug> HTTP-Session: 3c858ceb-11d2-407e-ac36-56dcd3a69176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5687 | 2024.06.04 11:14:22.681385 [ 3 ] {} <Debug> HTTP-Session: 3c858ceb-11d2-407e-ac36-56dcd3a69176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5688 | 2024.06.04 11:14:22.681416 [ 3 ] {} <Trace> HTTP-Session: 3c858ceb-11d2-407e-ac36-56dcd3a69176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5689 | 2024.06.04 11:14:22.681570 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5690 | 2024.06.04 11:14:22.681620 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5691 | 2024.06.04 11:14:22.681765 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5692 | 2024.06.04 11:14:22.682153 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5693 | 2024.06.04 11:14:22.682192 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5694 | 2024.06.04 11:14:22.682589 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5695 | 2024.06.04 11:14:22.682928 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5696 | 2024.06.04 11:14:22.683072 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 5697 | 2024.06.04 11:14:22.683261 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5698 | 2024.06.04 11:14:22.683286 [ 3 ] {43440bb6-c90f-4b4e-be85-d95dc1bb8d6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5699 | 2024.06.04 11:14:22.683304 [ 3 ] {} <Debug> HTTP-Session: 3c858ceb-11d2-407e-ac36-56dcd3a69176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5700 | 2024.06.04 11:14:22.683436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5701 | 2024.06.04 11:14:22.683486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5702 | 2024.06.04 11:14:22.683504 [ 3 ] {} <Debug> HTTP-Session: 79bd7a36-bbfd-4311-8f77-20161d9082f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5703 | 2024.06.04 11:14:22.683520 [ 3 ] {} <Debug> HTTP-Session: 79bd7a36-bbfd-4311-8f77-20161d9082f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5704 | 2024.06.04 11:14:22.683534 [ 3 ] {} <Debug> HTTP-Session: 79bd7a36-bbfd-4311-8f77-20161d9082f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5705 | 2024.06.04 11:14:22.683565 [ 3 ] {} <Trace> HTTP-Session: 79bd7a36-bbfd-4311-8f77-20161d9082f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2024.06.04 11:14:22.683770 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5707 | 2024.06.04 11:14:22.683819 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5708 | 2024.06.04 11:14:22.684019 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5709 | 2024.06.04 11:14:22.684463 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2024.06.04 11:14:22.684499 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5711 | 2024.06.04 11:14:22.684892 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5712 | 2024.06.04 11:14:22.685230 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5713 | 2024.06.04 11:14:22.685368 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001728 sec., 11574.074074074075 rows/sec., 15.62 MiB/sec. | ||
| 5714 | 2024.06.04 11:14:22.685536 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5715 | 2024.06.04 11:14:22.685571 [ 3 ] {47bc9801-ef79-4864-bffe-496940169bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5716 | 2024.06.04 11:14:22.685589 [ 3 ] {} <Debug> HTTP-Session: 79bd7a36-bbfd-4311-8f77-20161d9082f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5717 | 2024.06.04 11:14:22.685726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5718 | 2024.06.04 11:14:22.685777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5719 | 2024.06.04 11:14:22.685796 [ 3 ] {} <Debug> HTTP-Session: 6a6b2248-a081-4243-acb0-22ea65603691 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5720 | 2024.06.04 11:14:22.685814 [ 3 ] {} <Debug> HTTP-Session: 6a6b2248-a081-4243-acb0-22ea65603691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5721 | 2024.06.04 11:14:22.685829 [ 3 ] {} <Debug> HTTP-Session: 6a6b2248-a081-4243-acb0-22ea65603691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5722 | 2024.06.04 11:14:22.685861 [ 3 ] {} <Trace> HTTP-Session: 6a6b2248-a081-4243-acb0-22ea65603691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5723 | 2024.06.04 11:14:22.685986 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5724 | 2024.06.04 11:14:22.686037 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5725 | 2024.06.04 11:14:22.686161 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5726 | 2024.06.04 11:14:22.686447 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2024.06.04 11:14:22.686482 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5728 | 2024.06.04 11:14:22.686864 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5729 | 2024.06.04 11:14:22.687187 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2024.06.04 11:14:22.687349 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
| 5731 | 2024.06.04 11:14:22.687660 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Debug> DynamicQueryHandler: Done processing query | ||
| 5732 | 2024.06.04 11:14:22.687692 [ 3 ] {6da2278d-1625-4df7-bf78-b7c6a5836069} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5733 | 2024.06.04 11:14:22.687708 [ 3 ] {} <Debug> HTTP-Session: 6a6b2248-a081-4243-acb0-22ea65603691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5734 | 2024.06.04 11:14:27.659149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5735 | 2024.06.04 11:14:27.659292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5736 | 2024.06.04 11:14:27.659324 [ 3 ] {} <Debug> HTTP-Session: 151aee1f-4a02-4fd0-9370-bd319678c177 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5737 | 2024.06.04 11:14:27.659354 [ 3 ] {} <Debug> HTTP-Session: 151aee1f-4a02-4fd0-9370-bd319678c177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5738 | 2024.06.04 11:14:27.659373 [ 3 ] {} <Debug> HTTP-Session: 151aee1f-4a02-4fd0-9370-bd319678c177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5739 | 2024.06.04 11:14:27.659430 [ 3 ] {} <Trace> HTTP-Session: 151aee1f-4a02-4fd0-9370-bd319678c177 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5740 | 2024.06.04 11:14:27.659640 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5741 | 2024.06.04 11:14:27.659715 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5742 | 2024.06.04 11:14:27.659933 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5743 | 2024.06.04 11:14:27.660383 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2024.06.04 11:14:27.660428 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5745 | 2024.06.04 11:14:27.660797 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5746 | 2024.06.04 11:14:27.661142 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5747 | 2024.06.04 11:14:27.661311 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001732 sec., 6351.039260969977 rows/sec., 514.78 KiB/sec. | ||
| 5748 | 2024.06.04 11:14:27.661621 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Debug> DynamicQueryHandler: Done processing query | ||
| 5749 | 2024.06.04 11:14:27.661659 [ 3 ] {f4183739-0954-4ae3-bb52-9ab986c43696} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5750 | 2024.06.04 11:14:27.661679 [ 3 ] {} <Debug> HTTP-Session: 151aee1f-4a02-4fd0-9370-bd319678c177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5751 | 2024.06.04 11:14:27.661798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5752 | 2024.06.04 11:14:27.661854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5753 | 2024.06.04 11:14:27.661873 [ 3 ] {} <Debug> HTTP-Session: d546eb1b-b056-4f16-ac0f-0a97df5ff8e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5754 | 2024.06.04 11:14:27.661891 [ 3 ] {} <Debug> HTTP-Session: d546eb1b-b056-4f16-ac0f-0a97df5ff8e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5755 | 2024.06.04 11:14:27.661906 [ 3 ] {} <Debug> HTTP-Session: d546eb1b-b056-4f16-ac0f-0a97df5ff8e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5756 | 2024.06.04 11:14:27.661941 [ 3 ] {} <Trace> HTTP-Session: d546eb1b-b056-4f16-ac0f-0a97df5ff8e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5757 | 2024.06.04 11:14:27.662047 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5758 | 2024.06.04 11:14:27.662095 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5759 | 2024.06.04 11:14:27.662244 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5760 | 2024.06.04 11:14:27.662536 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5761 | 2024.06.04 11:14:27.662574 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5762 | 2024.06.04 11:14:27.662877 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5763 | 2024.06.04 11:14:27.663182 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5764 | 2024.06.04 11:14:27.663344 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001317 sec., 1518.602885345482 rows/sec., 123.83 KiB/sec. | ||
| 5765 | 2024.06.04 11:14:27.663360 [ 119 ] {} <Debug> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5766 | 2024.06.04 11:14:27.663475 [ 119 ] {} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5767 | 2024.06.04 11:14:27.663527 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Debug> DynamicQueryHandler: Done processing query | ||
| 5768 | 2024.06.04 11:14:27.663532 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5769 | 2024.06.04 11:14:27.663570 [ 3 ] {1cb05e32-e4bd-4cb2-99b3-8f1780494188} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5770 | 2024.06.04 11:14:27.663614 [ 3 ] {} <Debug> HTTP-Session: d546eb1b-b056-4f16-ac0f-0a97df5ff8e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5771 | 2024.06.04 11:14:27.663824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12960, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5772 | 2024.06.04 11:14:27.663836 [ 200 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::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 | ||
| 5773 | 2024.06.04 11:14:27.663987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5774 | 2024.06.04 11:14:27.664080 [ 3 ] {} <Debug> HTTP-Session: 24fc98e4-822a-4c7e-84a2-b7a7bd367c2e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5775 | 2024.06.04 11:14:27.664145 [ 3 ] {} <Debug> HTTP-Session: 24fc98e4-822a-4c7e-84a2-b7a7bd367c2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5776 | 2024.06.04 11:14:27.664196 [ 3 ] {} <Debug> HTTP-Session: 24fc98e4-822a-4c7e-84a2-b7a7bd367c2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5777 | 2024.06.04 11:14:27.664245 [ 200 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5778 | 2024.06.04 11:14:27.664248 [ 3 ] {} <Trace> HTTP-Session: 24fc98e4-822a-4c7e-84a2-b7a7bd367c2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5779 | 2024.06.04 11:14:27.664282 [ 200 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part | ||
| 5780 | 2024.06.04 11:14:27.664371 [ 200 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 5781 | 2024.06.04 11:14:27.664455 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5782 | 2024.06.04 11:14:27.664675 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5783 | 2024.06.04 11:14:27.664771 [ 200 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 5784 | 2024.06.04 11:14:27.665094 [ 200 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 5785 | 2024.06.04 11:14:27.665432 [ 200 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 5786 | 2024.06.04 11:14:27.665711 [ 200 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 5787 | 2024.06.04 11:14:27.665840 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5788 | 2024.06.04 11:14:27.666849 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2024.06.04 11:14:27.666897 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5790 | 2024.06.04 11:14:27.667419 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5791 | 2024.06.04 11:14:27.667488 [ 188 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.003819525 sec., 7330.754478632814 rows/sec., 597.77 KiB/sec. | ||
| 5792 | 2024.06.04 11:14:27.667630 [ 188 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5793 | 2024.06.04 11:14:27.667883 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5794 | 2024.06.04 11:14:27.668137 [ 119 ] {} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5795 | 2024.06.04 11:14:27.668168 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Debug> executeQuery: Read 90 rows, 7.46 KiB in 0.003808 sec., 23634.453781512602 rows/sec., 1.91 MiB/sec. | ||
| 5796 | 2024.06.04 11:14:27.668288 [ 119 ] {} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5797 | 2024.06.04 11:14:27.668307 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5798 | 2024.06.04 11:14:27.668424 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5799 | 2024.06.04 11:14:27.668682 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Debug> DynamicQueryHandler: Done processing query | ||
| 5800 | 2024.06.04 11:14:27.668736 [ 201 ] {5cb12bc5-9b41-40c0-a816-2a94dee127f4::all_1_11_2} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5801 | 2024.06.04 11:14:27.668762 [ 3 ] {733c4ab0-80e1-441d-a452-dc1323507489} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5802 | 2024.06.04 11:14:27.668799 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::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 | ||
| 5803 | 2024.06.04 11:14:27.668808 [ 3 ] {} <Debug> HTTP-Session: 24fc98e4-822a-4c7e-84a2-b7a7bd367c2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5804 | 2024.06.04 11:14:27.668996 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5805 | 2024.06.04 11:14:27.669049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5806 | 2024.06.04 11:14:27.669107 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5807 | 2024.06.04 11:14:27.669142 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 192 rows starting from the beginning of the part | ||
| 5808 | 2024.06.04 11:14:27.669142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5809 | 2024.06.04 11:14:27.669175 [ 3 ] {} <Debug> HTTP-Session: da140d4b-5079-4ea4-b825-9c21b669c737 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5810 | 2024.06.04 11:14:27.669217 [ 3 ] {} <Debug> HTTP-Session: da140d4b-5079-4ea4-b825-9c21b669c737 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5811 | 2024.06.04 11:14:27.669305 [ 3 ] {} <Debug> HTTP-Session: da140d4b-5079-4ea4-b825-9c21b669c737 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5812 | 2024.06.04 11:14:27.669306 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 125 rows starting from the beginning of the part | ||
| 5813 | 2024.06.04 11:14:27.669422 [ 3 ] {} <Trace> HTTP-Session: da140d4b-5079-4ea4-b825-9c21b669c737 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5814 | 2024.06.04 11:14:27.669606 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 116 rows starting from the beginning of the part | ||
| 5815 | 2024.06.04 11:14:27.669732 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5816 | 2024.06.04 11:14:27.669902 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5817 | 2024.06.04 11:14:27.669937 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 91 rows starting from the beginning of the part | ||
| 5818 | 2024.06.04 11:14:27.670287 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 116 rows starting from the beginning of the part | ||
| 5819 | 2024.06.04 11:14:27.670617 [ 188 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part | ||
| 5820 | 2024.06.04 11:14:27.671168 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5821 | 2024.06.04 11:14:27.671622 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5822 | 2024.06.04 11:14:27.671673 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5823 | 2024.06.04 11:14:27.672149 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5824 | 2024.06.04 11:14:27.672485 [ 200 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 730 rows, containing 4 columns (4 merged, 0 gathered) in 0.003878837 sec., 188200.74161404566 rows/sec., 15.36 MiB/sec. | ||
| 5825 | 2024.06.04 11:14:27.672604 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2024.06.04 11:14:27.672624 [ 200 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5827 | 2024.06.04 11:14:27.672823 [ 119 ] {} <Debug> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5828 | 2024.06.04 11:14:27.672846 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00321 sec., 623.0529595015576 rows/sec., 43.50 KiB/sec. | ||
| 5829 | 2024.06.04 11:14:27.672932 [ 119 ] {} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5830 | 2024.06.04 11:14:27.673060 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5831 | 2024.06.04 11:14:27.673433 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5832 | 2024.06.04 11:14:27.673433 [ 188 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::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 | ||
| 5833 | 2024.06.04 11:14:27.673479 [ 3 ] {dc4e9251-201b-4be8-bdc7-86d5830abfb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5834 | 2024.06.04 11:14:27.673505 [ 3 ] {} <Debug> HTTP-Session: da140d4b-5079-4ea4-b825-9c21b669c737 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5835 | 2024.06.04 11:14:27.673629 [ 188 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5836 | 2024.06.04 11:14:27.673661 [ 188 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 14 rows starting from the beginning of the part | ||
| 5837 | 2024.06.04 11:14:27.673715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 13099, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5838 | 2024.06.04 11:14:27.673721 [ 200 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5839 | 2024.06.04 11:14:27.673905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5840 | 2024.06.04 11:14:27.673964 [ 188 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 5841 | 2024.06.04 11:14:27.674038 [ 3 ] {} <Debug> HTTP-Session: 9f3c9644-7c2a-4601-8a2f-c0053e1a5e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5842 | 2024.06.04 11:14:27.674112 [ 3 ] {} <Debug> HTTP-Session: 9f3c9644-7c2a-4601-8a2f-c0053e1a5e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5843 | 2024.06.04 11:14:27.674207 [ 3 ] {} <Debug> HTTP-Session: 9f3c9644-7c2a-4601-8a2f-c0053e1a5e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5844 | 2024.06.04 11:14:27.674279 [ 200 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_36_7} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5845 | 2024.06.04 11:14:27.674388 [ 3 ] {} <Trace> HTTP-Session: 9f3c9644-7c2a-4601-8a2f-c0053e1a5e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5846 | 2024.06.04 11:14:27.674405 [ 188 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 5847 | 2024.06.04 11:14:27.674566 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 5848 | 2024.06.04 11:14:27.674760 [ 188 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 5849 | 2024.06.04 11:14:27.674849 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5850 | 2024.06.04 11:14:27.675011 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5851 | 2024.06.04 11:14:27.675054 [ 188 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 5852 | 2024.06.04 11:14:27.675401 [ 188 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 5853 | 2024.06.04 11:14:27.676027 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5854 | 2024.06.04 11:14:27.676517 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5855 | 2024.06.04 11:14:27.676559 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5856 | 2024.06.04 11:14:27.677071 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5857 | 2024.06.04 11:14:27.677081 [ 199 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.003822376 sec., 7325.2866803265815 rows/sec., 511.48 KiB/sec. | ||
| 5858 | 2024.06.04 11:14:27.677360 [ 199 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5859 | 2024.06.04 11:14:27.677789 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5860 | 2024.06.04 11:14:27.678178 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.003498 sec., 22012.578616352203 rows/sec., 1.72 MiB/sec. | ||
| 5861 | 2024.06.04 11:14:27.678177 [ 119 ] {} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5862 | 2024.06.04 11:14:27.678361 [ 119 ] {} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2024.06.04 11:14:27.678453 [ 200 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5864 | 2024.06.04 11:14:27.678524 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5865 | 2024.06.04 11:14:27.678760 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Debug> DynamicQueryHandler: Done processing query | ||
| 5866 | 2024.06.04 11:14:27.678794 [ 200 ] {16b0abc6-58a4-4d56-9a71-833053f97ff8::all_1_11_2} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5867 | 2024.06.04 11:14:27.678883 [ 3 ] {9297dc36-0a96-441b-b72f-f7666bc08235} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5868 | 2024.06.04 11:14:27.679004 [ 3 ] {} <Debug> HTTP-Session: 9f3c9644-7c2a-4601-8a2f-c0053e1a5e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5869 | 2024.06.04 11:14:27.679172 [ 188 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::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 | ||
| 5870 | 2024.06.04 11:14:27.679256 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5871 | 2024.06.04 11:14:27.679418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5872 | 2024.06.04 11:14:27.679616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5873 | 2024.06.04 11:14:27.679733 [ 3 ] {} <Debug> HTTP-Session: 7e577ec4-e4b5-44be-979e-ef879ee3a33e Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5874 | 2024.06.04 11:14:27.679834 [ 3 ] {} <Debug> HTTP-Session: 7e577ec4-e4b5-44be-979e-ef879ee3a33e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5875 | 2024.06.04 11:14:27.679912 [ 3 ] {} <Debug> HTTP-Session: 7e577ec4-e4b5-44be-979e-ef879ee3a33e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5876 | 2024.06.04 11:14:27.679981 [ 188 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5877 | 2024.06.04 11:14:27.680065 [ 3 ] {} <Trace> HTTP-Session: 7e577ec4-e4b5-44be-979e-ef879ee3a33e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5878 | 2024.06.04 11:14:27.680092 [ 188 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 151 rows starting from the beginning of the part | ||
| 5879 | 2024.06.04 11:14:27.680369 [ 188 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 99 rows starting from the beginning of the part | ||
| 5880 | 2024.06.04 11:14:27.680465 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5881 | 2024.06.04 11:14:27.680678 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5882 | 2024.06.04 11:14:27.680692 [ 188 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 84 rows starting from the beginning of the part | ||
| 5883 | 2024.06.04 11:14:27.681055 [ 188 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 79 rows starting from the beginning of the part | ||
| 5884 | 2024.06.04 11:14:27.681423 [ 188 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 84 rows starting from the beginning of the part | ||
| 5885 | 2024.06.04 11:14:27.681750 [ 188 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
| 5886 | 2024.06.04 11:14:27.682219 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5887 | 2024.06.04 11:14:27.682851 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5888 | 2024.06.04 11:14:27.682896 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5889 | 2024.06.04 11:14:27.683502 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5890 | 2024.06.04 11:14:27.683511 [ 189 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 4 columns (4 merged, 0 gathered) in 0.00482721 sec., 118909.26642926245 rows/sec., 9.28 MiB/sec. | ||
| 5891 | 2024.06.04 11:14:27.683685 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5892 | 2024.06.04 11:14:27.683995 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5893 | 2024.06.04 11:14:27.684235 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003958 sec., 40677.109651339066 rows/sec., 2.83 MiB/sec. | ||
| 5894 | 2024.06.04 11:14:27.684255 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5895 | 2024.06.04 11:14:27.684299 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5896 | 2024.06.04 11:14:27.684405 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2024.06.04 11:14:27.684500 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5898 | 2024.06.04 11:14:27.684606 [ 200 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_36_7} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5899 | 2024.06.04 11:14:27.684776 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Debug> DynamicQueryHandler: Done processing query | ||
| 5900 | 2024.06.04 11:14:27.684933 [ 3 ] {9a2dabd5-153f-4dfa-a063-795fb9f59e57} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5901 | 2024.06.04 11:14:27.685063 [ 3 ] {} <Debug> HTTP-Session: 7e577ec4-e4b5-44be-979e-ef879ee3a33e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5902 | 2024.06.04 11:14:27.685073 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5903 | 2024.06.04 11:14:27.685183 [ 188 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::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 | ||
| 5904 | 2024.06.04 11:14:27.685314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5905 | 2024.06.04 11:14:27.685494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5906 | 2024.06.04 11:14:27.685593 [ 3 ] {} <Debug> HTTP-Session: 8f95d72d-5cb0-4404-b211-4cb9fc37b78f Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5907 | 2024.06.04 11:14:27.685678 [ 3 ] {} <Debug> HTTP-Session: 8f95d72d-5cb0-4404-b211-4cb9fc37b78f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5908 | 2024.06.04 11:14:27.685731 [ 3 ] {} <Debug> HTTP-Session: 8f95d72d-5cb0-4404-b211-4cb9fc37b78f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5909 | 2024.06.04 11:14:27.685760 [ 188 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5910 | 2024.06.04 11:14:27.685779 [ 3 ] {} <Trace> HTTP-Session: 8f95d72d-5cb0-4404-b211-4cb9fc37b78f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5911 | 2024.06.04 11:14:27.685799 [ 188 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 5142 rows starting from the beginning of the part | ||
| 5912 | 2024.06.04 11:14:27.685973 [ 188 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 196 rows starting from the beginning of the part | ||
| 5913 | 2024.06.04 11:14:27.686106 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5914 | 2024.06.04 11:14:27.686301 [ 188 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 5915 | 2024.06.04 11:14:27.686309 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 5916 | 2024.06.04 11:14:27.686657 [ 188 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 162 rows starting from the beginning of the part | ||
| 5917 | 2024.06.04 11:14:27.687027 [ 188 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 5918 | 2024.06.04 11:14:27.687395 [ 188 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 161 rows starting from the beginning of the part | ||
| 5919 | 2024.06.04 11:14:27.687779 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5920 | 2024.06.04 11:14:27.688326 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5921 | 2024.06.04 11:14:27.688367 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5922 | 2024.06.04 11:14:27.688951 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5923 | 2024.06.04 11:14:27.689521 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2024.06.04 11:14:27.689815 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.003936 sec., 2794.7154471544713 rows/sec., 3.77 MiB/sec. | ||
| 5925 | 2024.06.04 11:14:27.690055 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Debug> DynamicQueryHandler: Done processing query | ||
| 5926 | 2024.06.04 11:14:27.690091 [ 3 ] {347acea3-aba0-471d-a3b8-f54929bc0583} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5927 | 2024.06.04 11:14:27.690107 [ 3 ] {} <Debug> HTTP-Session: 8f95d72d-5cb0-4404-b211-4cb9fc37b78f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5928 | 2024.06.04 11:14:27.690233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5929 | 2024.06.04 11:14:27.690284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5930 | 2024.06.04 11:14:27.690304 [ 3 ] {} <Debug> HTTP-Session: 83742efc-735f-4ca4-a090-a339b31042e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5931 | 2024.06.04 11:14:27.690321 [ 3 ] {} <Debug> HTTP-Session: 83742efc-735f-4ca4-a090-a339b31042e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5932 | 2024.06.04 11:14:27.690337 [ 3 ] {} <Debug> HTTP-Session: 83742efc-735f-4ca4-a090-a339b31042e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5933 | 2024.06.04 11:14:27.690366 [ 3 ] {} <Trace> HTTP-Session: 83742efc-735f-4ca4-a090-a339b31042e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5934 | 2024.06.04 11:14:27.690478 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5935 | 2024.06.04 11:14:27.690522 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5936 | 2024.06.04 11:14:27.690796 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5981 rows, containing 5 columns (5 merged, 0 gathered) in 0.00617579 sec., 968459.0959213316 rows/sec., 67.49 MiB/sec. | ||
| 5937 | 2024.06.04 11:14:27.690878 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5938 | 2024.06.04 11:14:27.691185 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5939 | 2024.06.04 11:14:27.691221 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5940 | 2024.06.04 11:14:27.691404 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5941 | 2024.06.04 11:14:27.691880 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5942 | 2024.06.04 11:14:27.692293 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2024.06.04 11:14:27.692438 [ 189 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5944 | 2024.06.04 11:14:27.692613 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5945 | 2024.06.04 11:14:27.692625 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
| 5946 | 2024.06.04 11:14:27.692811 [ 118 ] {} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5947 | 2024.06.04 11:14:27.692822 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002377 sec., 25241.901556583925 rows/sec., 1.70 MiB/sec. | ||
| 5948 | 2024.06.04 11:14:27.692855 [ 118 ] {} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5949 | 2024.06.04 11:14:27.692918 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5950 | 2024.06.04 11:14:27.693106 [ 187 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::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 | ||
| 5951 | 2024.06.04 11:14:27.693169 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Debug> DynamicQueryHandler: Done processing query | ||
| 5952 | 2024.06.04 11:14:27.693214 [ 3 ] {ce687284-395e-4fb0-a195-07ae318ebc97} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5953 | 2024.06.04 11:14:27.693255 [ 3 ] {} <Debug> HTTP-Session: 83742efc-735f-4ca4-a090-a339b31042e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5954 | 2024.06.04 11:14:27.693337 [ 187 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5955 | 2024.06.04 11:14:27.693373 [ 187 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1796 rows starting from the beginning of the part | ||
| 5956 | 2024.06.04 11:14:27.693440 [ 187 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5957 | 2024.06.04 11:14:27.693526 [ 187 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 5958 | 2024.06.04 11:14:27.693792 [ 187 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5959 | 2024.06.04 11:14:27.693968 [ 187 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 5960 | 2024.06.04 11:14:27.694073 [ 187 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5961 | 2024.06.04 11:14:27.695364 [ 194 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2096 rows, containing 4 columns (4 merged, 0 gathered) in 0.002355995 sec., 889645.3515393708 rows/sec., 59.98 MiB/sec. | ||
| 5962 | 2024.06.04 11:14:27.695600 [ 188 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5963 | 2024.06.04 11:14:27.695981 [ 188 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2024.06.04 11:14:27.696059 [ 188 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_36_7} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5965 | 2024.06.04 11:14:27.696137 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5966 | 2024.06.04 11:14:30.228744 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5967 | 2024.06.04 11:14:30.228798 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5968 | 2024.06.04 11:14:32.646785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5969 | 2024.06.04 11:14:32.646920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5970 | 2024.06.04 11:14:32.646947 [ 3 ] {} <Debug> HTTP-Session: 8a4c60e7-1170-459f-a276-407ee9fe17f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5971 | 2024.06.04 11:14:32.646976 [ 3 ] {} <Debug> HTTP-Session: 8a4c60e7-1170-459f-a276-407ee9fe17f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5972 | 2024.06.04 11:14:32.646994 [ 3 ] {} <Debug> HTTP-Session: 8a4c60e7-1170-459f-a276-407ee9fe17f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5973 | 2024.06.04 11:14:32.647049 [ 3 ] {} <Trace> HTTP-Session: 8a4c60e7-1170-459f-a276-407ee9fe17f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5974 | 2024.06.04 11:14:32.647250 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5975 | 2024.06.04 11:14:32.647323 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5976 | 2024.06.04 11:14:32.647541 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5977 | 2024.06.04 11:14:32.648002 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5978 | 2024.06.04 11:14:32.648043 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5979 | 2024.06.04 11:14:32.648407 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5980 | 2024.06.04 11:14:32.648751 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5981 | 2024.06.04 11:14:32.648910 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001729 sec., 11567.37998843262 rows/sec., 937.59 KiB/sec. | ||
| 5982 | 2024.06.04 11:14:32.649143 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5983 | 2024.06.04 11:14:32.649168 [ 3 ] {4a3746b6-e192-43db-953d-c9cc3e8b7c9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5984 | 2024.06.04 11:14:32.649184 [ 3 ] {} <Debug> HTTP-Session: 8a4c60e7-1170-459f-a276-407ee9fe17f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5985 | 2024.06.04 11:14:32.649332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 16901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5986 | 2024.06.04 11:14:32.649381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5987 | 2024.06.04 11:14:32.649401 [ 3 ] {} <Debug> HTTP-Session: d490119e-8e1b-410f-bd91-361a46fe31ed Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 5988 | 2024.06.04 11:14:32.649418 [ 3 ] {} <Debug> HTTP-Session: d490119e-8e1b-410f-bd91-361a46fe31ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5989 | 2024.06.04 11:14:32.649431 [ 3 ] {} <Debug> HTTP-Session: d490119e-8e1b-410f-bd91-361a46fe31ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5990 | 2024.06.04 11:14:32.649463 [ 3 ] {} <Trace> HTTP-Session: d490119e-8e1b-410f-bd91-361a46fe31ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5991 | 2024.06.04 11:14:32.649593 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5992 | 2024.06.04 11:14:32.649640 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5993 | 2024.06.04 11:14:32.649771 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5994 | 2024.06.04 11:14:32.650177 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5995 | 2024.06.04 11:14:32.650216 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5996 | 2024.06.04 11:14:32.650533 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5997 | 2024.06.04 11:14:32.650846 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5998 | 2024.06.04 11:14:32.650996 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001455 sec., 79725.08591065292 rows/sec., 6.59 MiB/sec. | ||
| 5999 | 2024.06.04 11:14:32.651151 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Debug> DynamicQueryHandler: Done processing query | ||
| 6000 | 2024.06.04 11:14:32.651176 [ 3 ] {1100c023-1d05-420a-9c57-333af3130869} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6001 | 2024.06.04 11:14:32.651192 [ 3 ] {} <Debug> HTTP-Session: d490119e-8e1b-410f-bd91-361a46fe31ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6002 | 2024.06.04 11:14:32.651318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14284, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6003 | 2024.06.04 11:14:32.651365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6004 | 2024.06.04 11:14:32.651386 [ 3 ] {} <Debug> HTTP-Session: 17aba88d-785d-41de-b5de-727cbe56ab81 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6005 | 2024.06.04 11:14:32.651403 [ 3 ] {} <Debug> HTTP-Session: 17aba88d-785d-41de-b5de-727cbe56ab81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6006 | 2024.06.04 11:14:32.651419 [ 3 ] {} <Debug> HTTP-Session: 17aba88d-785d-41de-b5de-727cbe56ab81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6007 | 2024.06.04 11:14:32.651450 [ 3 ] {} <Trace> HTTP-Session: 17aba88d-785d-41de-b5de-727cbe56ab81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6008 | 2024.06.04 11:14:32.651563 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6009 | 2024.06.04 11:14:32.651606 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6010 | 2024.06.04 11:14:32.651730 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6011 | 2024.06.04 11:14:32.652151 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2024.06.04 11:14:32.652196 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6013 | 2024.06.04 11:14:32.652547 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6014 | 2024.06.04 11:14:32.652854 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2024.06.04 11:14:32.653009 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001487 sec., 56489.576328177536 rows/sec., 4.41 MiB/sec. | ||
| 6016 | 2024.06.04 11:14:32.653171 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6017 | 2024.06.04 11:14:32.653194 [ 3 ] {b40c7ba5-255b-4b20-bb80-9781610627bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6018 | 2024.06.04 11:14:32.653210 [ 3 ] {} <Debug> HTTP-Session: 17aba88d-785d-41de-b5de-727cbe56ab81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6019 | 2024.06.04 11:14:32.653359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6020 | 2024.06.04 11:14:32.653407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6021 | 2024.06.04 11:14:32.653426 [ 3 ] {} <Debug> HTTP-Session: 5aef9c85-340e-4ce2-aedd-46d737d07728 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6022 | 2024.06.04 11:14:32.653443 [ 3 ] {} <Debug> HTTP-Session: 5aef9c85-340e-4ce2-aedd-46d737d07728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6023 | 2024.06.04 11:14:32.653456 [ 3 ] {} <Debug> HTTP-Session: 5aef9c85-340e-4ce2-aedd-46d737d07728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6024 | 2024.06.04 11:14:32.653487 [ 3 ] {} <Trace> HTTP-Session: 5aef9c85-340e-4ce2-aedd-46d737d07728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2024.06.04 11:14:32.653628 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6026 | 2024.06.04 11:14:32.653677 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6027 | 2024.06.04 11:14:32.653820 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6028 | 2024.06.04 11:14:32.654179 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6029 | 2024.06.04 11:14:32.654216 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6030 | 2024.06.04 11:14:32.654603 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6031 | 2024.06.04 11:14:32.654951 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6032 | 2024.06.04 11:14:32.655107 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001542 sec., 103761.34889753567 rows/sec., 7.23 MiB/sec. | ||
| 6033 | 2024.06.04 11:14:32.655260 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6034 | 2024.06.04 11:14:32.655284 [ 3 ] {a8b0470f-240b-41de-a12c-45395743ce7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6035 | 2024.06.04 11:14:32.655299 [ 3 ] {} <Debug> HTTP-Session: 5aef9c85-340e-4ce2-aedd-46d737d07728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6036 | 2024.06.04 11:14:32.655435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6037 | 2024.06.04 11:14:32.655484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6038 | 2024.06.04 11:14:32.655503 [ 3 ] {} <Debug> HTTP-Session: 5821b504-07fd-4405-9c4d-2b8570bb97f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6039 | 2024.06.04 11:14:32.655520 [ 3 ] {} <Debug> HTTP-Session: 5821b504-07fd-4405-9c4d-2b8570bb97f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6040 | 2024.06.04 11:14:32.655533 [ 3 ] {} <Debug> HTTP-Session: 5821b504-07fd-4405-9c4d-2b8570bb97f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6041 | 2024.06.04 11:14:32.655563 [ 3 ] {} <Trace> HTTP-Session: 5821b504-07fd-4405-9c4d-2b8570bb97f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6042 | 2024.06.04 11:14:32.655830 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6043 | 2024.06.04 11:14:32.655876 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6044 | 2024.06.04 11:14:32.656031 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6045 | 2024.06.04 11:14:32.656441 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6046 | 2024.06.04 11:14:32.656477 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6047 | 2024.06.04 11:14:32.656873 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6048 | 2024.06.04 11:14:32.657204 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6049 | 2024.06.04 11:14:32.657363 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.00172 sec., 11627.906976744187 rows/sec., 15.69 MiB/sec. | ||
| 6050 | 2024.06.04 11:14:32.657585 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6051 | 2024.06.04 11:14:32.657609 [ 3 ] {8fd68027-a6fa-45b8-865a-554e508311e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6052 | 2024.06.04 11:14:32.657625 [ 3 ] {} <Debug> HTTP-Session: 5821b504-07fd-4405-9c4d-2b8570bb97f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6053 | 2024.06.04 11:14:32.657734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6054 | 2024.06.04 11:14:32.657784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6055 | 2024.06.04 11:14:32.657804 [ 3 ] {} <Debug> HTTP-Session: 9a0a1272-8a59-4452-8281-de6d88c05d00 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6056 | 2024.06.04 11:14:32.657821 [ 3 ] {} <Debug> HTTP-Session: 9a0a1272-8a59-4452-8281-de6d88c05d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6057 | 2024.06.04 11:14:32.657834 [ 3 ] {} <Debug> HTTP-Session: 9a0a1272-8a59-4452-8281-de6d88c05d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6058 | 2024.06.04 11:14:32.657862 [ 3 ] {} <Trace> HTTP-Session: 9a0a1272-8a59-4452-8281-de6d88c05d00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6059 | 2024.06.04 11:14:32.657978 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6060 | 2024.06.04 11:14:32.658022 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6061 | 2024.06.04 11:14:32.658147 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6062 | 2024.06.04 11:14:32.658433 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6063 | 2024.06.04 11:14:32.658468 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6064 | 2024.06.04 11:14:32.658835 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6065 | 2024.06.04 11:14:32.659148 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6066 | 2024.06.04 11:14:32.659300 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 6067 | 2024.06.04 11:14:32.659453 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6068 | 2024.06.04 11:14:32.659477 [ 3 ] {4e7105d8-6295-498d-a1c1-e324405d249e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6069 | 2024.06.04 11:14:32.659492 [ 3 ] {} <Debug> HTTP-Session: 9a0a1272-8a59-4452-8281-de6d88c05d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6070 | 2024.06.04 11:14:37.634083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6071 | 2024.06.04 11:14:37.634223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6072 | 2024.06.04 11:14:37.634254 [ 3 ] {} <Debug> HTTP-Session: b5c55b4b-dcf4-447f-a9f3-288f4b00fb21 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6073 | 2024.06.04 11:14:37.634282 [ 3 ] {} <Debug> HTTP-Session: b5c55b4b-dcf4-447f-a9f3-288f4b00fb21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6074 | 2024.06.04 11:14:37.634299 [ 3 ] {} <Debug> HTTP-Session: b5c55b4b-dcf4-447f-a9f3-288f4b00fb21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6075 | 2024.06.04 11:14:37.634352 [ 3 ] {} <Trace> HTTP-Session: b5c55b4b-dcf4-447f-a9f3-288f4b00fb21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2024.06.04 11:14:37.634544 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6077 | 2024.06.04 11:14:37.634616 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6078 | 2024.06.04 11:14:37.634831 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6079 | 2024.06.04 11:14:37.635278 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6080 | 2024.06.04 11:14:37.635319 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6081 | 2024.06.04 11:14:37.635681 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6082 | 2024.06.04 11:14:37.636019 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6083 | 2024.06.04 11:14:37.636159 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001682 sec., 6539.833531510108 rows/sec., 530.08 KiB/sec. | ||
| 6084 | 2024.06.04 11:14:37.636362 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Debug> DynamicQueryHandler: Done processing query | ||
| 6085 | 2024.06.04 11:14:37.636387 [ 3 ] {a51dce0e-4ae5-48e2-88d7-4c1bc007b652} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6086 | 2024.06.04 11:14:37.636405 [ 3 ] {} <Debug> HTTP-Session: b5c55b4b-dcf4-447f-a9f3-288f4b00fb21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6087 | 2024.06.04 11:14:37.636560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6088 | 2024.06.04 11:14:37.636614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6089 | 2024.06.04 11:14:37.636633 [ 3 ] {} <Debug> HTTP-Session: 19e885c0-2672-45d8-b010-8e2395f46cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6090 | 2024.06.04 11:14:37.636650 [ 3 ] {} <Debug> HTTP-Session: 19e885c0-2672-45d8-b010-8e2395f46cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6091 | 2024.06.04 11:14:37.636664 [ 3 ] {} <Debug> HTTP-Session: 19e885c0-2672-45d8-b010-8e2395f46cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6092 | 2024.06.04 11:14:37.636699 [ 3 ] {} <Trace> HTTP-Session: 19e885c0-2672-45d8-b010-8e2395f46cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6093 | 2024.06.04 11:14:37.636803 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6094 | 2024.06.04 11:14:37.636848 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6095 | 2024.06.04 11:14:37.636977 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6096 | 2024.06.04 11:14:37.637258 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6097 | 2024.06.04 11:14:37.637295 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6098 | 2024.06.04 11:14:37.637603 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6099 | 2024.06.04 11:14:37.637903 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6100 | 2024.06.04 11:14:37.638027 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001258 sec., 3179.650238473768 rows/sec., 259.28 KiB/sec. | ||
| 6101 | 2024.06.04 11:14:37.638179 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6102 | 2024.06.04 11:14:37.638205 [ 3 ] {8b4cd03b-4c22-4e34-a924-1b03e6aca1c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6103 | 2024.06.04 11:14:37.638220 [ 3 ] {} <Debug> HTTP-Session: 19e885c0-2672-45d8-b010-8e2395f46cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6104 | 2024.06.04 11:14:37.638351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 18067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6105 | 2024.06.04 11:14:37.638399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6106 | 2024.06.04 11:14:37.638418 [ 3 ] {} <Debug> HTTP-Session: 2d53c1b0-a21d-449d-80fe-ae5b66be8e2d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6107 | 2024.06.04 11:14:37.638434 [ 3 ] {} <Debug> HTTP-Session: 2d53c1b0-a21d-449d-80fe-ae5b66be8e2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6108 | 2024.06.04 11:14:37.638447 [ 3 ] {} <Debug> HTTP-Session: 2d53c1b0-a21d-449d-80fe-ae5b66be8e2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6109 | 2024.06.04 11:14:37.638477 [ 3 ] {} <Trace> HTTP-Session: 2d53c1b0-a21d-449d-80fe-ae5b66be8e2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6110 | 2024.06.04 11:14:37.638608 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6111 | 2024.06.04 11:14:37.638650 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6112 | 2024.06.04 11:14:37.638769 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6113 | 2024.06.04 11:14:37.639114 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6114 | 2024.06.04 11:14:37.639149 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6115 | 2024.06.04 11:14:37.639461 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6116 | 2024.06.04 11:14:37.639760 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6117 | 2024.06.04 11:14:37.639897 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Debug> executeQuery: Read 127 rows, 10.35 KiB in 0.001346 sec., 94353.64041604755 rows/sec., 7.51 MiB/sec. | ||
| 6118 | 2024.06.04 11:14:37.640078 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6119 | 2024.06.04 11:14:37.640102 [ 3 ] {0af4b792-4e9d-4522-9697-727f9d2ec5c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6120 | 2024.06.04 11:14:37.640118 [ 3 ] {} <Debug> HTTP-Session: 2d53c1b0-a21d-449d-80fe-ae5b66be8e2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6121 | 2024.06.04 11:14:37.640233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6122 | 2024.06.04 11:14:37.640280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6123 | 2024.06.04 11:14:37.640299 [ 3 ] {} <Debug> HTTP-Session: 91a3841e-ea3c-491b-b657-f866b0232341 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6124 | 2024.06.04 11:14:37.640314 [ 3 ] {} <Debug> HTTP-Session: 91a3841e-ea3c-491b-b657-f866b0232341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6125 | 2024.06.04 11:14:37.640327 [ 3 ] {} <Debug> HTTP-Session: 91a3841e-ea3c-491b-b657-f866b0232341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6126 | 2024.06.04 11:14:37.640355 [ 3 ] {} <Trace> HTTP-Session: 91a3841e-ea3c-491b-b657-f866b0232341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6127 | 2024.06.04 11:14:37.640449 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6128 | 2024.06.04 11:14:37.640491 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6129 | 2024.06.04 11:14:37.640619 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6130 | 2024.06.04 11:14:37.640870 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6131 | 2024.06.04 11:14:37.640906 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6132 | 2024.06.04 11:14:37.641201 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6133 | 2024.06.04 11:14:37.641509 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6134 | 2024.06.04 11:14:37.641662 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001238 sec., 3231.0177705977385 rows/sec., 225.60 KiB/sec. | ||
| 6135 | 2024.06.04 11:14:37.641810 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6136 | 2024.06.04 11:14:37.641834 [ 3 ] {5565540a-f966-455f-a6e0-4c6b2af383f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6137 | 2024.06.04 11:14:37.641851 [ 3 ] {} <Debug> HTTP-Session: 91a3841e-ea3c-491b-b657-f866b0232341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6138 | 2024.06.04 11:14:37.641970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6139 | 2024.06.04 11:14:37.642018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6140 | 2024.06.04 11:14:37.642038 [ 3 ] {} <Debug> HTTP-Session: 19450640-7e8b-4cfe-b368-85e68b103e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6141 | 2024.06.04 11:14:37.642055 [ 3 ] {} <Debug> HTTP-Session: 19450640-7e8b-4cfe-b368-85e68b103e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6142 | 2024.06.04 11:14:37.642069 [ 3 ] {} <Debug> HTTP-Session: 19450640-7e8b-4cfe-b368-85e68b103e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6143 | 2024.06.04 11:14:37.642099 [ 3 ] {} <Trace> HTTP-Session: 19450640-7e8b-4cfe-b368-85e68b103e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6144 | 2024.06.04 11:14:37.642218 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6145 | 2024.06.04 11:14:37.642259 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6146 | 2024.06.04 11:14:37.642378 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6147 | 2024.06.04 11:14:37.642688 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6148 | 2024.06.04 11:14:37.642725 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6149 | 2024.06.04 11:14:37.643029 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6150 | 2024.06.04 11:14:37.643328 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2024.06.04 11:14:37.643490 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Debug> executeQuery: Read 103 rows, 8.22 KiB in 0.001316 sec., 78267.47720364742 rows/sec., 6.10 MiB/sec. | ||
| 6152 | 2024.06.04 11:14:37.643642 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6153 | 2024.06.04 11:14:37.643666 [ 3 ] {5ccc7bd4-1593-41cc-8039-ca20165fda8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6154 | 2024.06.04 11:14:37.643681 [ 3 ] {} <Debug> HTTP-Session: 19450640-7e8b-4cfe-b368-85e68b103e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6155 | 2024.06.04 11:14:37.643849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 38014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6156 | 2024.06.04 11:14:37.643898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6157 | 2024.06.04 11:14:37.643917 [ 3 ] {} <Debug> HTTP-Session: b2a368c7-b3e0-44e8-afd8-ac2f68ebd7bc Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6158 | 2024.06.04 11:14:37.643934 [ 3 ] {} <Debug> HTTP-Session: b2a368c7-b3e0-44e8-afd8-ac2f68ebd7bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6159 | 2024.06.04 11:14:37.643948 [ 3 ] {} <Debug> HTTP-Session: b2a368c7-b3e0-44e8-afd8-ac2f68ebd7bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6160 | 2024.06.04 11:14:37.643978 [ 3 ] {} <Trace> HTTP-Session: b2a368c7-b3e0-44e8-afd8-ac2f68ebd7bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6161 | 2024.06.04 11:14:37.644141 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6162 | 2024.06.04 11:14:37.644189 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6163 | 2024.06.04 11:14:37.644327 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6164 | 2024.06.04 11:14:37.644671 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6165 | 2024.06.04 11:14:37.644707 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6166 | 2024.06.04 11:14:37.645096 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6167 | 2024.06.04 11:14:37.645427 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6168 | 2024.06.04 11:14:37.645592 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.00153 sec., 129411.76470588236 rows/sec., 9.03 MiB/sec. | ||
| 6169 | 2024.06.04 11:14:37.645858 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Debug> DynamicQueryHandler: Done processing query | ||
| 6170 | 2024.06.04 11:14:37.645913 [ 3 ] {6c4ad547-5448-449c-9532-abf5bd62e230} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6171 | 2024.06.04 11:14:37.645948 [ 3 ] {} <Debug> HTTP-Session: b2a368c7-b3e0-44e8-afd8-ac2f68ebd7bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6172 | 2024.06.04 11:14:37.646104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6173 | 2024.06.04 11:14:37.646154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6174 | 2024.06.04 11:14:37.646172 [ 3 ] {} <Debug> HTTP-Session: 515e2d6f-5bfb-412a-830b-62b08d6a9e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6175 | 2024.06.04 11:14:37.646189 [ 3 ] {} <Debug> HTTP-Session: 515e2d6f-5bfb-412a-830b-62b08d6a9e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6176 | 2024.06.04 11:14:37.646203 [ 3 ] {} <Debug> HTTP-Session: 515e2d6f-5bfb-412a-830b-62b08d6a9e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6177 | 2024.06.04 11:14:37.646233 [ 3 ] {} <Trace> HTTP-Session: 515e2d6f-5bfb-412a-830b-62b08d6a9e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6178 | 2024.06.04 11:14:37.646380 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6179 | 2024.06.04 11:14:37.646430 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6180 | 2024.06.04 11:14:37.646603 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6181 | 2024.06.04 11:14:37.646918 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2024.06.04 11:14:37.646954 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6183 | 2024.06.04 11:14:37.647343 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6184 | 2024.06.04 11:14:37.647675 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6185 | 2024.06.04 11:14:37.647832 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001522 sec., 7227.332457293036 rows/sec., 9.75 MiB/sec. | ||
| 6186 | 2024.06.04 11:14:37.647987 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 6187 | 2024.06.04 11:14:37.648011 [ 3 ] {2f02bb0b-12c7-4814-b95c-b27ff763f5dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6188 | 2024.06.04 11:14:37.648026 [ 3 ] {} <Debug> HTTP-Session: 515e2d6f-5bfb-412a-830b-62b08d6a9e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6189 | 2024.06.04 11:14:37.648140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6190 | 2024.06.04 11:14:37.648210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6191 | 2024.06.04 11:14:37.648229 [ 3 ] {} <Debug> HTTP-Session: 001b3eb5-a8a2-44d1-b780-d2f14b6b5598 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6192 | 2024.06.04 11:14:37.648246 [ 3 ] {} <Debug> HTTP-Session: 001b3eb5-a8a2-44d1-b780-d2f14b6b5598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6193 | 2024.06.04 11:14:37.648259 [ 3 ] {} <Debug> HTTP-Session: 001b3eb5-a8a2-44d1-b780-d2f14b6b5598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6194 | 2024.06.04 11:14:37.648291 [ 3 ] {} <Trace> HTTP-Session: 001b3eb5-a8a2-44d1-b780-d2f14b6b5598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6195 | 2024.06.04 11:14:37.648397 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6196 | 2024.06.04 11:14:37.648440 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6197 | 2024.06.04 11:14:37.648564 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6198 | 2024.06.04 11:14:37.648805 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6199 | 2024.06.04 11:14:37.648864 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6200 | 2024.06.04 11:14:37.649209 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6201 | 2024.06.04 11:14:37.649520 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6202 | 2024.06.04 11:14:37.649677 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec. | ||
| 6203 | 2024.06.04 11:14:37.649830 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Debug> DynamicQueryHandler: Done processing query | ||
| 6204 | 2024.06.04 11:14:37.649854 [ 3 ] {da69ba77-3c3e-4d37-9871-5b457c4d3048} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6205 | 2024.06.04 11:14:37.649868 [ 3 ] {} <Debug> HTTP-Session: 001b3eb5-a8a2-44d1-b780-d2f14b6b5598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6206 | 2024.06.04 11:14:42.619793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6207 | 2024.06.04 11:14:42.619930 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6208 | 2024.06.04 11:14:42.619957 [ 3 ] {} <Debug> HTTP-Session: 24c1471e-56e3-402e-9bac-7f819fcd58c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6209 | 2024.06.04 11:14:42.619983 [ 3 ] {} <Debug> HTTP-Session: 24c1471e-56e3-402e-9bac-7f819fcd58c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6210 | 2024.06.04 11:14:42.619998 [ 3 ] {} <Debug> HTTP-Session: 24c1471e-56e3-402e-9bac-7f819fcd58c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6211 | 2024.06.04 11:14:42.620048 [ 3 ] {} <Trace> HTTP-Session: 24c1471e-56e3-402e-9bac-7f819fcd58c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6212 | 2024.06.04 11:14:42.620237 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6213 | 2024.06.04 11:14:42.620305 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6214 | 2024.06.04 11:14:42.620494 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6215 | 2024.06.04 11:14:42.620860 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2024.06.04 11:14:42.620907 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6217 | 2024.06.04 11:14:42.621275 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6218 | 2024.06.04 11:14:42.621619 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2024.06.04 11:14:42.621768 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.00159 sec., 12578.616352201258 rows/sec., 1019.56 KiB/sec. | ||
| 6220 | 2024.06.04 11:14:42.621773 [ 109 ] {} <Debug> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6221 | 2024.06.04 11:14:42.621828 [ 109 ] {} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6222 | 2024.06.04 11:14:42.621865 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6223 | 2024.06.04 11:14:42.622028 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Debug> DynamicQueryHandler: Done processing query | ||
| 6224 | 2024.06.04 11:14:42.622105 [ 3 ] {04271844-f1ce-46f8-9607-4531d9eae742} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6225 | 2024.06.04 11:14:42.622204 [ 3 ] {} <Debug> HTTP-Session: 24c1471e-56e3-402e-9bac-7f819fcd58c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6226 | 2024.06.04 11:14:42.622332 [ 195 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::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 | ||
| 6227 | 2024.06.04 11:14:42.622462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6228 | 2024.06.04 11:14:42.622584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6229 | 2024.06.04 11:14:42.622648 [ 3 ] {} <Debug> HTTP-Session: 52440eac-e795-4bd3-a54c-7116530ac13d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6230 | 2024.06.04 11:14:42.622714 [ 3 ] {} <Debug> HTTP-Session: 52440eac-e795-4bd3-a54c-7116530ac13d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6231 | 2024.06.04 11:14:42.622729 [ 195 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6232 | 2024.06.04 11:14:42.622744 [ 3 ] {} <Debug> HTTP-Session: 52440eac-e795-4bd3-a54c-7116530ac13d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6233 | 2024.06.04 11:14:42.622800 [ 195 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 31 rows starting from the beginning of the part | ||
| 6234 | 2024.06.04 11:14:42.622814 [ 3 ] {} <Trace> HTTP-Session: 52440eac-e795-4bd3-a54c-7116530ac13d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6235 | 2024.06.04 11:14:42.623073 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6236 | 2024.06.04 11:14:42.623058 [ 195 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part | ||
| 6237 | 2024.06.04 11:14:42.623199 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6238 | 2024.06.04 11:14:42.623481 [ 195 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part | ||
| 6239 | 2024.06.04 11:14:42.623826 [ 195 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 6240 | 2024.06.04 11:14:42.624141 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6241 | 2024.06.04 11:14:42.624153 [ 195 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part | ||
| 6242 | 2024.06.04 11:14:42.624504 [ 195 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part | ||
| 6243 | 2024.06.04 11:14:42.625202 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2024.06.04 11:14:42.625265 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6245 | 2024.06.04 11:14:42.626126 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6246 | 2024.06.04 11:14:42.627150 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6247 | 2024.06.04 11:14:42.627393 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.005439479 sec., 20774.048396914484 rows/sec., 1.64 MiB/sec. | ||
| 6248 | 2024.06.04 11:14:42.627463 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00452 sec., 442.47787610619474 rows/sec., 36.08 KiB/sec. | ||
| 6249 | 2024.06.04 11:14:42.627561 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6250 | 2024.06.04 11:14:42.627648 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6251 | 2024.06.04 11:14:42.627679 [ 3 ] {7b667432-d17e-4812-9135-e9a6d58a81c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6252 | 2024.06.04 11:14:42.627696 [ 3 ] {} <Debug> HTTP-Session: 52440eac-e795-4bd3-a54c-7116530ac13d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6253 | 2024.06.04 11:14:42.627879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6254 | 2024.06.04 11:14:42.627940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6255 | 2024.06.04 11:14:42.627966 [ 3 ] {} <Debug> HTTP-Session: ba4e5372-8d49-42d0-a151-c1a5455f5ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6256 | 2024.06.04 11:14:42.627965 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6257 | 2024.06.04 11:14:42.627985 [ 3 ] {} <Debug> HTTP-Session: ba4e5372-8d49-42d0-a151-c1a5455f5ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6258 | 2024.06.04 11:14:42.628008 [ 3 ] {} <Debug> HTTP-Session: ba4e5372-8d49-42d0-a151-c1a5455f5ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6259 | 2024.06.04 11:14:42.628052 [ 3 ] {} <Trace> HTTP-Session: ba4e5372-8d49-42d0-a151-c1a5455f5ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6260 | 2024.06.04 11:14:42.628084 [ 188 ] {2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d::all_1_31_6} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6261 | 2024.06.04 11:14:42.628177 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6262 | 2024.06.04 11:14:42.628213 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6263 | 2024.06.04 11:14:42.628256 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6264 | 2024.06.04 11:14:42.628382 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6265 | 2024.06.04 11:14:42.628782 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6266 | 2024.06.04 11:14:42.628830 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6267 | 2024.06.04 11:14:42.629168 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6268 | 2024.06.04 11:14:42.629496 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6269 | 2024.06.04 11:14:42.629637 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Debug> executeQuery: Read 117 rows, 9.90 KiB in 0.001503 sec., 77844.31137724551 rows/sec., 6.43 MiB/sec. | ||
| 6270 | 2024.06.04 11:14:42.629812 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Debug> DynamicQueryHandler: Done processing query | ||
| 6271 | 2024.06.04 11:14:42.629839 [ 3 ] {f4776531-ae0d-4f03-b71e-79f7bebbf693} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6272 | 2024.06.04 11:14:42.629856 [ 3 ] {} <Debug> HTTP-Session: ba4e5372-8d49-42d0-a151-c1a5455f5ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6273 | 2024.06.04 11:14:42.629981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6274 | 2024.06.04 11:14:42.630031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6275 | 2024.06.04 11:14:42.630051 [ 3 ] {} <Debug> HTTP-Session: 0dd1b526-c33f-449a-9363-f9f3b69d2324 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6276 | 2024.06.04 11:14:42.630068 [ 3 ] {} <Debug> HTTP-Session: 0dd1b526-c33f-449a-9363-f9f3b69d2324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6277 | 2024.06.04 11:14:42.630082 [ 3 ] {} <Debug> HTTP-Session: 0dd1b526-c33f-449a-9363-f9f3b69d2324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6278 | 2024.06.04 11:14:42.630114 [ 3 ] {} <Trace> HTTP-Session: 0dd1b526-c33f-449a-9363-f9f3b69d2324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6279 | 2024.06.04 11:14:42.630208 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6280 | 2024.06.04 11:14:42.630252 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6281 | 2024.06.04 11:14:42.630380 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6282 | 2024.06.04 11:14:42.630660 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2024.06.04 11:14:42.630697 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6284 | 2024.06.04 11:14:42.630993 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6285 | 2024.06.04 11:14:42.631292 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2024.06.04 11:14:42.631451 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001255 sec., 1593.6254980079682 rows/sec., 111.27 KiB/sec. | ||
| 6287 | 2024.06.04 11:14:42.631753 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Debug> DynamicQueryHandler: Done processing query | ||
| 6288 | 2024.06.04 11:14:42.631778 [ 3 ] {2f4b3dee-6c26-473e-8a10-3881c9b66430} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6289 | 2024.06.04 11:14:42.631794 [ 3 ] {} <Debug> HTTP-Session: 0dd1b526-c33f-449a-9363-f9f3b69d2324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6290 | 2024.06.04 11:14:42.631926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6291 | 2024.06.04 11:14:42.631975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6292 | 2024.06.04 11:14:42.631995 [ 3 ] {} <Debug> HTTP-Session: 7a49b1da-b9bd-4a84-b205-12c9eb3ef979 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6293 | 2024.06.04 11:14:42.632012 [ 3 ] {} <Debug> HTTP-Session: 7a49b1da-b9bd-4a84-b205-12c9eb3ef979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6294 | 2024.06.04 11:14:42.632027 [ 3 ] {} <Debug> HTTP-Session: 7a49b1da-b9bd-4a84-b205-12c9eb3ef979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6295 | 2024.06.04 11:14:42.632058 [ 3 ] {} <Trace> HTTP-Session: 7a49b1da-b9bd-4a84-b205-12c9eb3ef979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6296 | 2024.06.04 11:14:42.632179 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6297 | 2024.06.04 11:14:42.632222 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6298 | 2024.06.04 11:14:42.632367 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6299 | 2024.06.04 11:14:42.632692 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6300 | 2024.06.04 11:14:42.632730 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6301 | 2024.06.04 11:14:42.633055 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6302 | 2024.06.04 11:14:42.633381 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6303 | 2024.06.04 11:14:42.633526 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001392 sec., 61781.6091954023 rows/sec., 4.83 MiB/sec. | ||
| 6304 | 2024.06.04 11:14:42.633686 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6305 | 2024.06.04 11:14:42.633710 [ 3 ] {1eb4720b-2a4d-4860-8b8f-724fabe27f7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6306 | 2024.06.04 11:14:42.633726 [ 3 ] {} <Debug> HTTP-Session: 7a49b1da-b9bd-4a84-b205-12c9eb3ef979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6307 | 2024.06.04 11:14:42.633878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6308 | 2024.06.04 11:14:42.633927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6309 | 2024.06.04 11:14:42.633951 [ 3 ] {} <Debug> HTTP-Session: 8cab22bc-5ff4-453b-84ec-dd8484f29e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6310 | 2024.06.04 11:14:42.633967 [ 3 ] {} <Debug> HTTP-Session: 8cab22bc-5ff4-453b-84ec-dd8484f29e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6311 | 2024.06.04 11:14:42.633988 [ 3 ] {} <Debug> HTTP-Session: 8cab22bc-5ff4-453b-84ec-dd8484f29e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6312 | 2024.06.04 11:14:42.634020 [ 3 ] {} <Trace> HTTP-Session: 8cab22bc-5ff4-453b-84ec-dd8484f29e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6313 | 2024.06.04 11:14:42.634173 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6314 | 2024.06.04 11:14:42.634220 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6315 | 2024.06.04 11:14:42.634364 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6316 | 2024.06.04 11:14:42.634718 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6317 | 2024.06.04 11:14:42.634753 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6318 | 2024.06.04 11:14:42.635132 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6319 | 2024.06.04 11:14:42.635473 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6320 | 2024.06.04 11:14:42.635629 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001524 sec., 105643.04461942258 rows/sec., 7.36 MiB/sec. | ||
| 6321 | 2024.06.04 11:14:42.635783 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6322 | 2024.06.04 11:14:42.635808 [ 3 ] {848abd20-dd7f-4baf-8c5d-c4c20d6319b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6323 | 2024.06.04 11:14:42.635824 [ 3 ] {} <Debug> HTTP-Session: 8cab22bc-5ff4-453b-84ec-dd8484f29e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6324 | 2024.06.04 11:14:42.635968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6325 | 2024.06.04 11:14:42.636019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6326 | 2024.06.04 11:14:42.636038 [ 3 ] {} <Debug> HTTP-Session: de0c48e2-b21f-46c8-8713-9612bf5ab67c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6327 | 2024.06.04 11:14:42.636056 [ 3 ] {} <Debug> HTTP-Session: de0c48e2-b21f-46c8-8713-9612bf5ab67c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6328 | 2024.06.04 11:14:42.636070 [ 3 ] {} <Debug> HTTP-Session: de0c48e2-b21f-46c8-8713-9612bf5ab67c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6329 | 2024.06.04 11:14:42.636102 [ 3 ] {} <Trace> HTTP-Session: de0c48e2-b21f-46c8-8713-9612bf5ab67c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6330 | 2024.06.04 11:14:42.636405 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6331 | 2024.06.04 11:14:42.636455 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6332 | 2024.06.04 11:14:42.636613 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6333 | 2024.06.04 11:14:42.636964 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6334 | 2024.06.04 11:14:42.637001 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6335 | 2024.06.04 11:14:42.637397 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6336 | 2024.06.04 11:14:42.637736 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2024.06.04 11:14:42.637893 [ 108 ] {} <Debug> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6338 | 2024.06.04 11:14:42.637901 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.001707 sec., 11716.461628588166 rows/sec., 15.81 MiB/sec. | ||
| 6339 | 2024.06.04 11:14:42.637955 [ 108 ] {} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6340 | 2024.06.04 11:14:42.638025 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6341 | 2024.06.04 11:14:42.638241 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6342 | 2024.06.04 11:14:42.638269 [ 194 ] {708b9682-75fe-4a01-91c2-08fc7491354a::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 | ||
| 6343 | 2024.06.04 11:14:42.638279 [ 3 ] {26db063e-f552-4018-aa35-2630abd5b9b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6344 | 2024.06.04 11:14:42.638364 [ 3 ] {} <Debug> HTTP-Session: de0c48e2-b21f-46c8-8713-9612bf5ab67c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6345 | 2024.06.04 11:14:42.638546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6346 | 2024.06.04 11:14:42.638610 [ 194 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6347 | 2024.06.04 11:14:42.638633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6348 | 2024.06.04 11:14:42.638678 [ 3 ] {} <Debug> HTTP-Session: 323c7c3b-8446-4cad-939c-79d133436aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6349 | 2024.06.04 11:14:42.638681 [ 194 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 412 rows starting from the beginning of the part | ||
| 6350 | 2024.06.04 11:14:42.638704 [ 3 ] {} <Debug> HTTP-Session: 323c7c3b-8446-4cad-939c-79d133436aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6351 | 2024.06.04 11:14:42.638750 [ 3 ] {} <Debug> HTTP-Session: 323c7c3b-8446-4cad-939c-79d133436aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6352 | 2024.06.04 11:14:42.638865 [ 3 ] {} <Trace> HTTP-Session: 323c7c3b-8446-4cad-939c-79d133436aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6353 | 2024.06.04 11:14:42.638979 [ 194 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part | ||
| 6354 | 2024.06.04 11:14:42.639293 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6355 | 2024.06.04 11:14:42.639317 [ 194 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 11 rows starting from the beginning of the part | ||
| 6356 | 2024.06.04 11:14:42.639447 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6357 | 2024.06.04 11:14:42.639660 [ 194 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 6358 | 2024.06.04 11:14:42.640082 [ 194 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part | ||
| 6359 | 2024.06.04 11:14:42.640455 [ 194 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part | ||
| 6360 | 2024.06.04 11:14:42.640471 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6361 | 2024.06.04 11:14:42.641278 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6362 | 2024.06.04 11:14:42.641335 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6363 | 2024.06.04 11:14:42.642053 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6364 | 2024.06.04 11:14:42.642905 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6365 | 2024.06.04 11:14:42.643287 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00419 sec., 14319.80906921241 rows/sec., 988.22 KiB/sec. | ||
| 6366 | 2024.06.04 11:14:42.643674 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6367 | 2024.06.04 11:14:42.643747 [ 3 ] {e0607591-64a0-454f-9198-f8651135a54f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6368 | 2024.06.04 11:14:42.643800 [ 3 ] {} <Debug> HTTP-Session: 323c7c3b-8446-4cad-939c-79d133436aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6369 | 2024.06.04 11:14:42.644904 [ 195 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 6 columns (6 merged, 0 gathered) in 0.006771599 sec., 72951.75039159879 rows/sec., 98.44 MiB/sec. | ||
| 6370 | 2024.06.04 11:14:42.645347 [ 192 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6371 | 2024.06.04 11:14:42.645827 [ 192 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6372 | 2024.06.04 11:14:42.645906 [ 192 ] {708b9682-75fe-4a01-91c2-08fc7491354a::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6373 | 2024.06.04 11:14:42.645995 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 6374 | 2024.06.04 11:14:43.001136 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.98 MiB, peak 196.37 MiB, free memory in arenas 0.00 B, will set to 189.04 MiB (RSS), difference: 1.06 MiB | ||
| 6375 | 2024.06.04 11:14:45.229832 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6376 | 2024.06.04 11:14:45.229880 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6377 | 2024.06.04 11:14:47.605542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6378 | 2024.06.04 11:14:47.605686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6379 | 2024.06.04 11:14:47.605715 [ 3 ] {} <Debug> HTTP-Session: 16a2cffa-e1b1-42e9-8794-fb3d496ef0ef Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6380 | 2024.06.04 11:14:47.605743 [ 3 ] {} <Debug> HTTP-Session: 16a2cffa-e1b1-42e9-8794-fb3d496ef0ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6381 | 2024.06.04 11:14:47.605760 [ 3 ] {} <Debug> HTTP-Session: 16a2cffa-e1b1-42e9-8794-fb3d496ef0ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6382 | 2024.06.04 11:14:47.605817 [ 3 ] {} <Trace> HTTP-Session: 16a2cffa-e1b1-42e9-8794-fb3d496ef0ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6383 | 2024.06.04 11:14:47.606023 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6384 | 2024.06.04 11:14:47.606099 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6385 | 2024.06.04 11:14:47.606313 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6386 | 2024.06.04 11:14:47.606688 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6387 | 2024.06.04 11:14:47.606733 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6388 | 2024.06.04 11:14:47.607090 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6389 | 2024.06.04 11:14:47.607417 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6390 | 2024.06.04 11:14:47.607616 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001654 sec., 6650.544135429262 rows/sec., 539.06 KiB/sec. | ||
| 6391 | 2024.06.04 11:14:47.607816 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6392 | 2024.06.04 11:14:47.607842 [ 3 ] {08073158-5e11-4a96-9353-1e5f09ed0b4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6393 | 2024.06.04 11:14:47.607858 [ 3 ] {} <Debug> HTTP-Session: 16a2cffa-e1b1-42e9-8794-fb3d496ef0ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6394 | 2024.06.04 11:14:47.608018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6395 | 2024.06.04 11:14:47.608073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6396 | 2024.06.04 11:14:47.608093 [ 3 ] {} <Debug> HTTP-Session: a2bb131a-227b-4e90-a7bd-a6a59abf10cd Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6397 | 2024.06.04 11:14:47.608112 [ 3 ] {} <Debug> HTTP-Session: a2bb131a-227b-4e90-a7bd-a6a59abf10cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6398 | 2024.06.04 11:14:47.608125 [ 3 ] {} <Debug> HTTP-Session: a2bb131a-227b-4e90-a7bd-a6a59abf10cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6399 | 2024.06.04 11:14:47.608160 [ 3 ] {} <Trace> HTTP-Session: a2bb131a-227b-4e90-a7bd-a6a59abf10cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6400 | 2024.06.04 11:14:47.608288 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6401 | 2024.06.04 11:14:47.608333 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6402 | 2024.06.04 11:14:47.608463 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6403 | 2024.06.04 11:14:47.608783 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6404 | 2024.06.04 11:14:47.608820 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6405 | 2024.06.04 11:14:47.609137 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6406 | 2024.06.04 11:14:47.609433 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6407 | 2024.06.04 11:14:47.609579 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001341 sec., 66368.38180462342 rows/sec., 5.38 MiB/sec. | ||
| 6408 | 2024.06.04 11:14:47.609837 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6409 | 2024.06.04 11:14:47.609896 [ 3 ] {1923da0d-fd25-4e04-9b3d-e7aa29e855f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6410 | 2024.06.04 11:14:47.609954 [ 3 ] {} <Debug> HTTP-Session: a2bb131a-227b-4e90-a7bd-a6a59abf10cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6411 | 2024.06.04 11:14:47.610177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6412 | 2024.06.04 11:14:47.610230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6413 | 2024.06.04 11:14:47.610248 [ 3 ] {} <Debug> HTTP-Session: d0a2e794-337b-462c-97a2-3516fc68ec1c Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6414 | 2024.06.04 11:14:47.610265 [ 3 ] {} <Debug> HTTP-Session: d0a2e794-337b-462c-97a2-3516fc68ec1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6415 | 2024.06.04 11:14:47.610279 [ 3 ] {} <Debug> HTTP-Session: d0a2e794-337b-462c-97a2-3516fc68ec1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6416 | 2024.06.04 11:14:47.610311 [ 3 ] {} <Trace> HTTP-Session: d0a2e794-337b-462c-97a2-3516fc68ec1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6417 | 2024.06.04 11:14:47.610434 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6418 | 2024.06.04 11:14:47.610480 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6419 | 2024.06.04 11:14:47.610617 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6420 | 2024.06.04 11:14:47.610916 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6421 | 2024.06.04 11:14:47.610952 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6422 | 2024.06.04 11:14:47.611268 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6423 | 2024.06.04 11:14:47.611564 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6424 | 2024.06.04 11:14:47.611726 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001331 sec., 56348.610067618334 rows/sec., 4.40 MiB/sec. | ||
| 6425 | 2024.06.04 11:14:47.611875 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Debug> DynamicQueryHandler: Done processing query | ||
| 6426 | 2024.06.04 11:14:47.611899 [ 3 ] {1072eb26-e646-4ad2-b125-69c7dd81ff08} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6427 | 2024.06.04 11:14:47.611914 [ 3 ] {} <Debug> HTTP-Session: d0a2e794-337b-462c-97a2-3516fc68ec1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6428 | 2024.06.04 11:14:47.612090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6429 | 2024.06.04 11:14:47.612137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6430 | 2024.06.04 11:14:47.612156 [ 3 ] {} <Debug> HTTP-Session: 0f56d145-bcb7-41b3-ba8d-adbd1deceb82 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6431 | 2024.06.04 11:14:47.612173 [ 3 ] {} <Debug> HTTP-Session: 0f56d145-bcb7-41b3-ba8d-adbd1deceb82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6432 | 2024.06.04 11:14:47.612187 [ 3 ] {} <Debug> HTTP-Session: 0f56d145-bcb7-41b3-ba8d-adbd1deceb82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6433 | 2024.06.04 11:14:47.612217 [ 3 ] {} <Trace> HTTP-Session: 0f56d145-bcb7-41b3-ba8d-adbd1deceb82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6434 | 2024.06.04 11:14:47.612367 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6435 | 2024.06.04 11:14:47.612414 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6436 | 2024.06.04 11:14:47.612559 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6437 | 2024.06.04 11:14:47.612885 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6438 | 2024.06.04 11:14:47.612920 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6439 | 2024.06.04 11:14:47.613294 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6440 | 2024.06.04 11:14:47.613620 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6441 | 2024.06.04 11:14:47.613779 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001482 sec., 107962.21322537112 rows/sec., 7.52 MiB/sec. | ||
| 6442 | 2024.06.04 11:14:47.613933 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Debug> DynamicQueryHandler: Done processing query | ||
| 6443 | 2024.06.04 11:14:47.613956 [ 3 ] {1eea4645-5837-4716-bc9d-0b0456292868} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6444 | 2024.06.04 11:14:47.613971 [ 3 ] {} <Debug> HTTP-Session: 0f56d145-bcb7-41b3-ba8d-adbd1deceb82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6445 | 2024.06.04 11:14:47.614103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6446 | 2024.06.04 11:14:47.614151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6447 | 2024.06.04 11:14:47.614169 [ 3 ] {} <Debug> HTTP-Session: dc464f61-4014-4996-811a-07f895e4d2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6448 | 2024.06.04 11:14:47.614185 [ 3 ] {} <Debug> HTTP-Session: dc464f61-4014-4996-811a-07f895e4d2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6449 | 2024.06.04 11:14:47.614199 [ 3 ] {} <Debug> HTTP-Session: dc464f61-4014-4996-811a-07f895e4d2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6450 | 2024.06.04 11:14:47.614228 [ 3 ] {} <Trace> HTTP-Session: dc464f61-4014-4996-811a-07f895e4d2d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6451 | 2024.06.04 11:14:47.614367 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6452 | 2024.06.04 11:14:47.614414 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6453 | 2024.06.04 11:14:47.614567 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6454 | 2024.06.04 11:14:47.614875 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6455 | 2024.06.04 11:14:47.614911 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6456 | 2024.06.04 11:14:47.615304 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6457 | 2024.06.04 11:14:47.615632 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2024.06.04 11:14:47.615789 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001496 sec., 7352.941176470588 rows/sec., 9.92 MiB/sec. | ||
| 6459 | 2024.06.04 11:14:47.615942 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6460 | 2024.06.04 11:14:47.615966 [ 3 ] {1dee83f6-ea46-40ab-97ac-3006efc441fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6461 | 2024.06.04 11:14:47.615981 [ 3 ] {} <Debug> HTTP-Session: dc464f61-4014-4996-811a-07f895e4d2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6462 | 2024.06.04 11:14:47.616102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6463 | 2024.06.04 11:14:47.616150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6464 | 2024.06.04 11:14:47.616169 [ 3 ] {} <Debug> HTTP-Session: 8baff43e-187e-49c3-af37-a6fbacdd7060 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6465 | 2024.06.04 11:14:47.616185 [ 3 ] {} <Debug> HTTP-Session: 8baff43e-187e-49c3-af37-a6fbacdd7060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6466 | 2024.06.04 11:14:47.616199 [ 3 ] {} <Debug> HTTP-Session: 8baff43e-187e-49c3-af37-a6fbacdd7060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6467 | 2024.06.04 11:14:47.616230 [ 3 ] {} <Trace> HTTP-Session: 8baff43e-187e-49c3-af37-a6fbacdd7060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6468 | 2024.06.04 11:14:47.616345 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6469 | 2024.06.04 11:14:47.616387 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6470 | 2024.06.04 11:14:47.616511 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6471 | 2024.06.04 11:14:47.616764 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6472 | 2024.06.04 11:14:47.616800 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6473 | 2024.06.04 11:14:47.617142 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6474 | 2024.06.04 11:14:47.617445 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6475 | 2024.06.04 11:14:47.617600 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec. | ||
| 6476 | 2024.06.04 11:14:47.617754 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Debug> DynamicQueryHandler: Done processing query | ||
| 6477 | 2024.06.04 11:14:47.617777 [ 3 ] {23897a31-9da1-4bce-8a67-0b0e1b6a5312} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6478 | 2024.06.04 11:14:47.617793 [ 3 ] {} <Debug> HTTP-Session: 8baff43e-187e-49c3-af37-a6fbacdd7060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6479 | 2024.06.04 11:14:52.596724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 2919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6480 | 2024.06.04 11:14:52.596847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6481 | 2024.06.04 11:14:52.596873 [ 3 ] {} <Debug> HTTP-Session: 96e4e22c-eb21-4169-a732-551473dba9c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6482 | 2024.06.04 11:14:52.596897 [ 3 ] {} <Debug> HTTP-Session: 96e4e22c-eb21-4169-a732-551473dba9c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6483 | 2024.06.04 11:14:52.596912 [ 3 ] {} <Debug> HTTP-Session: 96e4e22c-eb21-4169-a732-551473dba9c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6484 | 2024.06.04 11:14:52.596959 [ 3 ] {} <Trace> HTTP-Session: 96e4e22c-eb21-4169-a732-551473dba9c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2024.06.04 11:14:52.597144 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6486 | 2024.06.04 11:14:52.597209 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6487 | 2024.06.04 11:14:52.597397 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6488 | 2024.06.04 11:14:52.597759 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2024.06.04 11:14:52.597803 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6490 | 2024.06.04 11:14:52.598166 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6491 | 2024.06.04 11:14:52.598495 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6492 | 2024.06.04 11:14:52.598641 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001555 sec., 12861.736334405145 rows/sec., 1.02 MiB/sec. | ||
| 6493 | 2024.06.04 11:14:52.598840 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6494 | 2024.06.04 11:14:52.598867 [ 3 ] {916aebea-6db4-4286-b948-614729caef7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6495 | 2024.06.04 11:14:52.598883 [ 3 ] {} <Debug> HTTP-Session: 96e4e22c-eb21-4169-a732-551473dba9c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6496 | 2024.06.04 11:14:52.599018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6497 | 2024.06.04 11:14:52.599073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6498 | 2024.06.04 11:14:52.599093 [ 3 ] {} <Debug> HTTP-Session: 524f4f9c-86ec-4f84-8ff7-4cfde7d91422 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6499 | 2024.06.04 11:14:52.599113 [ 3 ] {} <Debug> HTTP-Session: 524f4f9c-86ec-4f84-8ff7-4cfde7d91422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6500 | 2024.06.04 11:14:52.599128 [ 3 ] {} <Debug> HTTP-Session: 524f4f9c-86ec-4f84-8ff7-4cfde7d91422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6501 | 2024.06.04 11:14:52.599167 [ 3 ] {} <Trace> HTTP-Session: 524f4f9c-86ec-4f84-8ff7-4cfde7d91422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6502 | 2024.06.04 11:14:52.599280 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6503 | 2024.06.04 11:14:52.599340 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6504 | 2024.06.04 11:14:52.599504 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6505 | 2024.06.04 11:14:52.601238 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6506 | 2024.06.04 11:14:52.601286 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6507 | 2024.06.04 11:14:52.601651 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6508 | 2024.06.04 11:14:52.601972 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Trace> oximeter.fields_ipaddr (5cb12bc5-9b41-40c0-a816-2a94dee127f4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2024.06.04 11:14:52.602101 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002856 sec., 700.2801120448179 rows/sec., 57.10 KiB/sec. | ||
| 6510 | 2024.06.04 11:14:52.602347 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6511 | 2024.06.04 11:14:52.602388 [ 3 ] {17887db9-cdd2-4beb-9e9e-1c1a020ff75d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6512 | 2024.06.04 11:14:52.602404 [ 3 ] {} <Debug> HTTP-Session: 524f4f9c-86ec-4f84-8ff7-4cfde7d91422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6513 | 2024.06.04 11:14:52.602540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 17035, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6514 | 2024.06.04 11:14:52.602593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6515 | 2024.06.04 11:14:52.602613 [ 3 ] {} <Debug> HTTP-Session: f6052b84-c19d-4214-b878-12b0ca750f2d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6516 | 2024.06.04 11:14:52.602631 [ 3 ] {} <Debug> HTTP-Session: f6052b84-c19d-4214-b878-12b0ca750f2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6517 | 2024.06.04 11:14:52.602645 [ 3 ] {} <Debug> HTTP-Session: f6052b84-c19d-4214-b878-12b0ca750f2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6518 | 2024.06.04 11:14:52.602679 [ 3 ] {} <Trace> HTTP-Session: f6052b84-c19d-4214-b878-12b0ca750f2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6519 | 2024.06.04 11:14:52.602812 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6520 | 2024.06.04 11:14:52.602859 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6521 | 2024.06.04 11:14:52.603004 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6522 | 2024.06.04 11:14:52.603345 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6523 | 2024.06.04 11:14:52.603382 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6524 | 2024.06.04 11:14:52.603715 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6525 | 2024.06.04 11:14:52.604015 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6526 | 2024.06.04 11:14:52.604143 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Debug> executeQuery: Read 117 rows, 9.90 KiB in 0.001384 sec., 84537.57225433526 rows/sec., 6.98 MiB/sec. | ||
| 6527 | 2024.06.04 11:14:52.604151 [ 101 ] {} <Debug> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6528 | 2024.06.04 11:14:52.604203 [ 101 ] {} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6529 | 2024.06.04 11:14:52.604234 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6530 | 2024.06.04 11:14:52.604341 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Debug> DynamicQueryHandler: Done processing query | ||
| 6531 | 2024.06.04 11:14:52.604405 [ 3 ] {529cdf5f-4909-4684-a0a4-6b1f09361719} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6532 | 2024.06.04 11:14:52.604442 [ 3 ] {} <Debug> HTTP-Session: f6052b84-c19d-4214-b878-12b0ca750f2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6533 | 2024.06.04 11:14:52.604477 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::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 | ||
| 6534 | 2024.06.04 11:14:52.604639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6535 | 2024.06.04 11:14:52.604764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6536 | 2024.06.04 11:14:52.604771 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6537 | 2024.06.04 11:14:52.604801 [ 3 ] {} <Debug> HTTP-Session: a7a11e9e-6064-43c5-9ee2-5192574be4d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6538 | 2024.06.04 11:14:52.604840 [ 3 ] {} <Debug> HTTP-Session: a7a11e9e-6064-43c5-9ee2-5192574be4d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6539 | 2024.06.04 11:14:52.604844 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 192 rows starting from the beginning of the part | ||
| 6540 | 2024.06.04 11:14:52.604865 [ 3 ] {} <Debug> HTTP-Session: a7a11e9e-6064-43c5-9ee2-5192574be4d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6541 | 2024.06.04 11:14:52.604953 [ 3 ] {} <Trace> HTTP-Session: a7a11e9e-6064-43c5-9ee2-5192574be4d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6542 | 2024.06.04 11:14:52.605073 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 116 rows starting from the beginning of the part | ||
| 6543 | 2024.06.04 11:14:52.605307 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6544 | 2024.06.04 11:14:52.605356 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 127 rows starting from the beginning of the part | ||
| 6545 | 2024.06.04 11:14:52.605437 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6546 | 2024.06.04 11:14:52.605732 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 117 rows starting from the beginning of the part | ||
| 6547 | 2024.06.04 11:14:52.606141 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 89 rows starting from the beginning of the part | ||
| 6548 | 2024.06.04 11:14:52.606578 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6549 | 2024.06.04 11:14:52.606606 [ 191 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 117 rows starting from the beginning of the part | ||
| 6550 | 2024.06.04 11:14:52.607406 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6551 | 2024.06.04 11:14:52.607481 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6552 | 2024.06.04 11:14:52.608186 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6553 | 2024.06.04 11:14:52.609028 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Trace> oximeter.fields_u16 (16b0abc6-58a4-4d56-9a71-833053f97ff8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6554 | 2024.06.04 11:14:52.609295 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004134 sec., 483.79293662312534 rows/sec., 33.78 KiB/sec. | ||
| 6555 | 2024.06.04 11:14:52.609843 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 4 columns (4 merged, 0 gathered) in 0.005528121 sec., 137117.11447705285 rows/sec., 11.22 MiB/sec. | ||
| 6556 | 2024.06.04 11:14:52.609859 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6557 | 2024.06.04 11:14:52.609922 [ 3 ] {052d0aef-8eaf-4429-9bce-ae2e636c800c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6558 | 2024.06.04 11:14:52.609950 [ 3 ] {} <Debug> HTTP-Session: a7a11e9e-6064-43c5-9ee2-5192574be4d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6559 | 2024.06.04 11:14:52.610047 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6560 | 2024.06.04 11:14:52.610132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 14627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6561 | 2024.06.04 11:14:52.610226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6562 | 2024.06.04 11:14:52.610299 [ 3 ] {} <Debug> HTTP-Session: c4f13978-3531-4cdb-8c7c-ac5bb0ba2275 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6563 | 2024.06.04 11:14:52.610369 [ 3 ] {} <Debug> HTTP-Session: c4f13978-3531-4cdb-8c7c-ac5bb0ba2275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6564 | 2024.06.04 11:14:52.610418 [ 3 ] {} <Debug> HTTP-Session: c4f13978-3531-4cdb-8c7c-ac5bb0ba2275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6565 | 2024.06.04 11:14:52.610494 [ 3 ] {} <Trace> HTTP-Session: c4f13978-3531-4cdb-8c7c-ac5bb0ba2275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6566 | 2024.06.04 11:14:52.610715 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6567 | 2024.06.04 11:14:52.610765 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6568 | 2024.06.04 11:14:52.610786 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6569 | 2024.06.04 11:14:52.610984 [ 195 ] {4eff88de-d82d-4181-880a-70cb8841f4bd::all_1_41_8} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6570 | 2024.06.04 11:14:52.611180 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 6571 | 2024.06.04 11:14:52.611231 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6572 | 2024.06.04 11:14:52.611597 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2024.06.04 11:14:52.611635 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6574 | 2024.06.04 11:14:52.611954 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6575 | 2024.06.04 11:14:52.612263 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2024.06.04 11:14:52.612384 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001779 sec., 48341.76503653738 rows/sec., 3.78 MiB/sec. | ||
| 6577 | 2024.06.04 11:14:52.612391 [ 101 ] {} <Debug> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6578 | 2024.06.04 11:14:52.612451 [ 101 ] {} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6579 | 2024.06.04 11:14:52.612481 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6580 | 2024.06.04 11:14:52.612610 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6581 | 2024.06.04 11:14:52.612675 [ 3 ] {b238185a-e185-441a-9245-fd0406cd93a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6582 | 2024.06.04 11:14:52.612769 [ 3 ] {} <Debug> HTTP-Session: c4f13978-3531-4cdb-8c7c-ac5bb0ba2275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6583 | 2024.06.04 11:14:52.612898 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::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 | ||
| 6584 | 2024.06.04 11:14:52.613039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6585 | 2024.06.04 11:14:52.613144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6586 | 2024.06.04 11:14:52.613202 [ 3 ] {} <Debug> HTTP-Session: c5652290-2657-4fd5-9385-4ddd9c71874b Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6587 | 2024.06.04 11:14:52.613243 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6588 | 2024.06.04 11:14:52.613254 [ 3 ] {} <Debug> HTTP-Session: c5652290-2657-4fd5-9385-4ddd9c71874b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6589 | 2024.06.04 11:14:52.613296 [ 3 ] {} <Debug> HTTP-Session: c5652290-2657-4fd5-9385-4ddd9c71874b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6590 | 2024.06.04 11:14:52.613300 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 151 rows starting from the beginning of the part | ||
| 6591 | 2024.06.04 11:14:52.613346 [ 3 ] {} <Trace> HTTP-Session: c5652290-2657-4fd5-9385-4ddd9c71874b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6592 | 2024.06.04 11:14:52.613549 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 84 rows starting from the beginning of the part | ||
| 6593 | 2024.06.04 11:14:52.613711 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6594 | 2024.06.04 11:14:52.613893 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 103 rows starting from the beginning of the part | ||
| 6595 | 2024.06.04 11:14:52.613912 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6596 | 2024.06.04 11:14:52.614257 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 86 rows starting from the beginning of the part | ||
| 6597 | 2024.06.04 11:14:52.614572 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 75 rows starting from the beginning of the part | ||
| 6598 | 2024.06.04 11:14:52.614894 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 86 rows starting from the beginning of the part | ||
| 6599 | 2024.06.04 11:14:52.615138 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6600 | 2024.06.04 11:14:52.616217 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6601 | 2024.06.04 11:14:52.616289 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6602 | 2024.06.04 11:14:52.617294 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6603 | 2024.06.04 11:14:52.617544 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 585 rows, containing 4 columns (4 merged, 0 gathered) in 0.004982503 sec., 117410.8675900446 rows/sec., 9.17 MiB/sec. | ||
| 6604 | 2024.06.04 11:14:52.617778 [ 198 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6605 | 2024.06.04 11:14:52.618109 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2024.06.04 11:14:52.618508 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6607 | 2024.06.04 11:14:52.618534 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005021 sec., 32065.325632344153 rows/sec., 2.23 MiB/sec. | ||
| 6608 | 2024.06.04 11:14:52.618576 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6609 | 2024.06.04 11:14:52.618679 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6610 | 2024.06.04 11:14:52.618877 [ 193 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2024.06.04 11:14:52.619124 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6612 | 2024.06.04 11:14:52.619200 [ 3 ] {c7311546-7251-4a79-a898-cd4d5ac39b1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6613 | 2024.06.04 11:14:52.619267 [ 3 ] {} <Debug> HTTP-Session: c5652290-2657-4fd5-9385-4ddd9c71874b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6614 | 2024.06.04 11:14:52.619264 [ 191 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::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 | ||
| 6615 | 2024.06.04 11:14:52.619300 [ 193 ] {edadbca7-9ede-4959-9699-ba7ebb7b04d1::all_1_41_8} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6616 | 2024.06.04 11:14:52.619592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6617 | 2024.06.04 11:14:52.619611 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6618 | 2024.06.04 11:14:52.619787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6619 | 2024.06.04 11:14:52.619882 [ 3 ] {} <Debug> HTTP-Session: 9193c1c2-339b-4761-8963-ff47dd1cf4a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6620 | 2024.06.04 11:14:52.619947 [ 3 ] {} <Debug> HTTP-Session: 9193c1c2-339b-4761-8963-ff47dd1cf4a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6621 | 2024.06.04 11:14:52.620001 [ 191 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6622 | 2024.06.04 11:14:52.620013 [ 3 ] {} <Debug> HTTP-Session: 9193c1c2-339b-4761-8963-ff47dd1cf4a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6623 | 2024.06.04 11:14:52.620142 [ 191 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 5981 rows starting from the beginning of the part | ||
| 6624 | 2024.06.04 11:14:52.620154 [ 3 ] {} <Trace> HTTP-Session: 9193c1c2-339b-4761-8963-ff47dd1cf4a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6625 | 2024.06.04 11:14:52.620604 [ 191 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 6626 | 2024.06.04 11:14:52.620672 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6627 | 2024.06.04 11:14:52.620883 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6628 | 2024.06.04 11:14:52.621022 [ 191 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 198 rows starting from the beginning of the part | ||
| 6629 | 2024.06.04 11:14:52.621487 [ 191 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
| 6630 | 2024.06.04 11:14:52.621857 [ 191 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 6631 | 2024.06.04 11:14:52.622125 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6632 | 2024.06.04 11:14:52.622240 [ 191 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part | ||
| 6633 | 2024.06.04 11:14:52.623218 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6634 | 2024.06.04 11:14:52.623294 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6635 | 2024.06.04 11:14:52.623909 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6636 | 2024.06.04 11:14:52.625003 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6637 | 2024.06.04 11:14:52.625335 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Debug> executeQuery: Read 20 rows, 27.64 KiB in 0.004936 sec., 4051.863857374392 rows/sec., 5.47 MiB/sec. | ||
| 6638 | 2024.06.04 11:14:52.625539 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Debug> DynamicQueryHandler: Done processing query | ||
| 6639 | 2024.06.04 11:14:52.625565 [ 3 ] {a6417369-37f1-4c3d-9302-f0a474de8c08} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6640 | 2024.06.04 11:14:52.625582 [ 3 ] {} <Debug> HTTP-Session: 9193c1c2-339b-4761-8963-ff47dd1cf4a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6641 | 2024.06.04 11:14:52.625725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6642 | 2024.06.04 11:14:52.625776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6643 | 2024.06.04 11:14:52.625795 [ 3 ] {} <Debug> HTTP-Session: 08e84585-0337-472a-84b7-fd8435d29b66 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6644 | 2024.06.04 11:14:52.625812 [ 3 ] {} <Debug> HTTP-Session: 08e84585-0337-472a-84b7-fd8435d29b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6645 | 2024.06.04 11:14:52.625827 [ 3 ] {} <Debug> HTTP-Session: 08e84585-0337-472a-84b7-fd8435d29b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6646 | 2024.06.04 11:14:52.625860 [ 3 ] {} <Trace> HTTP-Session: 08e84585-0337-472a-84b7-fd8435d29b66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6647 | 2024.06.04 11:14:52.626055 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6648 | 2024.06.04 11:14:52.626113 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6649 | 2024.06.04 11:14:52.626254 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6650 | 2024.06.04 11:14:52.626555 [ 198 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6821 rows, containing 5 columns (5 merged, 0 gathered) in 0.007638351 sec., 892993.7888426442 rows/sec., 62.23 MiB/sec. | ||
| 6651 | 2024.06.04 11:14:52.626701 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6652 | 2024.06.04 11:14:52.626743 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6653 | 2024.06.04 11:14:52.627030 [ 198 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6654 | 2024.06.04 11:14:52.627347 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6655 | 2024.06.04 11:14:52.627976 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6656 | 2024.06.04 11:14:52.628171 [ 193 ] {68b202e3-8eb4-40eb-9fe6-46fbc372b927::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6657 | 2024.06.04 11:14:52.628174 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6658 | 2024.06.04 11:14:52.628338 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
| 6659 | 2024.06.04 11:14:52.628439 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002452 sec., 24469.820554649265 rows/sec., 1.65 MiB/sec. | ||
| 6660 | 2024.06.04 11:14:52.628450 [ 101 ] {} <Debug> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6661 | 2024.06.04 11:14:52.628517 [ 101 ] {} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6662 | 2024.06.04 11:14:52.628555 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6663 | 2024.06.04 11:14:52.628695 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6664 | 2024.06.04 11:14:52.628708 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::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 | ||
| 6665 | 2024.06.04 11:14:52.628736 [ 3 ] {5b50326c-9715-40bd-8609-a663c93896b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6666 | 2024.06.04 11:14:52.628781 [ 3 ] {} <Debug> HTTP-Session: 08e84585-0337-472a-84b7-fd8435d29b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6667 | 2024.06.04 11:14:52.628888 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6668 | 2024.06.04 11:14:52.628921 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2096 rows starting from the beginning of the part | ||
| 6669 | 2024.06.04 11:14:52.629005 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 6670 | 2024.06.04 11:14:52.629213 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 6671 | 2024.06.04 11:14:52.629284 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 6672 | 2024.06.04 11:14:52.629521 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 6673 | 2024.06.04 11:14:52.629598 [ 198 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 6674 | 2024.06.04 11:14:52.631173 [ 197 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 4 columns (4 merged, 0 gathered) in 0.002539867 sec., 943356.4828394558 rows/sec., 63.60 MiB/sec. | ||
| 6675 | 2024.06.04 11:14:52.631423 [ 190 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6676 | 2024.06.04 11:14:52.631880 [ 190 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6677 | 2024.06.04 11:14:52.631977 [ 190 ] {7d8dcae7-d9c1-4627-8870-d54f74bf880d::all_1_41_8} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6678 | 2024.06.04 11:14:52.632067 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6679 | 2024.06.04 11:14:57.596020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 1627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6680 | 2024.06.04 11:14:57.596166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6681 | 2024.06.04 11:14:57.596195 [ 3 ] {} <Debug> HTTP-Session: 30a9e269-1594-4872-b6e3-fffcc6873dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6682 | 2024.06.04 11:14:57.596224 [ 3 ] {} <Debug> HTTP-Session: 30a9e269-1594-4872-b6e3-fffcc6873dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6683 | 2024.06.04 11:14:57.596242 [ 3 ] {} <Debug> HTTP-Session: 30a9e269-1594-4872-b6e3-fffcc6873dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6684 | 2024.06.04 11:14:57.596299 [ 3 ] {} <Trace> HTTP-Session: 30a9e269-1594-4872-b6e3-fffcc6873dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6685 | 2024.06.04 11:14:57.596501 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6686 | 2024.06.04 11:14:57.596569 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6687 | 2024.06.04 11:14:57.596765 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6688 | 2024.06.04 11:14:57.597185 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6689 | 2024.06.04 11:14:57.597233 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6690 | 2024.06.04 11:14:57.597603 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6691 | 2024.06.04 11:14:57.597949 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Trace> oximeter.fields_i64 (2e5e21b1-372e-4df9-b7fd-1f5920ddcd3d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6692 | 2024.06.04 11:14:57.598121 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001674 sec., 6571.087216248507 rows/sec., 532.62 KiB/sec. | ||
| 6693 | 2024.06.04 11:14:57.598442 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6694 | 2024.06.04 11:14:57.598477 [ 3 ] {346023c0-78ce-452b-8fc0-fe82959cf8b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6695 | 2024.06.04 11:14:57.598496 [ 3 ] {} <Debug> HTTP-Session: 30a9e269-1594-4872-b6e3-fffcc6873dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6696 | 2024.06.04 11:14:57.598658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6697 | 2024.06.04 11:14:57.598714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6698 | 2024.06.04 11:14:57.598733 [ 3 ] {} <Debug> HTTP-Session: 0e1a9581-13ea-4d3f-afa4-f860db21c37d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6699 | 2024.06.04 11:14:57.598752 [ 3 ] {} <Debug> HTTP-Session: 0e1a9581-13ea-4d3f-afa4-f860db21c37d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6700 | 2024.06.04 11:14:57.598766 [ 3 ] {} <Debug> HTTP-Session: 0e1a9581-13ea-4d3f-afa4-f860db21c37d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6701 | 2024.06.04 11:14:57.598803 [ 3 ] {} <Trace> HTTP-Session: 0e1a9581-13ea-4d3f-afa4-f860db21c37d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2024.06.04 11:14:57.598937 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6703 | 2024.06.04 11:14:57.598987 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6704 | 2024.06.04 11:14:57.599137 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6705 | 2024.06.04 11:14:57.599497 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6706 | 2024.06.04 11:14:57.599535 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6707 | 2024.06.04 11:14:57.599854 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6708 | 2024.06.04 11:14:57.600169 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Trace> oximeter.fields_string (4eff88de-d82d-4181-880a-70cb8841f4bd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2024.06.04 11:14:57.600325 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001435 sec., 62020.905923344944 rows/sec., 5.03 MiB/sec. | ||
| 6710 | 2024.06.04 11:14:57.600480 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6711 | 2024.06.04 11:14:57.600504 [ 3 ] {b29eae4d-b82a-41d5-b101-9e93c6b6a18f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6712 | 2024.06.04 11:14:57.600520 [ 3 ] {} <Debug> HTTP-Session: 0e1a9581-13ea-4d3f-afa4-f860db21c37d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6713 | 2024.06.04 11:14:57.600652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 12758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6714 | 2024.06.04 11:14:57.600702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6715 | 2024.06.04 11:14:57.600721 [ 3 ] {} <Debug> HTTP-Session: 67c2aaab-9595-4f1f-b767-68f77e55ae5d Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6716 | 2024.06.04 11:14:57.600738 [ 3 ] {} <Debug> HTTP-Session: 67c2aaab-9595-4f1f-b767-68f77e55ae5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6717 | 2024.06.04 11:14:57.600751 [ 3 ] {} <Debug> HTTP-Session: 67c2aaab-9595-4f1f-b767-68f77e55ae5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6718 | 2024.06.04 11:14:57.600782 [ 3 ] {} <Trace> HTTP-Session: 67c2aaab-9595-4f1f-b767-68f77e55ae5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6719 | 2024.06.04 11:14:57.600896 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6720 | 2024.06.04 11:14:57.600940 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6721 | 2024.06.04 11:14:57.601066 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6722 | 2024.06.04 11:14:57.601422 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6723 | 2024.06.04 11:14:57.601460 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6724 | 2024.06.04 11:14:57.601770 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6725 | 2024.06.04 11:14:57.602085 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Trace> oximeter.fields_uuid (edadbca7-9ede-4959-9699-ba7ebb7b04d1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6726 | 2024.06.04 11:14:57.602233 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.00137 sec., 54744.52554744526 rows/sec., 4.27 MiB/sec. | ||
| 6727 | 2024.06.04 11:14:57.602400 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Debug> DynamicQueryHandler: Done processing query | ||
| 6728 | 2024.06.04 11:14:57.602425 [ 3 ] {13cd873f-9a17-4c11-8ffa-d4161d029877} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6729 | 2024.06.04 11:14:57.602440 [ 3 ] {} <Debug> HTTP-Session: 67c2aaab-9595-4f1f-b767-68f77e55ae5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6730 | 2024.06.04 11:14:57.602593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 30677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6731 | 2024.06.04 11:14:57.602644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6732 | 2024.06.04 11:14:57.602663 [ 3 ] {} <Debug> HTTP-Session: a7731104-4799-42e3-92ed-dfba575c6de1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6733 | 2024.06.04 11:14:57.602681 [ 3 ] {} <Debug> HTTP-Session: a7731104-4799-42e3-92ed-dfba575c6de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6734 | 2024.06.04 11:14:57.602695 [ 3 ] {} <Debug> HTTP-Session: a7731104-4799-42e3-92ed-dfba575c6de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6735 | 2024.06.04 11:14:57.602726 [ 3 ] {} <Trace> HTTP-Session: a7731104-4799-42e3-92ed-dfba575c6de1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6736 | 2024.06.04 11:14:57.602869 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6737 | 2024.06.04 11:14:57.602916 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6738 | 2024.06.04 11:14:57.603065 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6739 | 2024.06.04 11:14:57.603428 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6740 | 2024.06.04 11:14:57.603466 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6741 | 2024.06.04 11:14:57.603855 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6742 | 2024.06.04 11:14:57.604185 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Trace> oximeter.measurements_cumulativeu64 (68b202e3-8eb4-40eb-9fe6-46fbc372b927): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6743 | 2024.06.04 11:14:57.604340 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. | ||
| 6744 | 2024.06.04 11:14:57.604495 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Debug> DynamicQueryHandler: Done processing query | ||
| 6745 | 2024.06.04 11:14:57.604519 [ 3 ] {4670eb19-b668-41f3-b559-246d36844a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6746 | 2024.06.04 11:14:57.604535 [ 3 ] {} <Debug> HTTP-Session: a7731104-4799-42e3-92ed-dfba575c6de1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6747 | 2024.06.04 11:14:57.604672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 11820, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6748 | 2024.06.04 11:14:57.604720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6749 | 2024.06.04 11:14:57.604739 [ 3 ] {} <Debug> HTTP-Session: a002e42e-e3bd-4cd8-bb05-079dc368ab83 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6750 | 2024.06.04 11:14:57.604755 [ 3 ] {} <Debug> HTTP-Session: a002e42e-e3bd-4cd8-bb05-079dc368ab83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6751 | 2024.06.04 11:14:57.604769 [ 3 ] {} <Debug> HTTP-Session: a002e42e-e3bd-4cd8-bb05-079dc368ab83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6752 | 2024.06.04 11:14:57.604799 [ 3 ] {} <Trace> HTTP-Session: a002e42e-e3bd-4cd8-bb05-079dc368ab83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6753 | 2024.06.04 11:14:57.604955 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6754 | 2024.06.04 11:14:57.605005 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
| 6755 | 2024.06.04 11:14:57.605163 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6756 | 2024.06.04 11:14:57.605519 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6757 | 2024.06.04 11:14:57.605556 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6758 | 2024.06.04 11:14:57.605943 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6759 | 2024.06.04 11:14:57.606278 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Trace> oximeter.measurements_histogramf64 (708b9682-75fe-4a01-91c2-08fc7491354a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6760 | 2024.06.04 11:14:57.606446 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Debug> executeQuery: Read 11 rows, 15.20 KiB in 0.001557 sec., 7064.868336544637 rows/sec., 9.53 MiB/sec. | ||
| 6761 | 2024.06.04 11:14:57.606742 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Debug> DynamicQueryHandler: Done processing query | ||
| 6762 | 2024.06.04 11:14:57.606785 [ 3 ] {768db1c0-cfd9-4bce-8172-9c22e6b5dc40} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6763 | 2024.06.04 11:14:57.606810 [ 3 ] {} <Debug> HTTP-Session: a002e42e-e3bd-4cd8-bb05-079dc368ab83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6764 | 2024.06.04 11:14:57.606923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54890, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6765 | 2024.06.04 11:14:57.606973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6766 | 2024.06.04 11:14:57.606993 [ 3 ] {} <Debug> HTTP-Session: 8b473bea-be09-49fd-af18-9f8bbd39e1c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54890 | ||
| 6767 | 2024.06.04 11:14:57.607009 [ 3 ] {} <Debug> HTTP-Session: 8b473bea-be09-49fd-af18-9f8bbd39e1c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6768 | 2024.06.04 11:14:57.607023 [ 3 ] {} <Debug> HTTP-Session: 8b473bea-be09-49fd-af18-9f8bbd39e1c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6769 | 2024.06.04 11:14:57.607055 [ 3 ] {} <Trace> HTTP-Session: 8b473bea-be09-49fd-af18-9f8bbd39e1c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6770 | 2024.06.04 11:14:57.607168 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54890) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6771 | 2024.06.04 11:14:57.607214 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6772 | 2024.06.04 11:14:57.607357 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6773 | 2024.06.04 11:14:57.607714 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6774 | 2024.06.04 11:14:57.607751 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 6775 | 2024.06.04 11:14:57.608114 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6776 | 2024.06.04 11:14:57.608439 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Trace> oximeter.measurements_u64 (7d8dcae7-d9c1-4627-8870-d54f74bf880d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6777 | 2024.06.04 11:14:57.608598 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
| 6778 | 2024.06.04 11:14:57.608765 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6779 | 2024.06.04 11:14:57.608790 [ 3 ] {0a44d99a-7f29-4f5a-b892-ca81de9d89e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6780 | 2024.06.04 11:14:57.608805 [ 3 ] {} <Debug> HTTP-Session: 8b473bea-be09-49fd-af18-9f8bbd39e1c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6781 | 2024.06.04 11:15:00.229937 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6782 | 2024.06.04 11:15:00.229988 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||