| 1 | [ Jun 25 22:10:23 Enabled. ] | ||
| 2 | [ Jun 25 22:10:23 Rereading configuration. ] | ||
| 3 | [ Jun 25 22:10:25 Rereading configuration. ] | ||
| 4 | [ Jun 25 22:10:37 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 25 22:10:37 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.25 22:10:37.735585 [ 1 ] {} <Information> Application: Will watch for the process with pid 25296 | ||
| 33 | 2024.06.25 22:10:37.736125 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.06.25 22:10:37.927326 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25296 | ||
| 35 | 2024.06.25 22:10:37.928054 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.06.25 22:10:37.928763 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.06.25 22:10:38.008951 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.06.25 22:10:38.041072 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.06.25 22:10:38.041116 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.06.25 22:10:38.041132 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.06.25 22:10:38.041194 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.06.25 22:10:38.041469 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.06.25 22:10:38.042900 [ 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.25 22:10:38.043373 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.06.25 22:10:38.044167 [ 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.25 22:10:38.044190 [ 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.25 22:10:38.044203 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.06.25 22:10:38.044376 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.06.25 22:10:38.045221 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.06.25 22:10:38.050344 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.06.25 22:10:38.050990 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.06.25 22:10:38.052187 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.06.25 22:10:38.052247 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.06.25 22:10:38.053706 [ 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.25 22:10:38.053964 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.06.25 22:10:38.057578 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.06.25 22:10:38.057828 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.06.25 22:10:38.059282 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.06.25 22:10:38.059673 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.06.25 22:10:38.060003 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.06.25 22:10:38.060330 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.06.25 22:10:38.061676 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.06.25 22:10:38.061703 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.06.25 22:10:38.061796 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.06.25 22:10:38.061960 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.06.25 22:10:38.069490 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.06.25 22:10:38.069522 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000143723 sec | ||
| 74 | 2024.06.25 22:10:38.069559 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.06.25 22:10:38.069571 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.06.25 22:10:38.070656 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.06.25 22:10:38.071659 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.06.25 22:10:38.071681 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.06.25 22:10:38.071711 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.06.25 22:10:38.071726 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.06.25 22:10:38.071738 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.06.25 22:10:38.071770 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.06.25 22:10:38.071784 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.06.25 22:10:38.071798 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.06.25 22:10:38.071831 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.06.25 22:10:38.071844 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.06.25 22:10:38.071857 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.06.25 22:10:38.071872 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.06.25 22:10:38.071903 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.06.25 22:10:38.071917 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.06.25 22:10:38.071932 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.06.25 22:10:38.071958 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.06.25 22:10:38.071972 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.06.25 22:10:38.104584 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.06.25 22:10:38.105753 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.06.25 22:10:38.105779 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.2951e-05 sec | ||
| 97 | 2024.06.25 22:10:38.105792 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.06.25 22:10:38.105808 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.06.25 22:10:38.105828 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.06.25 22:10:38.106014 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.06.25 22:10:38.106054 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.06.25 22:10:38.106067 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.06.25 22:10:38.106083 [ 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.25 22:10:38.106095 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.06.25 22:10:38.129685 [ 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.25 22:10:38.316133 [ 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.25 22:10:38.316190 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.06.25 22:10:38.370587 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.06.25 22:10:38.370804 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.20 MiB | ||
| 110 | 2024.06.25 22:10:38.371186 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.31e-05 sec. | ||
| 111 | 2024.06.25 22:10:38.371545 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.06.25 22:10:38.371648 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.06.25 22:10:38.371705 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.06.25 22:10:38.371725 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.06.25 22:10:41.012556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.06.25 22:10:41.012793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.06.25 22:10:41.012828 [ 3 ] {} <Debug> HTTP-Session: 29e5f23b-1ef2-42cd-a1f0-f39bea6f36e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 118 | 2024.06.25 22:10:41.012859 [ 3 ] {} <Debug> HTTP-Session: 29e5f23b-1ef2-42cd-a1f0-f39bea6f36e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.06.25 22:10:41.012877 [ 3 ] {} <Debug> HTTP-Session: 29e5f23b-1ef2-42cd-a1f0-f39bea6f36e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.06.25 22:10:41.012964 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.06.25 22:10:41.012997 [ 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.25 22:10:41.013018 [ 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.25 22:10:41.013082 [ 3 ] {} <Trace> HTTP-Session: 29e5f23b-1ef2-42cd-a1f0-f39bea6f36e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.06.25 22:10:41.014182 [ 3 ] {8ef06de5-9ca6-40cd-b780-9d7cc1ae670c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.06.25 22:10:41.045210 [ 3 ] {8ef06de5-9ca6-40cd-b780-9d7cc1ae670c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49920) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 126 | |||
| 127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.06.25 22:10:41.045919 [ 3 ] {8ef06de5-9ca6-40cd-b780-9d7cc1ae670c} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 151 | |||
| 152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.06.25 22:10:41.047268 [ 3 ] {} <Debug> HTTP-Session: 29e5f23b-1ef2-42cd-a1f0-f39bea6f36e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.06.25 22:10:41.047716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.06.25 22:10:41.047780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.06.25 22:10:41.047806 [ 3 ] {} <Debug> HTTP-Session: 789c478f-be3b-4a0d-b888-da096a0f5c18 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 179 | 2024.06.25 22:10:41.047831 [ 3 ] {} <Debug> HTTP-Session: 789c478f-be3b-4a0d-b888-da096a0f5c18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.06.25 22:10:41.047844 [ 3 ] {} <Debug> HTTP-Session: 789c478f-be3b-4a0d-b888-da096a0f5c18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.06.25 22:10:41.047887 [ 3 ] {} <Trace> HTTP-Session: 789c478f-be3b-4a0d-b888-da096a0f5c18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.06.25 22:10:41.048999 [ 3 ] {0608e996-8c0d-4edb-8e38-7a8d842cf719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.06.25 22:10:41.049114 [ 3 ] {0608e996-8c0d-4edb-8e38-7a8d842cf719} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.06.25 22:10:41.051097 [ 3 ] {0608e996-8c0d-4edb-8e38-7a8d842cf719} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.06.25 22:10:41.052927 [ 3 ] {0608e996-8c0d-4edb-8e38-7a8d842cf719} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.06.25 22:10:41.057746 [ 3 ] {0608e996-8c0d-4edb-8e38-7a8d842cf719} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.06.25 22:10:41.057780 [ 3 ] {0608e996-8c0d-4edb-8e38-7a8d842cf719} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.06.25 22:10:41.057802 [ 3 ] {} <Debug> HTTP-Session: 789c478f-be3b-4a0d-b888-da096a0f5c18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.06.25 22:10:41.060494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.06.25 22:10:41.060556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.06.25 22:10:41.060585 [ 3 ] {} <Debug> HTTP-Session: f0acf992-7b3e-4810-befe-5253b571f9ee Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 192 | 2024.06.25 22:10:41.060605 [ 3 ] {} <Debug> HTTP-Session: f0acf992-7b3e-4810-befe-5253b571f9ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.06.25 22:10:41.060625 [ 3 ] {} <Debug> HTTP-Session: f0acf992-7b3e-4810-befe-5253b571f9ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.06.25 22:10:41.060669 [ 3 ] {} <Trace> HTTP-Session: f0acf992-7b3e-4810-befe-5253b571f9ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.06.25 22:10:41.060809 [ 3 ] {f1b05d56-16bd-46c4-a746-513c45200a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.06.25 22:10:41.061120 [ 3 ] {f1b05d56-16bd-46c4-a746-513c45200a16} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49920) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 197 | |||
| 198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.06.25 22:10:41.061262 [ 3 ] {f1b05d56-16bd-46c4-a746-513c45200a16} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 222 | |||
| 223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 21. _thrp_setup @ 0x0000000000114287 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.06.25 22:10:41.061430 [ 3 ] {} <Debug> HTTP-Session: f0acf992-7b3e-4810-befe-5253b571f9ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.06.25 22:10:41.062654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.06.25 22:10:41.062704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.06.25 22:10:41.062722 [ 3 ] {} <Debug> HTTP-Session: 565dc550-c043-40d1-95f4-06a71d2ab49f Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 250 | 2024.06.25 22:10:41.062741 [ 3 ] {} <Debug> HTTP-Session: 565dc550-c043-40d1-95f4-06a71d2ab49f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.06.25 22:10:41.062757 [ 3 ] {} <Debug> HTTP-Session: 565dc550-c043-40d1-95f4-06a71d2ab49f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.06.25 22:10:41.062786 [ 3 ] {} <Trace> HTTP-Session: 565dc550-c043-40d1-95f4-06a71d2ab49f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.06.25 22:10:41.062945 [ 3 ] {da210975-06bf-4a37-9b95-f76a2632fbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.06.25 22:10:41.063098 [ 3 ] {da210975-06bf-4a37-9b95-f76a2632fbc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.06.25 22:10:41.063121 [ 3 ] {} <Debug> HTTP-Session: 565dc550-c043-40d1-95f4-06a71d2ab49f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.06.25 22:10:41.063234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.06.25 22:10:41.063282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.06.25 22:10:41.063303 [ 3 ] {} <Debug> HTTP-Session: 7192f3af-9101-4ba8-861a-3f0647dda17a Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 259 | 2024.06.25 22:10:41.063318 [ 3 ] {} <Debug> HTTP-Session: 7192f3af-9101-4ba8-861a-3f0647dda17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.06.25 22:10:41.063334 [ 3 ] {} <Debug> HTTP-Session: 7192f3af-9101-4ba8-861a-3f0647dda17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.06.25 22:10:41.063367 [ 3 ] {} <Trace> HTTP-Session: 7192f3af-9101-4ba8-861a-3f0647dda17a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.06.25 22:10:41.063454 [ 3 ] {b31f2622-40f3-49f8-854b-354fc4dd71b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.06.25 22:10:41.063508 [ 3 ] {b31f2622-40f3-49f8-854b-354fc4dd71b3} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.06.25 22:10:41.064595 [ 3 ] {b31f2622-40f3-49f8-854b-354fc4dd71b3} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.06.25 22:10:41.064625 [ 3 ] {b31f2622-40f3-49f8-854b-354fc4dd71b3} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2131e-05 sec | ||
| 266 | 2024.06.25 22:10:41.064638 [ 3 ] {b31f2622-40f3-49f8-854b-354fc4dd71b3} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.06.25 22:10:41.064654 [ 3 ] {b31f2622-40f3-49f8-854b-354fc4dd71b3} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.06.25 22:10:41.064676 [ 3 ] {b31f2622-40f3-49f8-854b-354fc4dd71b3} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.06.25 22:10:41.064792 [ 3 ] {b31f2622-40f3-49f8-854b-354fc4dd71b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.06.25 22:10:41.064814 [ 3 ] {} <Debug> HTTP-Session: 7192f3af-9101-4ba8-861a-3f0647dda17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.06.25 22:10:41.064920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.06.25 22:10:41.064968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.06.25 22:10:41.064986 [ 3 ] {} <Debug> HTTP-Session: 58a23089-b613-4864-85ec-ed18680e2210 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 274 | 2024.06.25 22:10:41.065005 [ 3 ] {} <Debug> HTTP-Session: 58a23089-b613-4864-85ec-ed18680e2210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.06.25 22:10:41.065024 [ 3 ] {} <Debug> HTTP-Session: 58a23089-b613-4864-85ec-ed18680e2210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.06.25 22:10:41.065052 [ 3 ] {} <Trace> HTTP-Session: 58a23089-b613-4864-85ec-ed18680e2210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.06.25 22:10:41.065189 [ 3 ] {92f5caa7-8822-439f-8b31-049798c5d936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) /* 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.25 22:10:41.065234 [ 3 ] {92f5caa7-8822-439f-8b31-049798c5d936} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.06.25 22:10:41.067552 [ 3 ] {92f5caa7-8822-439f-8b31-049798c5d936} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.06.25 22:10:41.068587 [ 3 ] {92f5caa7-8822-439f-8b31-049798c5d936} <Debug> oximeter.version (92102197-7435-413a-91a7-2548c69d45a5): Loading data parts | ||
| 282 | 2024.06.25 22:10:41.068953 [ 3 ] {92f5caa7-8822-439f-8b31-049798c5d936} <Debug> oximeter.version (92102197-7435-413a-91a7-2548c69d45a5): There are no data parts | ||
| 283 | 2024.06.25 22:10:41.071409 [ 3 ] {92f5caa7-8822-439f-8b31-049798c5d936} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.06.25 22:10:41.071435 [ 3 ] {} <Debug> HTTP-Session: 58a23089-b613-4864-85ec-ed18680e2210 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.06.25 22:10:41.071544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.06.25 22:10:41.071596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.06.25 22:10:41.071618 [ 3 ] {} <Debug> HTTP-Session: f9bb88fa-618a-4744-b64c-5b8a5f07746f Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 288 | 2024.06.25 22:10:41.071633 [ 3 ] {} <Debug> HTTP-Session: f9bb88fa-618a-4744-b64c-5b8a5f07746f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.06.25 22:10:41.071650 [ 3 ] {} <Debug> HTTP-Session: f9bb88fa-618a-4744-b64c-5b8a5f07746f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.06.25 22:10:41.071682 [ 3 ] {} <Trace> HTTP-Session: f9bb88fa-618a-4744-b64c-5b8a5f07746f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.06.25 22:10:41.071868 [ 3 ] {2a7d992b-4de9-46d5-9718-d0defbeb95c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) /* 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.25 22:10:41.071922 [ 3 ] {2a7d992b-4de9-46d5-9718-d0defbeb95c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.06.25 22:10:41.078150 [ 3 ] {2a7d992b-4de9-46d5-9718-d0defbeb95c3} <Debug> oximeter.measurements_bool (90671521-d17f-4453-8d42-7e366a500c2e): Loading data parts | ||
| 304 | 2024.06.25 22:10:41.078305 [ 3 ] {2a7d992b-4de9-46d5-9718-d0defbeb95c3} <Debug> oximeter.measurements_bool (90671521-d17f-4453-8d42-7e366a500c2e): There are no data parts | ||
| 305 | 2024.06.25 22:10:41.079676 [ 3 ] {2a7d992b-4de9-46d5-9718-d0defbeb95c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.06.25 22:10:41.079701 [ 3 ] {} <Debug> HTTP-Session: f9bb88fa-618a-4744-b64c-5b8a5f07746f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.06.25 22:10:41.079825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.06.25 22:10:41.079877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.06.25 22:10:41.079899 [ 3 ] {} <Debug> HTTP-Session: 34c3fcd8-6793-45f3-84eb-43dc432f69d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 310 | 2024.06.25 22:10:41.079915 [ 3 ] {} <Debug> HTTP-Session: 34c3fcd8-6793-45f3-84eb-43dc432f69d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.06.25 22:10:41.079931 [ 3 ] {} <Debug> HTTP-Session: 34c3fcd8-6793-45f3-84eb-43dc432f69d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.06.25 22:10:41.079960 [ 3 ] {} <Trace> HTTP-Session: 34c3fcd8-6793-45f3-84eb-43dc432f69d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.06.25 22:10:41.080139 [ 3 ] {696ec3d2-2aed-4bcd-ae22-26b2b5018930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.080186 [ 3 ] {696ec3d2-2aed-4bcd-ae22-26b2b5018930} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.06.25 22:10:41.081752 [ 3 ] {696ec3d2-2aed-4bcd-ae22-26b2b5018930} <Debug> oximeter.measurements_i8 (b59617d8-c552-40a8-8a6b-5d534c053461): Loading data parts | ||
| 316 | 2024.06.25 22:10:41.081907 [ 3 ] {696ec3d2-2aed-4bcd-ae22-26b2b5018930} <Debug> oximeter.measurements_i8 (b59617d8-c552-40a8-8a6b-5d534c053461): There are no data parts | ||
| 317 | 2024.06.25 22:10:41.083037 [ 3 ] {696ec3d2-2aed-4bcd-ae22-26b2b5018930} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.06.25 22:10:41.083076 [ 3 ] {} <Debug> HTTP-Session: 34c3fcd8-6793-45f3-84eb-43dc432f69d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.06.25 22:10:41.083192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.06.25 22:10:41.083241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.06.25 22:10:41.083263 [ 3 ] {} <Debug> HTTP-Session: dec7ad89-4606-40fd-800d-8894dcf9d17a Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 322 | 2024.06.25 22:10:41.083279 [ 3 ] {} <Debug> HTTP-Session: dec7ad89-4606-40fd-800d-8894dcf9d17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.06.25 22:10:41.083296 [ 3 ] {} <Debug> HTTP-Session: dec7ad89-4606-40fd-800d-8894dcf9d17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.06.25 22:10:41.083329 [ 3 ] {} <Trace> HTTP-Session: dec7ad89-4606-40fd-800d-8894dcf9d17a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.06.25 22:10:41.083495 [ 3 ] {9c38282b-1385-4865-a504-91ac24318846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.083546 [ 3 ] {9c38282b-1385-4865-a504-91ac24318846} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.06.25 22:10:41.085144 [ 3 ] {9c38282b-1385-4865-a504-91ac24318846} <Debug> oximeter.measurements_u8 (de412f68-bef1-4387-98d6-9920d5aa15b0): Loading data parts | ||
| 328 | 2024.06.25 22:10:41.085317 [ 3 ] {9c38282b-1385-4865-a504-91ac24318846} <Debug> oximeter.measurements_u8 (de412f68-bef1-4387-98d6-9920d5aa15b0): There are no data parts | ||
| 329 | 2024.06.25 22:10:41.086423 [ 3 ] {9c38282b-1385-4865-a504-91ac24318846} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.06.25 22:10:41.086449 [ 3 ] {} <Debug> HTTP-Session: dec7ad89-4606-40fd-800d-8894dcf9d17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.06.25 22:10:41.086560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.06.25 22:10:41.086611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.06.25 22:10:41.086634 [ 3 ] {} <Debug> HTTP-Session: 67e8a919-b6c0-4c42-a23a-a74ba117d219 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 334 | 2024.06.25 22:10:41.086649 [ 3 ] {} <Debug> HTTP-Session: 67e8a919-b6c0-4c42-a23a-a74ba117d219 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.06.25 22:10:41.086665 [ 3 ] {} <Debug> HTTP-Session: 67e8a919-b6c0-4c42-a23a-a74ba117d219 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.06.25 22:10:41.086697 [ 3 ] {} <Trace> HTTP-Session: 67e8a919-b6c0-4c42-a23a-a74ba117d219 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.06.25 22:10:41.086881 [ 3 ] {42fb8189-e0ea-42dc-b70a-c28c4c398090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.086927 [ 3 ] {42fb8189-e0ea-42dc-b70a-c28c4c398090} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.06.25 22:10:41.088471 [ 3 ] {42fb8189-e0ea-42dc-b70a-c28c4c398090} <Debug> oximeter.measurements_i16 (5679413b-5d6b-47a1-abad-bb222b3da096): Loading data parts | ||
| 340 | 2024.06.25 22:10:41.088622 [ 3 ] {42fb8189-e0ea-42dc-b70a-c28c4c398090} <Debug> oximeter.measurements_i16 (5679413b-5d6b-47a1-abad-bb222b3da096): There are no data parts | ||
| 341 | 2024.06.25 22:10:41.089715 [ 3 ] {42fb8189-e0ea-42dc-b70a-c28c4c398090} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.06.25 22:10:41.089747 [ 3 ] {} <Debug> HTTP-Session: 67e8a919-b6c0-4c42-a23a-a74ba117d219 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.06.25 22:10:41.089847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.06.25 22:10:41.089896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.06.25 22:10:41.089919 [ 3 ] {} <Debug> HTTP-Session: 1e035d3b-453e-4a20-9230-cc2414901ef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 346 | 2024.06.25 22:10:41.089934 [ 3 ] {} <Debug> HTTP-Session: 1e035d3b-453e-4a20-9230-cc2414901ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.06.25 22:10:41.089950 [ 3 ] {} <Debug> HTTP-Session: 1e035d3b-453e-4a20-9230-cc2414901ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.06.25 22:10:41.089988 [ 3 ] {} <Trace> HTTP-Session: 1e035d3b-453e-4a20-9230-cc2414901ef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.06.25 22:10:41.090159 [ 3 ] {d492e588-b407-4e06-b45d-7f939a68758e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.090210 [ 3 ] {d492e588-b407-4e06-b45d-7f939a68758e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.06.25 22:10:41.091689 [ 3 ] {d492e588-b407-4e06-b45d-7f939a68758e} <Debug> oximeter.measurements_u16 (cccb3162-4fe8-483d-b2ed-d9a3b4f23b08): Loading data parts | ||
| 352 | 2024.06.25 22:10:41.091853 [ 3 ] {d492e588-b407-4e06-b45d-7f939a68758e} <Debug> oximeter.measurements_u16 (cccb3162-4fe8-483d-b2ed-d9a3b4f23b08): There are no data parts | ||
| 353 | 2024.06.25 22:10:41.092933 [ 3 ] {d492e588-b407-4e06-b45d-7f939a68758e} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.06.25 22:10:41.092963 [ 3 ] {} <Debug> HTTP-Session: 1e035d3b-453e-4a20-9230-cc2414901ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.06.25 22:10:41.093068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.06.25 22:10:41.093117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.06.25 22:10:41.093139 [ 3 ] {} <Debug> HTTP-Session: ee271572-39a4-43ed-a2b5-fa19360fb1ed Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 358 | 2024.06.25 22:10:41.093167 [ 3 ] {} <Debug> HTTP-Session: ee271572-39a4-43ed-a2b5-fa19360fb1ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.06.25 22:10:41.093180 [ 3 ] {} <Debug> HTTP-Session: ee271572-39a4-43ed-a2b5-fa19360fb1ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.06.25 22:10:41.093211 [ 3 ] {} <Trace> HTTP-Session: ee271572-39a4-43ed-a2b5-fa19360fb1ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.06.25 22:10:41.093397 [ 3 ] {eb3ea196-64dc-4692-84c1-788d91fa8093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.093445 [ 3 ] {eb3ea196-64dc-4692-84c1-788d91fa8093} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.06.25 22:10:41.094923 [ 3 ] {eb3ea196-64dc-4692-84c1-788d91fa8093} <Debug> oximeter.measurements_i32 (8fdf4c99-79b1-461c-bf54-6e27d0fa2ea1): Loading data parts | ||
| 364 | 2024.06.25 22:10:41.095084 [ 3 ] {eb3ea196-64dc-4692-84c1-788d91fa8093} <Debug> oximeter.measurements_i32 (8fdf4c99-79b1-461c-bf54-6e27d0fa2ea1): There are no data parts | ||
| 365 | 2024.06.25 22:10:41.096167 [ 3 ] {eb3ea196-64dc-4692-84c1-788d91fa8093} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.06.25 22:10:41.096197 [ 3 ] {} <Debug> HTTP-Session: ee271572-39a4-43ed-a2b5-fa19360fb1ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.06.25 22:10:41.096296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.06.25 22:10:41.096347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.06.25 22:10:41.096380 [ 3 ] {} <Debug> HTTP-Session: 37b860d2-4320-488f-b95c-1c980974b6f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 370 | 2024.06.25 22:10:41.096396 [ 3 ] {} <Debug> HTTP-Session: 37b860d2-4320-488f-b95c-1c980974b6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.06.25 22:10:41.096412 [ 3 ] {} <Debug> HTTP-Session: 37b860d2-4320-488f-b95c-1c980974b6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.06.25 22:10:41.096445 [ 3 ] {} <Trace> HTTP-Session: 37b860d2-4320-488f-b95c-1c980974b6f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.06.25 22:10:41.096615 [ 3 ] {5f555046-f289-44f1-b207-53a0618d15d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.096662 [ 3 ] {5f555046-f289-44f1-b207-53a0618d15d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.06.25 22:10:41.098138 [ 3 ] {5f555046-f289-44f1-b207-53a0618d15d5} <Debug> oximeter.measurements_u32 (cad1cd46-3550-4b20-a6d7-01a0c526bb37): Loading data parts | ||
| 376 | 2024.06.25 22:10:41.098306 [ 3 ] {5f555046-f289-44f1-b207-53a0618d15d5} <Debug> oximeter.measurements_u32 (cad1cd46-3550-4b20-a6d7-01a0c526bb37): There are no data parts | ||
| 377 | 2024.06.25 22:10:41.099434 [ 3 ] {5f555046-f289-44f1-b207-53a0618d15d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.06.25 22:10:41.099474 [ 3 ] {} <Debug> HTTP-Session: 37b860d2-4320-488f-b95c-1c980974b6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.06.25 22:10:41.099570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.06.25 22:10:41.099626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.06.25 22:10:41.099648 [ 3 ] {} <Debug> HTTP-Session: 0121b2de-d281-4f6c-a2ec-93b9450922ee Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 382 | 2024.06.25 22:10:41.099671 [ 3 ] {} <Debug> HTTP-Session: 0121b2de-d281-4f6c-a2ec-93b9450922ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.06.25 22:10:41.099685 [ 3 ] {} <Debug> HTTP-Session: 0121b2de-d281-4f6c-a2ec-93b9450922ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.06.25 22:10:41.099717 [ 3 ] {} <Trace> HTTP-Session: 0121b2de-d281-4f6c-a2ec-93b9450922ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.06.25 22:10:41.099887 [ 3 ] {5acdfaa3-f49f-400f-8aae-99b25323324f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.099937 [ 3 ] {5acdfaa3-f49f-400f-8aae-99b25323324f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.06.25 22:10:41.101429 [ 3 ] {5acdfaa3-f49f-400f-8aae-99b25323324f} <Debug> oximeter.measurements_i64 (cae8147f-5629-4b00-8511-88e9cef88eb2): Loading data parts | ||
| 388 | 2024.06.25 22:10:41.101581 [ 3 ] {5acdfaa3-f49f-400f-8aae-99b25323324f} <Debug> oximeter.measurements_i64 (cae8147f-5629-4b00-8511-88e9cef88eb2): There are no data parts | ||
| 389 | 2024.06.25 22:10:41.102692 [ 3 ] {5acdfaa3-f49f-400f-8aae-99b25323324f} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.06.25 22:10:41.102728 [ 3 ] {} <Debug> HTTP-Session: 0121b2de-d281-4f6c-a2ec-93b9450922ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.06.25 22:10:41.102846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.06.25 22:10:41.102902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.06.25 22:10:41.102921 [ 3 ] {} <Debug> HTTP-Session: f9c23f64-1f05-497c-a6f6-49edfe02eb49 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 394 | 2024.06.25 22:10:41.102942 [ 3 ] {} <Debug> HTTP-Session: f9c23f64-1f05-497c-a6f6-49edfe02eb49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.06.25 22:10:41.102955 [ 3 ] {} <Debug> HTTP-Session: f9c23f64-1f05-497c-a6f6-49edfe02eb49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.06.25 22:10:41.102988 [ 3 ] {} <Trace> HTTP-Session: f9c23f64-1f05-497c-a6f6-49edfe02eb49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.06.25 22:10:41.103161 [ 3 ] {72a22cf7-417c-41cf-bc06-9ab2ddd5f01f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.103209 [ 3 ] {72a22cf7-417c-41cf-bc06-9ab2ddd5f01f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.06.25 22:10:41.104855 [ 3 ] {72a22cf7-417c-41cf-bc06-9ab2ddd5f01f} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Loading data parts | ||
| 400 | 2024.06.25 22:10:41.105011 [ 3 ] {72a22cf7-417c-41cf-bc06-9ab2ddd5f01f} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): There are no data parts | ||
| 401 | 2024.06.25 22:10:41.106153 [ 3 ] {72a22cf7-417c-41cf-bc06-9ab2ddd5f01f} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.06.25 22:10:41.106184 [ 3 ] {} <Debug> HTTP-Session: f9c23f64-1f05-497c-a6f6-49edfe02eb49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.06.25 22:10:41.106293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.06.25 22:10:41.106338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.06.25 22:10:41.106364 [ 3 ] {} <Debug> HTTP-Session: 3b990ec1-30cb-46a1-b87e-a5eecf3dc81a Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 406 | 2024.06.25 22:10:41.106384 [ 3 ] {} <Debug> HTTP-Session: 3b990ec1-30cb-46a1-b87e-a5eecf3dc81a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.06.25 22:10:41.106397 [ 3 ] {} <Debug> HTTP-Session: 3b990ec1-30cb-46a1-b87e-a5eecf3dc81a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.06.25 22:10:41.106430 [ 3 ] {} <Trace> HTTP-Session: 3b990ec1-30cb-46a1-b87e-a5eecf3dc81a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.06.25 22:10:41.106605 [ 3 ] {9cbd583c-e2d2-4c5f-b4cb-41f86e589c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.106657 [ 3 ] {9cbd583c-e2d2-4c5f-b4cb-41f86e589c0b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.06.25 22:10:41.108289 [ 3 ] {9cbd583c-e2d2-4c5f-b4cb-41f86e589c0b} <Debug> oximeter.measurements_f32 (0495b81e-cf99-4a8e-ba69-008b826b63e1): Loading data parts | ||
| 412 | 2024.06.25 22:10:41.108473 [ 3 ] {9cbd583c-e2d2-4c5f-b4cb-41f86e589c0b} <Debug> oximeter.measurements_f32 (0495b81e-cf99-4a8e-ba69-008b826b63e1): There are no data parts | ||
| 413 | 2024.06.25 22:10:41.109608 [ 3 ] {9cbd583c-e2d2-4c5f-b4cb-41f86e589c0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.06.25 22:10:41.109633 [ 3 ] {} <Debug> HTTP-Session: 3b990ec1-30cb-46a1-b87e-a5eecf3dc81a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.06.25 22:10:41.109742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.06.25 22:10:41.109800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.06.25 22:10:41.109819 [ 3 ] {} <Debug> HTTP-Session: b4bffb7c-c02a-4041-89e8-5beb55c02683 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 418 | 2024.06.25 22:10:41.109840 [ 3 ] {} <Debug> HTTP-Session: b4bffb7c-c02a-4041-89e8-5beb55c02683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.06.25 22:10:41.109858 [ 3 ] {} <Debug> HTTP-Session: b4bffb7c-c02a-4041-89e8-5beb55c02683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.06.25 22:10:41.109887 [ 3 ] {} <Trace> HTTP-Session: b4bffb7c-c02a-4041-89e8-5beb55c02683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.06.25 22:10:41.110056 [ 3 ] {71495100-8564-4897-b76f-7bc7a3f6727a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.110114 [ 3 ] {71495100-8564-4897-b76f-7bc7a3f6727a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.06.25 22:10:41.111738 [ 3 ] {71495100-8564-4897-b76f-7bc7a3f6727a} <Debug> oximeter.measurements_f64 (6aa11f61-9dc5-476a-9421-5033869ee816): Loading data parts | ||
| 424 | 2024.06.25 22:10:41.111892 [ 3 ] {71495100-8564-4897-b76f-7bc7a3f6727a} <Debug> oximeter.measurements_f64 (6aa11f61-9dc5-476a-9421-5033869ee816): There are no data parts | ||
| 425 | 2024.06.25 22:10:41.112972 [ 3 ] {71495100-8564-4897-b76f-7bc7a3f6727a} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.06.25 22:10:41.113003 [ 3 ] {} <Debug> HTTP-Session: b4bffb7c-c02a-4041-89e8-5beb55c02683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.06.25 22:10:41.113112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.06.25 22:10:41.113163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.06.25 22:10:41.113182 [ 3 ] {} <Debug> HTTP-Session: 333fb039-5344-419a-ac2a-8f9b0e8b2e23 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 430 | 2024.06.25 22:10:41.113203 [ 3 ] {} <Debug> HTTP-Session: 333fb039-5344-419a-ac2a-8f9b0e8b2e23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.06.25 22:10:41.113216 [ 3 ] {} <Debug> HTTP-Session: 333fb039-5344-419a-ac2a-8f9b0e8b2e23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.06.25 22:10:41.113249 [ 3 ] {} <Trace> HTTP-Session: 333fb039-5344-419a-ac2a-8f9b0e8b2e23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.06.25 22:10:41.113429 [ 3 ] {9040bf85-7f9b-4fd9-95d7-857623735259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.113481 [ 3 ] {9040bf85-7f9b-4fd9-95d7-857623735259} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.06.25 22:10:41.115095 [ 3 ] {9040bf85-7f9b-4fd9-95d7-857623735259} <Debug> oximeter.measurements_string (a12cb37a-5cba-4626-bbe6-c5fc6ed16529): Loading data parts | ||
| 436 | 2024.06.25 22:10:41.115273 [ 3 ] {9040bf85-7f9b-4fd9-95d7-857623735259} <Debug> oximeter.measurements_string (a12cb37a-5cba-4626-bbe6-c5fc6ed16529): There are no data parts | ||
| 437 | 2024.06.25 22:10:41.116375 [ 3 ] {9040bf85-7f9b-4fd9-95d7-857623735259} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.06.25 22:10:41.116400 [ 3 ] {} <Debug> HTTP-Session: 333fb039-5344-419a-ac2a-8f9b0e8b2e23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.06.25 22:10:41.116515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.06.25 22:10:41.116569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.06.25 22:10:41.116589 [ 3 ] {} <Debug> HTTP-Session: 6bddc042-02fb-4f66-a4a4-51ddafb5f850 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 442 | 2024.06.25 22:10:41.116611 [ 3 ] {} <Debug> HTTP-Session: 6bddc042-02fb-4f66-a4a4-51ddafb5f850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.06.25 22:10:41.116635 [ 3 ] {} <Debug> HTTP-Session: 6bddc042-02fb-4f66-a4a4-51ddafb5f850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.06.25 22:10:41.116665 [ 3 ] {} <Trace> HTTP-Session: 6bddc042-02fb-4f66-a4a4-51ddafb5f850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.06.25 22:10:41.116843 [ 3 ] {9c4fa4cb-f76e-4b47-847c-5c72011d742e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.116903 [ 3 ] {9c4fa4cb-f76e-4b47-847c-5c72011d742e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.06.25 22:10:41.118525 [ 3 ] {9c4fa4cb-f76e-4b47-847c-5c72011d742e} <Debug> oximeter.measurements_bytes (221b6e4a-9fc6-45c2-9869-0730d7a8b531): Loading data parts | ||
| 455 | 2024.06.25 22:10:41.118665 [ 3 ] {9c4fa4cb-f76e-4b47-847c-5c72011d742e} <Debug> oximeter.measurements_bytes (221b6e4a-9fc6-45c2-9869-0730d7a8b531): There are no data parts | ||
| 456 | 2024.06.25 22:10:41.119756 [ 3 ] {9c4fa4cb-f76e-4b47-847c-5c72011d742e} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.06.25 22:10:41.119780 [ 3 ] {} <Debug> HTTP-Session: 6bddc042-02fb-4f66-a4a4-51ddafb5f850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.06.25 22:10:41.119875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.06.25 22:10:41.119931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.06.25 22:10:41.119950 [ 3 ] {} <Debug> HTTP-Session: bbbdffc3-68e6-41d0-a4b2-a54e51f710c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 461 | 2024.06.25 22:10:41.119970 [ 3 ] {} <Debug> HTTP-Session: bbbdffc3-68e6-41d0-a4b2-a54e51f710c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.06.25 22:10:41.119988 [ 3 ] {} <Debug> HTTP-Session: bbbdffc3-68e6-41d0-a4b2-a54e51f710c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.06.25 22:10:41.120018 [ 3 ] {} <Trace> HTTP-Session: bbbdffc3-68e6-41d0-a4b2-a54e51f710c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.06.25 22:10:41.120202 [ 3 ] {25e2b707-1428-45f4-8594-81045f6d4fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.120252 [ 3 ] {25e2b707-1428-45f4-8594-81045f6d4fad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.06.25 22:10:41.121911 [ 3 ] {25e2b707-1428-45f4-8594-81045f6d4fad} <Debug> oximeter.measurements_cumulativei64 (40e5f3f9-851c-4392-9431-7c9e72e3e14a): Loading data parts | ||
| 467 | 2024.06.25 22:10:41.122064 [ 3 ] {25e2b707-1428-45f4-8594-81045f6d4fad} <Debug> oximeter.measurements_cumulativei64 (40e5f3f9-851c-4392-9431-7c9e72e3e14a): There are no data parts | ||
| 468 | 2024.06.25 22:10:41.123167 [ 3 ] {25e2b707-1428-45f4-8594-81045f6d4fad} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.06.25 22:10:41.123207 [ 3 ] {} <Debug> HTTP-Session: bbbdffc3-68e6-41d0-a4b2-a54e51f710c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.06.25 22:10:41.123312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.06.25 22:10:41.123374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.06.25 22:10:41.123394 [ 3 ] {} <Debug> HTTP-Session: 1148a486-68aa-4b6a-a357-45d4adc07cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 473 | 2024.06.25 22:10:41.123414 [ 3 ] {} <Debug> HTTP-Session: 1148a486-68aa-4b6a-a357-45d4adc07cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.06.25 22:10:41.123427 [ 3 ] {} <Debug> HTTP-Session: 1148a486-68aa-4b6a-a357-45d4adc07cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.06.25 22:10:41.123460 [ 3 ] {} <Trace> HTTP-Session: 1148a486-68aa-4b6a-a357-45d4adc07cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.06.25 22:10:41.123639 [ 3 ] {01031fea-43a9-4efe-92b8-30ea07c17398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.123693 [ 3 ] {01031fea-43a9-4efe-92b8-30ea07c17398} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.06.25 22:10:41.125218 [ 3 ] {01031fea-43a9-4efe-92b8-30ea07c17398} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Loading data parts | ||
| 479 | 2024.06.25 22:10:41.125392 [ 3 ] {01031fea-43a9-4efe-92b8-30ea07c17398} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): There are no data parts | ||
| 480 | 2024.06.25 22:10:41.126505 [ 3 ] {01031fea-43a9-4efe-92b8-30ea07c17398} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.06.25 22:10:41.126530 [ 3 ] {} <Debug> HTTP-Session: 1148a486-68aa-4b6a-a357-45d4adc07cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.06.25 22:10:41.126630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.06.25 22:10:41.126682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.06.25 22:10:41.126701 [ 3 ] {} <Debug> HTTP-Session: 0973026b-074e-49c6-8cf8-ca13099246d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 485 | 2024.06.25 22:10:41.126723 [ 3 ] {} <Debug> HTTP-Session: 0973026b-074e-49c6-8cf8-ca13099246d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.06.25 22:10:41.126740 [ 3 ] {} <Debug> HTTP-Session: 0973026b-074e-49c6-8cf8-ca13099246d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.06.25 22:10:41.126769 [ 3 ] {} <Trace> HTTP-Session: 0973026b-074e-49c6-8cf8-ca13099246d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.06.25 22:10:41.126951 [ 3 ] {4e612026-57c7-4a3b-b306-28830b3fc8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.127016 [ 3 ] {4e612026-57c7-4a3b-b306-28830b3fc8a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.06.25 22:10:41.128550 [ 3 ] {4e612026-57c7-4a3b-b306-28830b3fc8a7} <Debug> oximeter.measurements_cumulativef32 (592b5adb-a7fe-4fb5-99d2-e8ef0094a1e0): Loading data parts | ||
| 491 | 2024.06.25 22:10:41.128709 [ 3 ] {4e612026-57c7-4a3b-b306-28830b3fc8a7} <Debug> oximeter.measurements_cumulativef32 (592b5adb-a7fe-4fb5-99d2-e8ef0094a1e0): There are no data parts | ||
| 492 | 2024.06.25 22:10:41.129818 [ 3 ] {4e612026-57c7-4a3b-b306-28830b3fc8a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.06.25 22:10:41.129851 [ 3 ] {} <Debug> HTTP-Session: 0973026b-074e-49c6-8cf8-ca13099246d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.06.25 22:10:41.129955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.06.25 22:10:41.130007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.06.25 22:10:41.130032 [ 3 ] {} <Debug> HTTP-Session: 0deac11c-8b54-44b7-af96-8a0719de666f Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 497 | 2024.06.25 22:10:41.130053 [ 3 ] {} <Debug> HTTP-Session: 0deac11c-8b54-44b7-af96-8a0719de666f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.06.25 22:10:41.130066 [ 3 ] {} <Debug> HTTP-Session: 0deac11c-8b54-44b7-af96-8a0719de666f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.06.25 22:10:41.130099 [ 3 ] {} <Trace> HTTP-Session: 0deac11c-8b54-44b7-af96-8a0719de666f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.06.25 22:10:41.130300 [ 3 ] {7f9f4a44-3cd5-4162-95e8-bbe0bf095a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.130364 [ 3 ] {7f9f4a44-3cd5-4162-95e8-bbe0bf095a72} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.06.25 22:10:41.131894 [ 3 ] {7f9f4a44-3cd5-4162-95e8-bbe0bf095a72} <Debug> oximeter.measurements_cumulativef64 (db006be4-6217-46b7-b207-fc60666488bf): Loading data parts | ||
| 503 | 2024.06.25 22:10:41.132054 [ 3 ] {7f9f4a44-3cd5-4162-95e8-bbe0bf095a72} <Debug> oximeter.measurements_cumulativef64 (db006be4-6217-46b7-b207-fc60666488bf): There are no data parts | ||
| 504 | 2024.06.25 22:10:41.133158 [ 3 ] {7f9f4a44-3cd5-4162-95e8-bbe0bf095a72} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.06.25 22:10:41.133183 [ 3 ] {} <Debug> HTTP-Session: 0deac11c-8b54-44b7-af96-8a0719de666f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.06.25 22:10:41.133294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.06.25 22:10:41.133347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.06.25 22:10:41.133370 [ 3 ] {} <Debug> HTTP-Session: 32c5379b-63c4-4e32-9d7c-5de5297ec1fb Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 509 | 2024.06.25 22:10:41.133391 [ 3 ] {} <Debug> HTTP-Session: 32c5379b-63c4-4e32-9d7c-5de5297ec1fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.06.25 22:10:41.133415 [ 3 ] {} <Debug> HTTP-Session: 32c5379b-63c4-4e32-9d7c-5de5297ec1fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.06.25 22:10:41.133444 [ 3 ] {} <Trace> HTTP-Session: 32c5379b-63c4-4e32-9d7c-5de5297ec1fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.06.25 22:10:41.133692 [ 3 ] {302b4237-11c3-44b1-8e55-a9eb8619de7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 513 | * NOTE: Array types cannot be Nullable, see | ||
| 514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 515 | * for more details. | ||
| 516 | * | ||
| 517 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 518 | * is unfortunate, and at this point relies on the fact that an | ||
| 519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 520 | * to figure out another way to represent missing samples here. | ||
| 521 | */ | ||
| 522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 523 | 2024.06.25 22:10:41.133761 [ 3 ] {302b4237-11c3-44b1-8e55-a9eb8619de7c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.06.25 22:10:41.135546 [ 3 ] {302b4237-11c3-44b1-8e55-a9eb8619de7c} <Debug> oximeter.measurements_histogrami8 (2cadc30d-a93d-4895-9e6d-1a2dea80b7ea): Loading data parts | ||
| 525 | 2024.06.25 22:10:41.135708 [ 3 ] {302b4237-11c3-44b1-8e55-a9eb8619de7c} <Debug> oximeter.measurements_histogrami8 (2cadc30d-a93d-4895-9e6d-1a2dea80b7ea): There are no data parts | ||
| 526 | 2024.06.25 22:10:41.136874 [ 3 ] {302b4237-11c3-44b1-8e55-a9eb8619de7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.06.25 22:10:41.136907 [ 3 ] {} <Debug> HTTP-Session: 32c5379b-63c4-4e32-9d7c-5de5297ec1fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.06.25 22:10:41.137023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.06.25 22:10:41.137070 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.06.25 22:10:41.137094 [ 3 ] {} <Debug> HTTP-Session: 4bfd25ec-3770-4e62-b6c6-023081f52c37 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 531 | 2024.06.25 22:10:41.137114 [ 3 ] {} <Debug> HTTP-Session: 4bfd25ec-3770-4e62-b6c6-023081f52c37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.06.25 22:10:41.137128 [ 3 ] {} <Debug> HTTP-Session: 4bfd25ec-3770-4e62-b6c6-023081f52c37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.06.25 22:10:41.137161 [ 3 ] {} <Trace> HTTP-Session: 4bfd25ec-3770-4e62-b6c6-023081f52c37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.06.25 22:10:41.137408 [ 3 ] {2eaf9e17-9d53-43fc-b32a-0d7afb139a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2024.06.25 22:10:41.137478 [ 3 ] {2eaf9e17-9d53-43fc-b32a-0d7afb139a2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.06.25 22:10:41.139292 [ 3 ] {2eaf9e17-9d53-43fc-b32a-0d7afb139a2d} <Debug> oximeter.measurements_histogramu8 (ca8d3ec4-e9a0-44c2-a92e-d987f0f72212): Loading data parts | ||
| 537 | 2024.06.25 22:10:41.139455 [ 3 ] {2eaf9e17-9d53-43fc-b32a-0d7afb139a2d} <Debug> oximeter.measurements_histogramu8 (ca8d3ec4-e9a0-44c2-a92e-d987f0f72212): There are no data parts | ||
| 538 | 2024.06.25 22:10:41.140651 [ 3 ] {2eaf9e17-9d53-43fc-b32a-0d7afb139a2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.06.25 22:10:41.140677 [ 3 ] {} <Debug> HTTP-Session: 4bfd25ec-3770-4e62-b6c6-023081f52c37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.06.25 22:10:41.140788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.06.25 22:10:41.140847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.06.25 22:10:41.140867 [ 3 ] {} <Debug> HTTP-Session: 6c2dc99a-ec3f-473c-8f15-f7b318aaa9ae Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 543 | 2024.06.25 22:10:41.140888 [ 3 ] {} <Debug> HTTP-Session: 6c2dc99a-ec3f-473c-8f15-f7b318aaa9ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.06.25 22:10:41.140902 [ 3 ] {} <Debug> HTTP-Session: 6c2dc99a-ec3f-473c-8f15-f7b318aaa9ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.06.25 22:10:41.140941 [ 3 ] {} <Trace> HTTP-Session: 6c2dc99a-ec3f-473c-8f15-f7b318aaa9ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.06.25 22:10:41.141186 [ 3 ] {4dfb9cf8-93c1-4a51-a3d6-98c58ff26215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2024.06.25 22:10:41.141250 [ 3 ] {4dfb9cf8-93c1-4a51-a3d6-98c58ff26215} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.06.25 22:10:41.143057 [ 3 ] {4dfb9cf8-93c1-4a51-a3d6-98c58ff26215} <Debug> oximeter.measurements_histogrami16 (8276f3f4-9428-40b9-a424-b0400c834f0d): Loading data parts | ||
| 549 | 2024.06.25 22:10:41.143212 [ 3 ] {4dfb9cf8-93c1-4a51-a3d6-98c58ff26215} <Debug> oximeter.measurements_histogrami16 (8276f3f4-9428-40b9-a424-b0400c834f0d): There are no data parts | ||
| 550 | 2024.06.25 22:10:41.144387 [ 3 ] {4dfb9cf8-93c1-4a51-a3d6-98c58ff26215} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.06.25 22:10:41.144420 [ 3 ] {} <Debug> HTTP-Session: 6c2dc99a-ec3f-473c-8f15-f7b318aaa9ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.06.25 22:10:41.144520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.06.25 22:10:41.144567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.06.25 22:10:41.144592 [ 3 ] {} <Debug> HTTP-Session: 6d3cd99b-e4b5-4b13-a4be-76fc962234da Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 555 | 2024.06.25 22:10:41.144618 [ 3 ] {} <Debug> HTTP-Session: 6d3cd99b-e4b5-4b13-a4be-76fc962234da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.06.25 22:10:41.144632 [ 3 ] {} <Debug> HTTP-Session: 6d3cd99b-e4b5-4b13-a4be-76fc962234da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.06.25 22:10:41.144665 [ 3 ] {} <Trace> HTTP-Session: 6d3cd99b-e4b5-4b13-a4be-76fc962234da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.06.25 22:10:41.144912 [ 3 ] {c5e134f9-d5dc-43d6-ad34-16229b8a33ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2024.06.25 22:10:41.144976 [ 3 ] {c5e134f9-d5dc-43d6-ad34-16229b8a33ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.06.25 22:10:41.146762 [ 3 ] {c5e134f9-d5dc-43d6-ad34-16229b8a33ce} <Debug> oximeter.measurements_histogramu16 (169eec6d-20b3-48fb-8a3c-d67fc36857a1): Loading data parts | ||
| 561 | 2024.06.25 22:10:41.146933 [ 3 ] {c5e134f9-d5dc-43d6-ad34-16229b8a33ce} <Debug> oximeter.measurements_histogramu16 (169eec6d-20b3-48fb-8a3c-d67fc36857a1): There are no data parts | ||
| 562 | 2024.06.25 22:10:41.148102 [ 3 ] {c5e134f9-d5dc-43d6-ad34-16229b8a33ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.06.25 22:10:41.148128 [ 3 ] {} <Debug> HTTP-Session: 6d3cd99b-e4b5-4b13-a4be-76fc962234da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.06.25 22:10:41.148240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.06.25 22:10:41.148293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.06.25 22:10:41.148312 [ 3 ] {} <Debug> HTTP-Session: 3d567bae-c9c5-4b9e-b39d-22633da41b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 567 | 2024.06.25 22:10:41.148334 [ 3 ] {} <Debug> HTTP-Session: 3d567bae-c9c5-4b9e-b39d-22633da41b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.06.25 22:10:41.148355 [ 3 ] {} <Debug> HTTP-Session: 3d567bae-c9c5-4b9e-b39d-22633da41b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.06.25 22:10:41.148384 [ 3 ] {} <Trace> HTTP-Session: 3d567bae-c9c5-4b9e-b39d-22633da41b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.06.25 22:10:41.148633 [ 3 ] {2f9cd62d-9f0d-4d3e-b35a-4bb06ae7fb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 571 | 2024.06.25 22:10:41.148709 [ 3 ] {2f9cd62d-9f0d-4d3e-b35a-4bb06ae7fb34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.06.25 22:10:41.150495 [ 3 ] {2f9cd62d-9f0d-4d3e-b35a-4bb06ae7fb34} <Debug> oximeter.measurements_histogrami32 (4a420755-2b7a-48be-a69a-86d70d5524d5): Loading data parts | ||
| 573 | 2024.06.25 22:10:41.150669 [ 3 ] {2f9cd62d-9f0d-4d3e-b35a-4bb06ae7fb34} <Debug> oximeter.measurements_histogrami32 (4a420755-2b7a-48be-a69a-86d70d5524d5): There are no data parts | ||
| 574 | 2024.06.25 22:10:41.151842 [ 3 ] {2f9cd62d-9f0d-4d3e-b35a-4bb06ae7fb34} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.06.25 22:10:41.151868 [ 3 ] {} <Debug> HTTP-Session: 3d567bae-c9c5-4b9e-b39d-22633da41b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.06.25 22:10:41.151986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.06.25 22:10:41.152039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.06.25 22:10:41.152059 [ 3 ] {} <Debug> HTTP-Session: 3d2add16-75c6-4f03-ba37-f3ed707a5b16 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 579 | 2024.06.25 22:10:41.152092 [ 3 ] {} <Debug> HTTP-Session: 3d2add16-75c6-4f03-ba37-f3ed707a5b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.06.25 22:10:41.152105 [ 3 ] {} <Debug> HTTP-Session: 3d2add16-75c6-4f03-ba37-f3ed707a5b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.06.25 22:10:41.152140 [ 3 ] {} <Trace> HTTP-Session: 3d2add16-75c6-4f03-ba37-f3ed707a5b16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.06.25 22:10:41.152390 [ 3 ] {1e04e098-a008-4612-9311-2df4fcd7d00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 583 | 2024.06.25 22:10:41.152454 [ 3 ] {1e04e098-a008-4612-9311-2df4fcd7d00b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.06.25 22:10:41.154230 [ 3 ] {1e04e098-a008-4612-9311-2df4fcd7d00b} <Debug> oximeter.measurements_histogramu32 (1ec1ce6a-93c0-42fd-9ac9-81d2029376c3): Loading data parts | ||
| 585 | 2024.06.25 22:10:41.154387 [ 3 ] {1e04e098-a008-4612-9311-2df4fcd7d00b} <Debug> oximeter.measurements_histogramu32 (1ec1ce6a-93c0-42fd-9ac9-81d2029376c3): There are no data parts | ||
| 586 | 2024.06.25 22:10:41.155562 [ 3 ] {1e04e098-a008-4612-9311-2df4fcd7d00b} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.06.25 22:10:41.155587 [ 3 ] {} <Debug> HTTP-Session: 3d2add16-75c6-4f03-ba37-f3ed707a5b16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.06.25 22:10:41.155702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.06.25 22:10:41.155761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.06.25 22:10:41.155779 [ 3 ] {} <Debug> HTTP-Session: 72ce6d9b-57c6-4294-9345-6646d488733a Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 591 | 2024.06.25 22:10:41.155801 [ 3 ] {} <Debug> HTTP-Session: 72ce6d9b-57c6-4294-9345-6646d488733a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.06.25 22:10:41.155821 [ 3 ] {} <Debug> HTTP-Session: 72ce6d9b-57c6-4294-9345-6646d488733a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.06.25 22:10:41.155851 [ 3 ] {} <Trace> HTTP-Session: 72ce6d9b-57c6-4294-9345-6646d488733a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.06.25 22:10:41.156101 [ 3 ] {ba5c9d30-2dcd-4a09-8150-c05029740288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 595 | 2024.06.25 22:10:41.156167 [ 3 ] {ba5c9d30-2dcd-4a09-8150-c05029740288} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.06.25 22:10:41.158295 [ 3 ] {ba5c9d30-2dcd-4a09-8150-c05029740288} <Debug> oximeter.measurements_histogrami64 (4f8ecefa-a883-4799-ab03-fa79f69ef223): Loading data parts | ||
| 597 | 2024.06.25 22:10:41.158458 [ 3 ] {ba5c9d30-2dcd-4a09-8150-c05029740288} <Debug> oximeter.measurements_histogrami64 (4f8ecefa-a883-4799-ab03-fa79f69ef223): There are no data parts | ||
| 598 | 2024.06.25 22:10:41.159653 [ 3 ] {ba5c9d30-2dcd-4a09-8150-c05029740288} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.06.25 22:10:41.159679 [ 3 ] {} <Debug> HTTP-Session: 72ce6d9b-57c6-4294-9345-6646d488733a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.06.25 22:10:41.159776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.06.25 22:10:41.159829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.06.25 22:10:41.159855 [ 3 ] {} <Debug> HTTP-Session: d6a57f10-acd2-4662-a89b-de4424df4ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 603 | 2024.06.25 22:10:41.159871 [ 3 ] {} <Debug> HTTP-Session: d6a57f10-acd2-4662-a89b-de4424df4ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.06.25 22:10:41.159890 [ 3 ] {} <Debug> HTTP-Session: d6a57f10-acd2-4662-a89b-de4424df4ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.06.25 22:10:41.159920 [ 3 ] {} <Trace> HTTP-Session: d6a57f10-acd2-4662-a89b-de4424df4ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.06.25 22:10:41.160175 [ 3 ] {c586f4ae-777c-4401-8ed7-042474866b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 607 | 2024.06.25 22:10:41.160244 [ 3 ] {c586f4ae-777c-4401-8ed7-042474866b10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.06.25 22:10:41.162388 [ 3 ] {c586f4ae-777c-4401-8ed7-042474866b10} <Debug> oximeter.measurements_histogramu64 (fba02f1d-3f61-472a-a49d-dc08d31fc82c): Loading data parts | ||
| 609 | 2024.06.25 22:10:41.162549 [ 3 ] {c586f4ae-777c-4401-8ed7-042474866b10} <Debug> oximeter.measurements_histogramu64 (fba02f1d-3f61-472a-a49d-dc08d31fc82c): There are no data parts | ||
| 610 | 2024.06.25 22:10:41.163758 [ 3 ] {c586f4ae-777c-4401-8ed7-042474866b10} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.06.25 22:10:41.163783 [ 3 ] {} <Debug> HTTP-Session: d6a57f10-acd2-4662-a89b-de4424df4ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.06.25 22:10:41.163896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.06.25 22:10:41.163956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.06.25 22:10:41.163974 [ 3 ] {} <Debug> HTTP-Session: c9ca149b-6d40-494e-8f10-4c4ce70deda6 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 615 | 2024.06.25 22:10:41.163997 [ 3 ] {} <Debug> HTTP-Session: c9ca149b-6d40-494e-8f10-4c4ce70deda6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.06.25 22:10:41.164017 [ 3 ] {} <Debug> HTTP-Session: c9ca149b-6d40-494e-8f10-4c4ce70deda6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.06.25 22:10:41.164046 [ 3 ] {} <Trace> HTTP-Session: c9ca149b-6d40-494e-8f10-4c4ce70deda6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.06.25 22:10:41.164292 [ 3 ] {dfcf8617-5769-416d-ac1a-7b0f9c59bfe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 619 | 2024.06.25 22:10:41.164357 [ 3 ] {dfcf8617-5769-416d-ac1a-7b0f9c59bfe8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.06.25 22:10:41.166506 [ 3 ] {dfcf8617-5769-416d-ac1a-7b0f9c59bfe8} <Debug> oximeter.measurements_histogramf32 (a912dc42-82f7-4d62-9f71-ed7cf5fb25f7): Loading data parts | ||
| 621 | 2024.06.25 22:10:41.166651 [ 3 ] {dfcf8617-5769-416d-ac1a-7b0f9c59bfe8} <Debug> oximeter.measurements_histogramf32 (a912dc42-82f7-4d62-9f71-ed7cf5fb25f7): There are no data parts | ||
| 622 | 2024.06.25 22:10:41.167870 [ 3 ] {dfcf8617-5769-416d-ac1a-7b0f9c59bfe8} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.06.25 22:10:41.167909 [ 3 ] {} <Debug> HTTP-Session: c9ca149b-6d40-494e-8f10-4c4ce70deda6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.06.25 22:10:41.168015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.06.25 22:10:41.168068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.06.25 22:10:41.168094 [ 3 ] {} <Debug> HTTP-Session: 91327a51-54d2-4b5d-95d8-080d1e76745e Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 627 | 2024.06.25 22:10:41.168110 [ 3 ] {} <Debug> HTTP-Session: 91327a51-54d2-4b5d-95d8-080d1e76745e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.06.25 22:10:41.168130 [ 3 ] {} <Debug> HTTP-Session: 91327a51-54d2-4b5d-95d8-080d1e76745e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.06.25 22:10:41.168166 [ 3 ] {} <Trace> HTTP-Session: 91327a51-54d2-4b5d-95d8-080d1e76745e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.06.25 22:10:41.168409 [ 3 ] {01b2ddfb-7252-4ade-9666-4a36ac034e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 631 | 2024.06.25 22:10:41.168473 [ 3 ] {01b2ddfb-7252-4ade-9666-4a36ac034e4b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.06.25 22:10:41.170617 [ 3 ] {01b2ddfb-7252-4ade-9666-4a36ac034e4b} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Loading data parts | ||
| 633 | 2024.06.25 22:10:41.170771 [ 3 ] {01b2ddfb-7252-4ade-9666-4a36ac034e4b} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): There are no data parts | ||
| 634 | 2024.06.25 22:10:41.171945 [ 3 ] {01b2ddfb-7252-4ade-9666-4a36ac034e4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.06.25 22:10:41.171968 [ 3 ] {} <Debug> HTTP-Session: 91327a51-54d2-4b5d-95d8-080d1e76745e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.06.25 22:10:41.172101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.06.25 22:10:41.172153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.06.25 22:10:41.172175 [ 3 ] {} <Debug> HTTP-Session: 9a750de3-35cd-4124-828a-a2f2578e1635 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 639 | 2024.06.25 22:10:41.172190 [ 3 ] {} <Debug> HTTP-Session: 9a750de3-35cd-4124-828a-a2f2578e1635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.06.25 22:10:41.172216 [ 3 ] {} <Debug> HTTP-Session: 9a750de3-35cd-4124-828a-a2f2578e1635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.06.25 22:10:41.172249 [ 3 ] {} <Trace> HTTP-Session: 9a750de3-35cd-4124-828a-a2f2578e1635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.06.25 22:10:41.172466 [ 3 ] {bb690427-0495-43e8-bc02-ebcfcf6f0947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) /* 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.25 22:10:41.172526 [ 3 ] {bb690427-0495-43e8-bc02-ebcfcf6f0947} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.06.25 22:10:41.174304 [ 3 ] {bb690427-0495-43e8-bc02-ebcfcf6f0947} <Debug> oximeter.fields_bool (71c8a62a-443b-451c-bab0-33ba56f1f94d): Loading data parts | ||
| 662 | 2024.06.25 22:10:41.174487 [ 3 ] {bb690427-0495-43e8-bc02-ebcfcf6f0947} <Debug> oximeter.fields_bool (71c8a62a-443b-451c-bab0-33ba56f1f94d): There are no data parts | ||
| 663 | 2024.06.25 22:10:41.175606 [ 3 ] {bb690427-0495-43e8-bc02-ebcfcf6f0947} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.06.25 22:10:41.175639 [ 3 ] {} <Debug> HTTP-Session: 9a750de3-35cd-4124-828a-a2f2578e1635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.06.25 22:10:41.175757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.06.25 22:10:41.175810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.06.25 22:10:41.175829 [ 3 ] {} <Debug> HTTP-Session: b49aba06-9ed5-4401-bed8-9d23ccf9519c Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 668 | 2024.06.25 22:10:41.175851 [ 3 ] {} <Debug> HTTP-Session: b49aba06-9ed5-4401-bed8-9d23ccf9519c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.06.25 22:10:41.175864 [ 3 ] {} <Debug> HTTP-Session: b49aba06-9ed5-4401-bed8-9d23ccf9519c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.06.25 22:10:41.175899 [ 3 ] {} <Trace> HTTP-Session: b49aba06-9ed5-4401-bed8-9d23ccf9519c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.06.25 22:10:41.176045 [ 3 ] {141a94ef-ef40-476d-99f4-f2a733c9cb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.176102 [ 3 ] {141a94ef-ef40-476d-99f4-f2a733c9cb42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.06.25 22:10:41.177846 [ 3 ] {141a94ef-ef40-476d-99f4-f2a733c9cb42} <Debug> oximeter.fields_i8 (3f1c3491-d2ca-4e13-b8eb-bd85b2ee5ee4): Loading data parts | ||
| 674 | 2024.06.25 22:10:41.178005 [ 3 ] {141a94ef-ef40-476d-99f4-f2a733c9cb42} <Debug> oximeter.fields_i8 (3f1c3491-d2ca-4e13-b8eb-bd85b2ee5ee4): There are no data parts | ||
| 675 | 2024.06.25 22:10:41.179124 [ 3 ] {141a94ef-ef40-476d-99f4-f2a733c9cb42} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.06.25 22:10:41.179163 [ 3 ] {} <Debug> HTTP-Session: b49aba06-9ed5-4401-bed8-9d23ccf9519c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.06.25 22:10:41.179256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.06.25 22:10:41.179315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.06.25 22:10:41.179334 [ 3 ] {} <Debug> HTTP-Session: 46f57541-8a28-4e8e-8b6b-45e6ca41c431 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 680 | 2024.06.25 22:10:41.179358 [ 3 ] {} <Debug> HTTP-Session: 46f57541-8a28-4e8e-8b6b-45e6ca41c431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.06.25 22:10:41.179372 [ 3 ] {} <Debug> HTTP-Session: 46f57541-8a28-4e8e-8b6b-45e6ca41c431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.06.25 22:10:41.179407 [ 3 ] {} <Trace> HTTP-Session: 46f57541-8a28-4e8e-8b6b-45e6ca41c431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.06.25 22:10:41.179551 [ 3 ] {5f53828b-a959-4fbe-9072-a2e2f6b0aa63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.179602 [ 3 ] {5f53828b-a959-4fbe-9072-a2e2f6b0aa63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.06.25 22:10:41.181331 [ 3 ] {5f53828b-a959-4fbe-9072-a2e2f6b0aa63} <Debug> oximeter.fields_u8 (6b72ae6f-47dc-4d28-a18e-ba20c7349403): Loading data parts | ||
| 686 | 2024.06.25 22:10:41.181507 [ 3 ] {5f53828b-a959-4fbe-9072-a2e2f6b0aa63} <Debug> oximeter.fields_u8 (6b72ae6f-47dc-4d28-a18e-ba20c7349403): There are no data parts | ||
| 687 | 2024.06.25 22:10:41.182638 [ 3 ] {5f53828b-a959-4fbe-9072-a2e2f6b0aa63} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.06.25 22:10:41.182681 [ 3 ] {} <Debug> HTTP-Session: 46f57541-8a28-4e8e-8b6b-45e6ca41c431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.06.25 22:10:41.182788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.06.25 22:10:41.182843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.06.25 22:10:41.182870 [ 3 ] {} <Debug> HTTP-Session: 842101da-617e-4874-acc6-2a0df584c7ef Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 692 | 2024.06.25 22:10:41.182892 [ 3 ] {} <Debug> HTTP-Session: 842101da-617e-4874-acc6-2a0df584c7ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.06.25 22:10:41.182905 [ 3 ] {} <Debug> HTTP-Session: 842101da-617e-4874-acc6-2a0df584c7ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.06.25 22:10:41.182940 [ 3 ] {} <Trace> HTTP-Session: 842101da-617e-4874-acc6-2a0df584c7ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.06.25 22:10:41.183092 [ 3 ] {eea347fe-1d16-4609-a767-a76c602e55ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.183139 [ 3 ] {eea347fe-1d16-4609-a767-a76c602e55ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.06.25 22:10:41.184869 [ 3 ] {eea347fe-1d16-4609-a767-a76c602e55ed} <Debug> oximeter.fields_i16 (254613b5-af98-407b-99e7-e0ecb64c6b14): Loading data parts | ||
| 698 | 2024.06.25 22:10:41.185014 [ 3 ] {eea347fe-1d16-4609-a767-a76c602e55ed} <Debug> oximeter.fields_i16 (254613b5-af98-407b-99e7-e0ecb64c6b14): There are no data parts | ||
| 699 | 2024.06.25 22:10:41.186135 [ 3 ] {eea347fe-1d16-4609-a767-a76c602e55ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.06.25 22:10:41.186168 [ 3 ] {} <Debug> HTTP-Session: 842101da-617e-4874-acc6-2a0df584c7ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.06.25 22:10:41.186267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.06.25 22:10:41.186321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.06.25 22:10:41.186348 [ 3 ] {} <Debug> HTTP-Session: a2148a2b-61dc-4b62-9106-459fe9a74121 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 704 | 2024.06.25 22:10:41.186365 [ 3 ] {} <Debug> HTTP-Session: a2148a2b-61dc-4b62-9106-459fe9a74121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.06.25 22:10:41.186385 [ 3 ] {} <Debug> HTTP-Session: a2148a2b-61dc-4b62-9106-459fe9a74121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.06.25 22:10:41.186426 [ 3 ] {} <Trace> HTTP-Session: a2148a2b-61dc-4b62-9106-459fe9a74121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.06.25 22:10:41.186566 [ 3 ] {ee2713da-440c-40c5-856a-066557b02ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.186618 [ 3 ] {ee2713da-440c-40c5-856a-066557b02ec5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.06.25 22:10:41.188357 [ 3 ] {ee2713da-440c-40c5-856a-066557b02ec5} <Debug> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Loading data parts | ||
| 710 | 2024.06.25 22:10:41.188525 [ 3 ] {ee2713da-440c-40c5-856a-066557b02ec5} <Debug> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): There are no data parts | ||
| 711 | 2024.06.25 22:10:41.189637 [ 3 ] {ee2713da-440c-40c5-856a-066557b02ec5} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.06.25 22:10:41.189662 [ 3 ] {} <Debug> HTTP-Session: a2148a2b-61dc-4b62-9106-459fe9a74121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.06.25 22:10:41.189781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.06.25 22:10:41.189835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.06.25 22:10:41.189852 [ 3 ] {} <Debug> HTTP-Session: 3630a214-59ee-460e-bbbd-1d8518ff5e1d Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 716 | 2024.06.25 22:10:41.189875 [ 3 ] {} <Debug> HTTP-Session: 3630a214-59ee-460e-bbbd-1d8518ff5e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.06.25 22:10:41.189901 [ 3 ] {} <Debug> HTTP-Session: 3630a214-59ee-460e-bbbd-1d8518ff5e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.06.25 22:10:41.189930 [ 3 ] {} <Trace> HTTP-Session: 3630a214-59ee-460e-bbbd-1d8518ff5e1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.06.25 22:10:41.190075 [ 3 ] {2a024fc5-8352-4037-bdd3-ba9127ffa015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.190131 [ 3 ] {2a024fc5-8352-4037-bdd3-ba9127ffa015} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.06.25 22:10:41.191858 [ 3 ] {2a024fc5-8352-4037-bdd3-ba9127ffa015} <Debug> oximeter.fields_i32 (0348572f-1775-4377-b95d-d5c9f5b459ea): Loading data parts | ||
| 722 | 2024.06.25 22:10:41.192010 [ 3 ] {2a024fc5-8352-4037-bdd3-ba9127ffa015} <Debug> oximeter.fields_i32 (0348572f-1775-4377-b95d-d5c9f5b459ea): There are no data parts | ||
| 723 | 2024.06.25 22:10:41.193120 [ 3 ] {2a024fc5-8352-4037-bdd3-ba9127ffa015} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.06.25 22:10:41.193145 [ 3 ] {} <Debug> HTTP-Session: 3630a214-59ee-460e-bbbd-1d8518ff5e1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.06.25 22:10:41.193255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.06.25 22:10:41.193308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 727 | 2024.06.25 22:10:41.193327 [ 3 ] {} <Debug> HTTP-Session: d915031c-3a5a-4b9a-9031-463b6ab55841 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 728 | 2024.06.25 22:10:41.193357 [ 3 ] {} <Debug> HTTP-Session: d915031c-3a5a-4b9a-9031-463b6ab55841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.06.25 22:10:41.193370 [ 3 ] {} <Debug> HTTP-Session: d915031c-3a5a-4b9a-9031-463b6ab55841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.06.25 22:10:41.193406 [ 3 ] {} <Trace> HTTP-Session: d915031c-3a5a-4b9a-9031-463b6ab55841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.06.25 22:10:41.193552 [ 3 ] {57a62b2d-9728-4cfb-a842-d6679efa8cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.193604 [ 3 ] {57a62b2d-9728-4cfb-a842-d6679efa8cb2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.06.25 22:10:41.195326 [ 3 ] {57a62b2d-9728-4cfb-a842-d6679efa8cb2} <Debug> oximeter.fields_u32 (a24538c3-bc55-44da-b459-5d014bbafdcd): Loading data parts | ||
| 734 | 2024.06.25 22:10:41.195506 [ 3 ] {57a62b2d-9728-4cfb-a842-d6679efa8cb2} <Debug> oximeter.fields_u32 (a24538c3-bc55-44da-b459-5d014bbafdcd): There are no data parts | ||
| 735 | 2024.06.25 22:10:41.196620 [ 3 ] {57a62b2d-9728-4cfb-a842-d6679efa8cb2} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.06.25 22:10:41.196644 [ 3 ] {} <Debug> HTTP-Session: d915031c-3a5a-4b9a-9031-463b6ab55841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.06.25 22:10:41.196733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.06.25 22:10:41.196851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 739 | 2024.06.25 22:10:41.196872 [ 3 ] {} <Debug> HTTP-Session: d486fbf5-762b-4c08-ada1-a2ea435c2f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 740 | 2024.06.25 22:10:41.196895 [ 3 ] {} <Debug> HTTP-Session: d486fbf5-762b-4c08-ada1-a2ea435c2f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.06.25 22:10:41.196908 [ 3 ] {} <Debug> HTTP-Session: d486fbf5-762b-4c08-ada1-a2ea435c2f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.06.25 22:10:41.196938 [ 3 ] {} <Trace> HTTP-Session: d486fbf5-762b-4c08-ada1-a2ea435c2f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.06.25 22:10:41.197083 [ 3 ] {13232571-f65b-4d4d-9864-92e1737213b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.197122 [ 3 ] {13232571-f65b-4d4d-9864-92e1737213b9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.06.25 22:10:41.198979 [ 3 ] {13232571-f65b-4d4d-9864-92e1737213b9} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Loading data parts | ||
| 746 | 2024.06.25 22:10:41.199149 [ 3 ] {13232571-f65b-4d4d-9864-92e1737213b9} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): There are no data parts | ||
| 747 | 2024.06.25 22:10:41.200266 [ 3 ] {13232571-f65b-4d4d-9864-92e1737213b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.06.25 22:10:41.200314 [ 3 ] {} <Debug> HTTP-Session: d486fbf5-762b-4c08-ada1-a2ea435c2f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.06.25 22:10:41.200417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.06.25 22:10:41.200464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 751 | 2024.06.25 22:10:41.200483 [ 3 ] {} <Debug> HTTP-Session: cca73fcc-5635-49ef-bfc5-363e928034e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 752 | 2024.06.25 22:10:41.200500 [ 3 ] {} <Debug> HTTP-Session: cca73fcc-5635-49ef-bfc5-363e928034e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.06.25 22:10:41.200513 [ 3 ] {} <Debug> HTTP-Session: cca73fcc-5635-49ef-bfc5-363e928034e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.06.25 22:10:41.200542 [ 3 ] {} <Trace> HTTP-Session: cca73fcc-5635-49ef-bfc5-363e928034e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.06.25 22:10:41.200681 [ 3 ] {330bfaf9-c2ce-4568-88a3-e8ada8256c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.200719 [ 3 ] {330bfaf9-c2ce-4568-88a3-e8ada8256c01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.06.25 22:10:41.202473 [ 3 ] {330bfaf9-c2ce-4568-88a3-e8ada8256c01} <Debug> oximeter.fields_u64 (f6f4d4a1-bd83-4e31-a405-af6cf3b99e14): Loading data parts | ||
| 758 | 2024.06.25 22:10:41.202616 [ 3 ] {330bfaf9-c2ce-4568-88a3-e8ada8256c01} <Debug> oximeter.fields_u64 (f6f4d4a1-bd83-4e31-a405-af6cf3b99e14): There are no data parts | ||
| 759 | 2024.06.25 22:10:41.203774 [ 3 ] {330bfaf9-c2ce-4568-88a3-e8ada8256c01} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.06.25 22:10:41.203801 [ 3 ] {} <Debug> HTTP-Session: cca73fcc-5635-49ef-bfc5-363e928034e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.06.25 22:10:41.203904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.06.25 22:10:41.203950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 763 | 2024.06.25 22:10:41.203968 [ 3 ] {} <Debug> HTTP-Session: ee07118e-3fb3-45c9-9a8f-12d00463ed3b Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 764 | 2024.06.25 22:10:41.203983 [ 3 ] {} <Debug> HTTP-Session: ee07118e-3fb3-45c9-9a8f-12d00463ed3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.06.25 22:10:41.203997 [ 3 ] {} <Debug> HTTP-Session: ee07118e-3fb3-45c9-9a8f-12d00463ed3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.06.25 22:10:41.204026 [ 3 ] {} <Trace> HTTP-Session: ee07118e-3fb3-45c9-9a8f-12d00463ed3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.06.25 22:10:41.204164 [ 3 ] {6e0bf622-b6d3-405d-931b-d539110c49d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.204202 [ 3 ] {6e0bf622-b6d3-405d-931b-d539110c49d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.06.25 22:10:41.205944 [ 3 ] {6e0bf622-b6d3-405d-931b-d539110c49d3} <Debug> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Loading data parts | ||
| 770 | 2024.06.25 22:10:41.206089 [ 3 ] {6e0bf622-b6d3-405d-931b-d539110c49d3} <Debug> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): There are no data parts | ||
| 771 | 2024.06.25 22:10:41.207212 [ 3 ] {6e0bf622-b6d3-405d-931b-d539110c49d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.06.25 22:10:41.207238 [ 3 ] {} <Debug> HTTP-Session: ee07118e-3fb3-45c9-9a8f-12d00463ed3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.06.25 22:10:41.207352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.06.25 22:10:41.207398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 775 | 2024.06.25 22:10:41.207417 [ 3 ] {} <Debug> HTTP-Session: 1b942099-1896-4830-987f-4b5fd39e6fdb Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 776 | 2024.06.25 22:10:41.207434 [ 3 ] {} <Debug> HTTP-Session: 1b942099-1896-4830-987f-4b5fd39e6fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.06.25 22:10:41.207447 [ 3 ] {} <Debug> HTTP-Session: 1b942099-1896-4830-987f-4b5fd39e6fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.06.25 22:10:41.207476 [ 3 ] {} <Trace> HTTP-Session: 1b942099-1896-4830-987f-4b5fd39e6fdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.06.25 22:10:41.207613 [ 3 ] {6e930299-a774-4c52-ae2b-aebe85a976c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.207652 [ 3 ] {6e930299-a774-4c52-ae2b-aebe85a976c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.06.25 22:10:41.209401 [ 3 ] {6e930299-a774-4c52-ae2b-aebe85a976c3} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Loading data parts | ||
| 782 | 2024.06.25 22:10:41.209544 [ 3 ] {6e930299-a774-4c52-ae2b-aebe85a976c3} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): There are no data parts | ||
| 783 | 2024.06.25 22:10:41.210654 [ 3 ] {6e930299-a774-4c52-ae2b-aebe85a976c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.06.25 22:10:41.210680 [ 3 ] {} <Debug> HTTP-Session: 1b942099-1896-4830-987f-4b5fd39e6fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.06.25 22:10:41.210789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.06.25 22:10:41.210835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 787 | 2024.06.25 22:10:41.210854 [ 3 ] {} <Debug> HTTP-Session: d8ca15cc-2b22-4fef-a3d7-8d275593487f Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 788 | 2024.06.25 22:10:41.210870 [ 3 ] {} <Debug> HTTP-Session: d8ca15cc-2b22-4fef-a3d7-8d275593487f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.06.25 22:10:41.210884 [ 3 ] {} <Debug> HTTP-Session: d8ca15cc-2b22-4fef-a3d7-8d275593487f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.06.25 22:10:41.210914 [ 3 ] {} <Trace> HTTP-Session: d8ca15cc-2b22-4fef-a3d7-8d275593487f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.06.25 22:10:41.211052 [ 3 ] {b664d7fe-2190-401c-a4b9-725346383127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) 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.25 22:10:41.211090 [ 3 ] {b664d7fe-2190-401c-a4b9-725346383127} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.06.25 22:10:41.212816 [ 3 ] {b664d7fe-2190-401c-a4b9-725346383127} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Loading data parts | ||
| 794 | 2024.06.25 22:10:41.212972 [ 3 ] {b664d7fe-2190-401c-a4b9-725346383127} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): There are no data parts | ||
| 795 | 2024.06.25 22:10:41.214099 [ 3 ] {b664d7fe-2190-401c-a4b9-725346383127} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.06.25 22:10:41.214125 [ 3 ] {} <Debug> HTTP-Session: d8ca15cc-2b22-4fef-a3d7-8d275593487f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.06.25 22:10:41.214236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.06.25 22:10:41.214283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.06.25 22:10:41.214301 [ 3 ] {} <Debug> HTTP-Session: 24431caa-fb50-4878-9bc5-6d6f2da0c992 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 800 | 2024.06.25 22:10:41.214317 [ 3 ] {} <Debug> HTTP-Session: 24431caa-fb50-4878-9bc5-6d6f2da0c992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.06.25 22:10:41.214330 [ 3 ] {} <Debug> HTTP-Session: 24431caa-fb50-4878-9bc5-6d6f2da0c992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.06.25 22:10:41.214361 [ 3 ] {} <Trace> HTTP-Session: 24431caa-fb50-4878-9bc5-6d6f2da0c992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.06.25 22:10:41.214573 [ 3 ] {9eb5db2e-9e9d-4785-b576-be865826cfb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) /* 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.25 22:10:41.214630 [ 3 ] {9eb5db2e-9e9d-4785-b576-be865826cfb1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.06.25 22:10:41.216189 [ 3 ] {9eb5db2e-9e9d-4785-b576-be865826cfb1} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Loading data parts | ||
| 809 | 2024.06.25 22:10:41.216348 [ 3 ] {9eb5db2e-9e9d-4785-b576-be865826cfb1} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): There are no data parts | ||
| 810 | 2024.06.25 22:10:41.217559 [ 3 ] {9eb5db2e-9e9d-4785-b576-be865826cfb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.06.25 22:10:41.217582 [ 3 ] {} <Debug> HTTP-Session: 24431caa-fb50-4878-9bc5-6d6f2da0c992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.06.25 22:10:41.217694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49920, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.06.25 22:10:41.217738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 814 | 2024.06.25 22:10:41.217756 [ 3 ] {} <Debug> HTTP-Session: 57ea078b-a87a-4c5e-9183-577a3225f046 Authenticating user 'default' from [fd00:1122:3344:101::d]:49920 | ||
| 815 | 2024.06.25 22:10:41.217770 [ 3 ] {} <Debug> HTTP-Session: 57ea078b-a87a-4c5e-9183-577a3225f046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.06.25 22:10:41.217783 [ 3 ] {} <Debug> HTTP-Session: 57ea078b-a87a-4c5e-9183-577a3225f046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.06.25 22:10:41.217811 [ 3 ] {} <Trace> HTTP-Session: 57ea078b-a87a-4c5e-9183-577a3225f046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.06.25 22:10:41.217956 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49920) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.06.25 22:10:41.219223 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.06.25 22:10:41.222525 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Trace> oximeter.version (92102197-7435-413a-91a7-2548c69d45a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.06.25 22:10:41.222560 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB. | ||
| 822 | 2024.06.25 22:10:41.227035 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.06.25 22:10:41.228061 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Trace> oximeter.version (92102197-7435-413a-91a7-2548c69d45a5): 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.25 22:10:41.228317 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010389 sec., 96.2556550197324 rows/sec., 1.50 KiB/sec. | ||
| 825 | 2024.06.25 22:10:41.228474 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.06.25 22:10:41.228498 [ 3 ] {fd597cec-fb66-4f02-814c-7e50c50dc38c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 827 | 2024.06.25 22:10:41.228513 [ 3 ] {} <Debug> HTTP-Session: 57ea078b-a87a-4c5e-9183-577a3225f046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.06.25 22:10:42.000173 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.22 MiB, peak 166.36 MiB, free memory in arenas 0.00 B, will set to 173.67 MiB (RSS), difference: 12.45 MiB | ||
| 829 | 2024.06.25 22:10:53.062035 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 830 | 2024.06.25 22:10:53.062152 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 831 | 2024.06.25 22:10:56.231466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 832 | 2024.06.25 22:10:56.231597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 833 | 2024.06.25 22:10:56.231627 [ 3 ] {} <Debug> HTTP-Session: e4d7d182-1425-4845-af0b-9107c1fd4518 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 834 | 2024.06.25 22:10:56.231655 [ 3 ] {} <Debug> HTTP-Session: e4d7d182-1425-4845-af0b-9107c1fd4518 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.06.25 22:10:56.231673 [ 3 ] {} <Debug> HTTP-Session: e4d7d182-1425-4845-af0b-9107c1fd4518 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.06.25 22:10:56.231728 [ 3 ] {} <Trace> HTTP-Session: e4d7d182-1425-4845-af0b-9107c1fd4518 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.06.25 22:10:56.231922 [ 3 ] {dd978ccd-d2e3-4e85-a297-83fb40b3d0db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 838 | 2024.06.25 22:10:56.232302 [ 3 ] {dd978ccd-d2e3-4e85-a297-83fb40b3d0db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.06.25 22:10:56.234395 [ 3 ] {dd978ccd-d2e3-4e85-a297-83fb40b3d0db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2024.06.25 22:10:56.239567 [ 3 ] {dd978ccd-d2e3-4e85-a297-83fb40b3d0db} <Debug> DynamicQueryHandler: Done processing query | ||
| 841 | 2024.06.25 22:10:56.239595 [ 3 ] {dd978ccd-d2e3-4e85-a297-83fb40b3d0db} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 842 | 2024.06.25 22:10:56.239612 [ 3 ] {} <Debug> HTTP-Session: e4d7d182-1425-4845-af0b-9107c1fd4518 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.06.25 22:10:56.247141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.06.25 22:10:56.247196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 845 | 2024.06.25 22:10:56.247216 [ 3 ] {} <Debug> HTTP-Session: a81a828e-c410-45e5-a0f8-58bc45c139f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 846 | 2024.06.25 22:10:56.247232 [ 3 ] {} <Debug> HTTP-Session: a81a828e-c410-45e5-a0f8-58bc45c139f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.06.25 22:10:56.247246 [ 3 ] {} <Debug> HTTP-Session: a81a828e-c410-45e5-a0f8-58bc45c139f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.06.25 22:10:56.247279 [ 3 ] {} <Trace> HTTP-Session: a81a828e-c410-45e5-a0f8-58bc45c139f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.06.25 22:10:56.247421 [ 3 ] {e0259618-c18d-4a76-9743-03328170487a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.06.25 22:10:56.253033 [ 3 ] {e0259618-c18d-4a76-9743-03328170487a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.06.25 22:10:56.253141 [ 3 ] {e0259618-c18d-4a76-9743-03328170487a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.06.25 22:10:56.254384 [ 3 ] {e0259618-c18d-4a76-9743-03328170487a} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.06.25 22:10:56.254410 [ 3 ] {e0259618-c18d-4a76-9743-03328170487a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.06.25 22:10:56.254427 [ 3 ] {} <Debug> HTTP-Session: a81a828e-c410-45e5-a0f8-58bc45c139f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.06.25 22:10:56.255464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.06.25 22:10:56.255511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 857 | 2024.06.25 22:10:56.255531 [ 3 ] {} <Debug> HTTP-Session: bd3c6b9b-f888-4c43-b30c-cb38e2d7c7b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 858 | 2024.06.25 22:10:56.255547 [ 3 ] {} <Debug> HTTP-Session: bd3c6b9b-f888-4c43-b30c-cb38e2d7c7b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.06.25 22:10:56.255560 [ 3 ] {} <Debug> HTTP-Session: bd3c6b9b-f888-4c43-b30c-cb38e2d7c7b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.06.25 22:10:56.255590 [ 3 ] {} <Trace> HTTP-Session: bd3c6b9b-f888-4c43-b30c-cb38e2d7c7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2024.06.25 22:10:56.255710 [ 3 ] {c6af2aee-64a1-4342-a781-1e0f59798f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 862 | 2024.06.25 22:10:56.258112 [ 3 ] {c6af2aee-64a1-4342-a781-1e0f59798f81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 863 | 2024.06.25 22:10:56.258219 [ 3 ] {c6af2aee-64a1-4342-a781-1e0f59798f81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 864 | 2024.06.25 22:10:56.259267 [ 3 ] {c6af2aee-64a1-4342-a781-1e0f59798f81} <Debug> DynamicQueryHandler: Done processing query | ||
| 865 | 2024.06.25 22:10:56.259293 [ 3 ] {c6af2aee-64a1-4342-a781-1e0f59798f81} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 866 | 2024.06.25 22:10:56.259309 [ 3 ] {} <Debug> HTTP-Session: bd3c6b9b-f888-4c43-b30c-cb38e2d7c7b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 867 | 2024.06.25 22:10:56.259536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.06.25 22:10:56.259583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 869 | 2024.06.25 22:10:56.259602 [ 3 ] {} <Debug> HTTP-Session: 3d5e6409-feb4-490c-9d55-015af2ce279c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 870 | 2024.06.25 22:10:56.259618 [ 3 ] {} <Debug> HTTP-Session: 3d5e6409-feb4-490c-9d55-015af2ce279c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.06.25 22:10:56.259632 [ 3 ] {} <Debug> HTTP-Session: 3d5e6409-feb4-490c-9d55-015af2ce279c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.06.25 22:10:56.259662 [ 3 ] {} <Trace> HTTP-Session: 3d5e6409-feb4-490c-9d55-015af2ce279c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.06.25 22:10:56.259781 [ 3 ] {d561041e-df50-4ec1-9845-fbcfcc93d503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 874 | 2024.06.25 22:10:56.260090 [ 3 ] {d561041e-df50-4ec1-9845-fbcfcc93d503} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2024.06.25 22:10:56.260141 [ 3 ] {d561041e-df50-4ec1-9845-fbcfcc93d503} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2024.06.25 22:10:56.261001 [ 3 ] {d561041e-df50-4ec1-9845-fbcfcc93d503} <Debug> DynamicQueryHandler: Done processing query | ||
| 877 | 2024.06.25 22:10:56.261026 [ 3 ] {d561041e-df50-4ec1-9845-fbcfcc93d503} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 878 | 2024.06.25 22:10:56.261043 [ 3 ] {} <Debug> HTTP-Session: 3d5e6409-feb4-490c-9d55-015af2ce279c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 879 | 2024.06.25 22:10:56.261678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 880 | 2024.06.25 22:10:56.261724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 881 | 2024.06.25 22:10:56.261743 [ 3 ] {} <Debug> HTTP-Session: b9d30be5-b0fd-4507-b8ad-e14677a4742d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 882 | 2024.06.25 22:10:56.261759 [ 3 ] {} <Debug> HTTP-Session: b9d30be5-b0fd-4507-b8ad-e14677a4742d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.06.25 22:10:56.261772 [ 3 ] {} <Debug> HTTP-Session: b9d30be5-b0fd-4507-b8ad-e14677a4742d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.06.25 22:10:56.261802 [ 3 ] {} <Trace> HTTP-Session: b9d30be5-b0fd-4507-b8ad-e14677a4742d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.06.25 22:10:56.261911 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 886 | 2024.06.25 22:10:56.261957 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.06.25 22:10:56.262144 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 888 | 2024.06.25 22:10:56.262618 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2024.06.25 22:10:56.262654 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 890 | 2024.06.25 22:10:56.263296 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 891 | 2024.06.25 22:10:56.263862 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2024.06.25 22:10:56.263998 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.002125 sec., 1882.3529411764705 rows/sec., 203.58 KiB/sec. | ||
| 893 | 2024.06.25 22:10:56.264198 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Debug> DynamicQueryHandler: Done processing query | ||
| 894 | 2024.06.25 22:10:56.264223 [ 3 ] {29dbc715-1e21-4fbf-9ac3-7acf4c3d503d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 895 | 2024.06.25 22:10:56.264239 [ 3 ] {} <Debug> HTTP-Session: b9d30be5-b0fd-4507-b8ad-e14677a4742d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.06.25 22:10:56.264349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 897 | 2024.06.25 22:10:56.264397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 898 | 2024.06.25 22:10:56.264415 [ 3 ] {} <Debug> HTTP-Session: 75d2a44d-9b3a-46cc-9914-85c7c1ead8c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 899 | 2024.06.25 22:10:56.264431 [ 3 ] {} <Debug> HTTP-Session: 75d2a44d-9b3a-46cc-9914-85c7c1ead8c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 900 | 2024.06.25 22:10:56.264445 [ 3 ] {} <Debug> HTTP-Session: 75d2a44d-9b3a-46cc-9914-85c7c1ead8c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.06.25 22:10:56.264475 [ 3 ] {} <Trace> HTTP-Session: 75d2a44d-9b3a-46cc-9914-85c7c1ead8c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 902 | 2024.06.25 22:10:56.264573 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 903 | 2024.06.25 22:10:56.264614 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 904 | 2024.06.25 22:10:56.264736 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 905 | 2024.06.25 22:10:56.266732 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 906 | 2024.06.25 22:10:56.266766 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 907 | 2024.06.25 22:10:56.267178 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 908 | 2024.06.25 22:10:56.267752 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 909 | 2024.06.25 22:10:56.267871 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.003325 sec., 5714.285714285715 rows/sec., 463.17 KiB/sec. | ||
| 910 | 2024.06.25 22:10:56.268032 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Debug> DynamicQueryHandler: Done processing query | ||
| 911 | 2024.06.25 22:10:56.268055 [ 3 ] {6ec11b7c-81cf-4fa2-a957-888241774bea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 912 | 2024.06.25 22:10:56.268071 [ 3 ] {} <Debug> HTTP-Session: 75d2a44d-9b3a-46cc-9914-85c7c1ead8c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.06.25 22:10:56.268241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 914 | 2024.06.25 22:10:56.268288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 915 | 2024.06.25 22:10:56.268307 [ 3 ] {} <Debug> HTTP-Session: 9c81f9e1-f7e7-44d3-89e2-c643425abf94 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 916 | 2024.06.25 22:10:56.268323 [ 3 ] {} <Debug> HTTP-Session: 9c81f9e1-f7e7-44d3-89e2-c643425abf94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 917 | 2024.06.25 22:10:56.268336 [ 3 ] {} <Debug> HTTP-Session: 9c81f9e1-f7e7-44d3-89e2-c643425abf94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.06.25 22:10:56.268367 [ 3 ] {} <Trace> HTTP-Session: 9c81f9e1-f7e7-44d3-89e2-c643425abf94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 919 | 2024.06.25 22:10:56.268477 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 920 | 2024.06.25 22:10:56.268519 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 921 | 2024.06.25 22:10:56.268638 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 922 | 2024.06.25 22:10:56.268984 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 923 | 2024.06.25 22:10:56.269017 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 924 | 2024.06.25 22:10:56.269436 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 925 | 2024.06.25 22:10:56.270027 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 926 | 2024.06.25 22:10:56.270146 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Debug> executeQuery: Read 57 rows, 5.15 KiB in 0.001704 sec., 33450.704225352114 rows/sec., 2.95 MiB/sec. | ||
| 927 | 2024.06.25 22:10:56.270303 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 928 | 2024.06.25 22:10:56.270327 [ 3 ] {ce168cff-94eb-4743-9c7e-c8472cb7aac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 929 | 2024.06.25 22:10:56.270343 [ 3 ] {} <Debug> HTTP-Session: 9c81f9e1-f7e7-44d3-89e2-c643425abf94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 930 | 2024.06.25 22:10:56.270465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 4799, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 931 | 2024.06.25 22:10:56.270513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 932 | 2024.06.25 22:10:56.270532 [ 3 ] {} <Debug> HTTP-Session: cf1282ba-904d-4b2c-994f-c6a58690c5f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 933 | 2024.06.25 22:10:56.270548 [ 3 ] {} <Debug> HTTP-Session: cf1282ba-904d-4b2c-994f-c6a58690c5f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 934 | 2024.06.25 22:10:56.270561 [ 3 ] {} <Debug> HTTP-Session: cf1282ba-904d-4b2c-994f-c6a58690c5f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 935 | 2024.06.25 22:10:56.270593 [ 3 ] {} <Trace> HTTP-Session: cf1282ba-904d-4b2c-994f-c6a58690c5f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 936 | 2024.06.25 22:10:56.270692 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 937 | 2024.06.25 22:10:56.270734 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 938 | 2024.06.25 22:10:56.271381 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 939 | 2024.06.25 22:10:56.272256 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2024.06.25 22:10:56.272289 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 941 | 2024.06.25 22:10:56.272835 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 942 | 2024.06.25 22:10:56.273494 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2024.06.25 22:10:56.273614 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Debug> executeQuery: Read 28 rows, 2.25 KiB in 0.002949 sec., 9494.743981010513 rows/sec., 761.31 KiB/sec. | ||
| 944 | 2024.06.25 22:10:56.273851 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Debug> DynamicQueryHandler: Done processing query | ||
| 945 | 2024.06.25 22:10:56.273876 [ 3 ] {04227827-735a-4345-890f-77e58caba936} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 946 | 2024.06.25 22:10:56.273892 [ 3 ] {} <Debug> HTTP-Session: cf1282ba-904d-4b2c-994f-c6a58690c5f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 947 | 2024.06.25 22:10:56.274148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 948 | 2024.06.25 22:10:56.274197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 949 | 2024.06.25 22:10:56.274215 [ 3 ] {} <Debug> HTTP-Session: e1cf3cd0-d2ac-4c50-ba94-ddf43fefd7c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 950 | 2024.06.25 22:10:56.274231 [ 3 ] {} <Debug> HTTP-Session: e1cf3cd0-d2ac-4c50-ba94-ddf43fefd7c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 951 | 2024.06.25 22:10:56.274245 [ 3 ] {} <Debug> HTTP-Session: e1cf3cd0-d2ac-4c50-ba94-ddf43fefd7c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.06.25 22:10:56.274275 [ 3 ] {} <Trace> HTTP-Session: e1cf3cd0-d2ac-4c50-ba94-ddf43fefd7c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2024.06.25 22:10:56.274517 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 954 | 2024.06.25 22:10:56.274583 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 955 | 2024.06.25 22:10:56.274976 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 956 | 2024.06.25 22:10:56.275660 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2024.06.25 22:10:56.275696 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 958 | 2024.06.25 22:10:56.281074 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 959 | 2024.06.25 22:10:56.281875 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2024.06.25 22:10:56.282014 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.007661 sec., 2480.0939825088108 rows/sec., 4.44 MiB/sec. | ||
| 961 | 2024.06.25 22:10:56.282231 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Debug> DynamicQueryHandler: Done processing query | ||
| 962 | 2024.06.25 22:10:56.282255 [ 3 ] {7e5ef0e4-68dd-452d-827a-946136eed43c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 963 | 2024.06.25 22:10:56.282270 [ 3 ] {} <Debug> HTTP-Session: e1cf3cd0-d2ac-4c50-ba94-ddf43fefd7c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.06.25 22:10:56.282390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2436, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 965 | 2024.06.25 22:10:56.282438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 966 | 2024.06.25 22:10:56.282458 [ 3 ] {} <Debug> HTTP-Session: 6d554cda-702f-4da4-b6e0-642aee84f98c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 967 | 2024.06.25 22:10:56.282474 [ 3 ] {} <Debug> HTTP-Session: 6d554cda-702f-4da4-b6e0-642aee84f98c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.06.25 22:10:56.282488 [ 3 ] {} <Debug> HTTP-Session: 6d554cda-702f-4da4-b6e0-642aee84f98c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 969 | 2024.06.25 22:10:56.282518 [ 3 ] {} <Trace> HTTP-Session: 6d554cda-702f-4da4-b6e0-642aee84f98c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2024.06.25 22:10:56.282615 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 971 | 2024.06.25 22:10:56.282658 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 972 | 2024.06.25 22:10:56.282782 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 973 | 2024.06.25 22:10:56.283081 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Trace> oximeter.measurements_i64 (cae8147f-5629-4b00-8511-88e9cef88eb2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 974 | 2024.06.25 22:10:56.283114 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 975 | 2024.06.25 22:10:56.285712 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 976 | 2024.06.25 22:10:56.286481 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Trace> oximeter.measurements_i64 (cae8147f-5629-4b00-8511-88e9cef88eb2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 977 | 2024.06.25 22:10:56.286601 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.004016 sec., 3735.0597609561755 rows/sec., 277.94 KiB/sec. | ||
| 978 | 2024.06.25 22:10:56.286761 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Debug> DynamicQueryHandler: Done processing query | ||
| 979 | 2024.06.25 22:10:56.286785 [ 3 ] {e1c43e98-7e60-45f7-9115-83e155db1308} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 980 | 2024.06.25 22:10:56.286801 [ 3 ] {} <Debug> HTTP-Session: 6d554cda-702f-4da4-b6e0-642aee84f98c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 981 | 2024.06.25 22:11:06.230502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 982 | 2024.06.25 22:11:06.230635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 983 | 2024.06.25 22:11:06.230667 [ 3 ] {} <Debug> HTTP-Session: 192384f6-8008-4be1-b5d3-28d732a9ed4e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 984 | 2024.06.25 22:11:06.230694 [ 3 ] {} <Debug> HTTP-Session: 192384f6-8008-4be1-b5d3-28d732a9ed4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 985 | 2024.06.25 22:11:06.230712 [ 3 ] {} <Debug> HTTP-Session: 192384f6-8008-4be1-b5d3-28d732a9ed4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 986 | 2024.06.25 22:11:06.230767 [ 3 ] {} <Trace> HTTP-Session: 192384f6-8008-4be1-b5d3-28d732a9ed4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 987 | 2024.06.25 22:11:06.230963 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 988 | 2024.06.25 22:11:06.231037 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 989 | 2024.06.25 22:11:06.231256 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 990 | 2024.06.25 22:11:06.231757 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2024.06.25 22:11:06.231796 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 992 | 2024.06.25 22:11:06.232155 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 993 | 2024.06.25 22:11:06.232493 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2024.06.25 22:11:06.232659 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Debug> executeQuery: Read 19 rows, 1.54 KiB in 0.001762 sec., 10783.200908059025 rows/sec., 874.03 KiB/sec. | ||
| 995 | 2024.06.25 22:11:06.232870 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Debug> DynamicQueryHandler: Done processing query | ||
| 996 | 2024.06.25 22:11:06.232902 [ 3 ] {a0c14d82-335d-4982-ad1d-fbebf1c8ae67} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 997 | 2024.06.25 22:11:06.232919 [ 3 ] {} <Debug> HTTP-Session: 192384f6-8008-4be1-b5d3-28d732a9ed4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 998 | 2024.06.25 22:11:06.233059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 999 | 2024.06.25 22:11:06.233116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1000 | 2024.06.25 22:11:06.233135 [ 3 ] {} <Debug> HTTP-Session: 61b85004-bd83-41ce-b36a-b1c47006680d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1001 | 2024.06.25 22:11:06.233153 [ 3 ] {} <Debug> HTTP-Session: 61b85004-bd83-41ce-b36a-b1c47006680d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1002 | 2024.06.25 22:11:06.233167 [ 3 ] {} <Debug> HTTP-Session: 61b85004-bd83-41ce-b36a-b1c47006680d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1003 | 2024.06.25 22:11:06.233201 [ 3 ] {} <Trace> HTTP-Session: 61b85004-bd83-41ce-b36a-b1c47006680d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1004 | 2024.06.25 22:11:06.233318 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1005 | 2024.06.25 22:11:06.233362 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1006 | 2024.06.25 22:11:06.233490 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1007 | 2024.06.25 22:11:06.233835 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2024.06.25 22:11:06.233870 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1009 | 2024.06.25 22:11:06.234172 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1010 | 2024.06.25 22:11:06.234478 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2024.06.25 22:11:06.234596 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Debug> executeQuery: Read 57 rows, 5.15 KiB in 0.00132 sec., 43181.818181818184 rows/sec., 3.81 MiB/sec. | ||
| 1012 | 2024.06.25 22:11:06.234763 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1013 | 2024.06.25 22:11:06.234787 [ 3 ] {e9669658-ff9c-4221-9dd9-c4fe6945a4a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1014 | 2024.06.25 22:11:06.234803 [ 3 ] {} <Debug> HTTP-Session: 61b85004-bd83-41ce-b36a-b1c47006680d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1015 | 2024.06.25 22:11:06.234971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3270, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1016 | 2024.06.25 22:11:06.235019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1017 | 2024.06.25 22:11:06.235038 [ 3 ] {} <Debug> HTTP-Session: b09d9af4-373b-417b-ad87-c7896acba651 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1018 | 2024.06.25 22:11:06.235055 [ 3 ] {} <Debug> HTTP-Session: b09d9af4-373b-417b-ad87-c7896acba651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1019 | 2024.06.25 22:11:06.235069 [ 3 ] {} <Debug> HTTP-Session: b09d9af4-373b-417b-ad87-c7896acba651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1020 | 2024.06.25 22:11:06.235100 [ 3 ] {} <Trace> HTTP-Session: b09d9af4-373b-417b-ad87-c7896acba651 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1021 | 2024.06.25 22:11:06.235199 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1022 | 2024.06.25 22:11:06.235241 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1023 | 2024.06.25 22:11:06.235365 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1024 | 2024.06.25 22:11:06.235674 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1025 | 2024.06.25 22:11:06.235709 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1026 | 2024.06.25 22:11:06.236003 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1027 | 2024.06.25 22:11:06.236299 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1028 | 2024.06.25 22:11:06.236418 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Debug> executeQuery: Read 19 rows, 1.52 KiB in 0.001247 sec., 15236.567762630311 rows/sec., 1.19 MiB/sec. | ||
| 1029 | 2024.06.25 22:11:06.236603 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Debug> DynamicQueryHandler: Done processing query | ||
| 1030 | 2024.06.25 22:11:06.236627 [ 3 ] {5bd4b9cc-6221-4352-9726-ad3d5a799f25} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1031 | 2024.06.25 22:11:06.236642 [ 3 ] {} <Debug> HTTP-Session: b09d9af4-373b-417b-ad87-c7896acba651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1032 | 2024.06.25 22:11:06.236823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1033 | 2024.06.25 22:11:06.236870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1034 | 2024.06.25 22:11:06.236889 [ 3 ] {} <Debug> HTTP-Session: 4e6ad6f3-f380-40a8-9e19-7c3514675e56 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1035 | 2024.06.25 22:11:06.236906 [ 3 ] {} <Debug> HTTP-Session: 4e6ad6f3-f380-40a8-9e19-7c3514675e56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1036 | 2024.06.25 22:11:06.236919 [ 3 ] {} <Debug> HTTP-Session: 4e6ad6f3-f380-40a8-9e19-7c3514675e56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1037 | 2024.06.25 22:11:06.236949 [ 3 ] {} <Trace> HTTP-Session: 4e6ad6f3-f380-40a8-9e19-7c3514675e56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1038 | 2024.06.25 22:11:06.237193 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1039 | 2024.06.25 22:11:06.237254 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 1040 | 2024.06.25 22:11:06.237638 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1041 | 2024.06.25 22:11:06.238253 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1042 | 2024.06.25 22:11:06.238286 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1043 | 2024.06.25 22:11:06.238946 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1044 | 2024.06.25 22:11:06.239371 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1045 | 2024.06.25 22:11:06.239510 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Debug> executeQuery: Read 19 rows, 34.86 KiB in 0.002486 sec., 7642.799678197908 rows/sec., 13.70 MiB/sec. | ||
| 1046 | 2024.06.25 22:11:06.239724 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Debug> DynamicQueryHandler: Done processing query | ||
| 1047 | 2024.06.25 22:11:06.239748 [ 3 ] {17f2604e-948a-47c2-8b71-60ffcf9eb345} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1048 | 2024.06.25 22:11:06.239765 [ 3 ] {} <Debug> HTTP-Session: 4e6ad6f3-f380-40a8-9e19-7c3514675e56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1049 | 2024.06.25 22:11:08.062222 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1050 | 2024.06.25 22:11:08.062291 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1051 | 2024.06.25 22:11:16.230841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1052 | 2024.06.25 22:11:16.230971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1053 | 2024.06.25 22:11:16.231000 [ 3 ] {} <Debug> HTTP-Session: 1b1ba5dc-f2c5-4fa0-91c4-c5dce984d152 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1054 | 2024.06.25 22:11:16.231028 [ 3 ] {} <Debug> HTTP-Session: 1b1ba5dc-f2c5-4fa0-91c4-c5dce984d152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1055 | 2024.06.25 22:11:16.231052 [ 3 ] {} <Debug> HTTP-Session: 1b1ba5dc-f2c5-4fa0-91c4-c5dce984d152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1056 | 2024.06.25 22:11:16.231108 [ 3 ] {} <Trace> HTTP-Session: 1b1ba5dc-f2c5-4fa0-91c4-c5dce984d152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1057 | 2024.06.25 22:11:16.231309 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1058 | 2024.06.25 22:11:16.231382 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1059 | 2024.06.25 22:11:16.231599 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1060 | 2024.06.25 22:11:16.232065 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1061 | 2024.06.25 22:11:16.232107 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1062 | 2024.06.25 22:11:16.232464 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1063 | 2024.06.25 22:11:16.232795 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1064 | 2024.06.25 22:11:16.232965 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001721 sec., 11621.150493898895 rows/sec., 941.95 KiB/sec. | ||
| 1065 | 2024.06.25 22:11:16.233171 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Debug> DynamicQueryHandler: Done processing query | ||
| 1066 | 2024.06.25 22:11:16.233198 [ 3 ] {88c11afc-6ff1-488b-8fa4-b4f4417ea342} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1067 | 2024.06.25 22:11:16.233214 [ 3 ] {} <Debug> HTTP-Session: 1b1ba5dc-f2c5-4fa0-91c4-c5dce984d152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1068 | 2024.06.25 22:11:16.233357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1069 | 2024.06.25 22:11:16.233408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1070 | 2024.06.25 22:11:16.233428 [ 3 ] {} <Debug> HTTP-Session: c1dfd131-44e6-4e6b-b941-fbe586da3d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1071 | 2024.06.25 22:11:16.233445 [ 3 ] {} <Debug> HTTP-Session: c1dfd131-44e6-4e6b-b941-fbe586da3d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1072 | 2024.06.25 22:11:16.233459 [ 3 ] {} <Debug> HTTP-Session: c1dfd131-44e6-4e6b-b941-fbe586da3d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1073 | 2024.06.25 22:11:16.233493 [ 3 ] {} <Trace> HTTP-Session: c1dfd131-44e6-4e6b-b941-fbe586da3d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1074 | 2024.06.25 22:11:16.233613 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1075 | 2024.06.25 22:11:16.233659 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1076 | 2024.06.25 22:11:16.233787 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1077 | 2024.06.25 22:11:16.234117 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1078 | 2024.06.25 22:11:16.234154 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1079 | 2024.06.25 22:11:16.234455 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1080 | 2024.06.25 22:11:16.234763 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1081 | 2024.06.25 22:11:16.234918 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Debug> executeQuery: Read 60 rows, 5.42 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.93 MiB/sec. | ||
| 1082 | 2024.06.25 22:11:16.235212 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1083 | 2024.06.25 22:11:16.235237 [ 3 ] {f6c8b10a-5f38-4323-8f47-fca9927a9da5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1084 | 2024.06.25 22:11:16.235252 [ 3 ] {} <Debug> HTTP-Session: c1dfd131-44e6-4e6b-b941-fbe586da3d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1085 | 2024.06.25 22:11:16.235422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1086 | 2024.06.25 22:11:16.235470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1087 | 2024.06.25 22:11:16.235490 [ 3 ] {} <Debug> HTTP-Session: cf0bf29e-5f48-4f2d-ac63-e4aeba232177 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1088 | 2024.06.25 22:11:16.235506 [ 3 ] {} <Debug> HTTP-Session: cf0bf29e-5f48-4f2d-ac63-e4aeba232177 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1089 | 2024.06.25 22:11:16.235520 [ 3 ] {} <Debug> HTTP-Session: cf0bf29e-5f48-4f2d-ac63-e4aeba232177 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1090 | 2024.06.25 22:11:16.235551 [ 3 ] {} <Trace> HTTP-Session: cf0bf29e-5f48-4f2d-ac63-e4aeba232177 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1091 | 2024.06.25 22:11:16.235654 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1092 | 2024.06.25 22:11:16.235698 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1093 | 2024.06.25 22:11:16.235842 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1094 | 2024.06.25 22:11:16.236109 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1095 | 2024.06.25 22:11:16.236145 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1096 | 2024.06.25 22:11:16.236456 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1097 | 2024.06.25 22:11:16.236756 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1098 | 2024.06.25 22:11:16.236907 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Debug> executeQuery: Read 20 rows, 1.60 KiB in 0.001283 sec., 15588.464536243178 rows/sec., 1.22 MiB/sec. | ||
| 1099 | 2024.06.25 22:11:16.237065 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Debug> DynamicQueryHandler: Done processing query | ||
| 1100 | 2024.06.25 22:11:16.237088 [ 3 ] {e2e0409b-67ec-4fb4-912e-275075c0a269} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1101 | 2024.06.25 22:11:16.237104 [ 3 ] {} <Debug> HTTP-Session: cf0bf29e-5f48-4f2d-ac63-e4aeba232177 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1102 | 2024.06.25 22:11:16.237405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1103 | 2024.06.25 22:11:16.237451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1104 | 2024.06.25 22:11:16.237471 [ 3 ] {} <Debug> HTTP-Session: 9f023b98-c7bc-41a6-b135-6219aca30637 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1105 | 2024.06.25 22:11:16.237487 [ 3 ] {} <Debug> HTTP-Session: 9f023b98-c7bc-41a6-b135-6219aca30637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1106 | 2024.06.25 22:11:16.237501 [ 3 ] {} <Debug> HTTP-Session: 9f023b98-c7bc-41a6-b135-6219aca30637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1107 | 2024.06.25 22:11:16.237531 [ 3 ] {} <Trace> HTTP-Session: 9f023b98-c7bc-41a6-b135-6219aca30637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1108 | 2024.06.25 22:11:16.237784 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1109 | 2024.06.25 22:11:16.237848 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 1110 | 2024.06.25 22:11:16.238244 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1111 | 2024.06.25 22:11:16.238878 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1112 | 2024.06.25 22:11:16.238913 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1113 | 2024.06.25 22:11:16.239626 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1114 | 2024.06.25 22:11:16.240051 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1115 | 2024.06.25 22:11:16.240236 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002625 sec., 7619.047619047618 rows/sec., 13.65 MiB/sec. | ||
| 1116 | 2024.06.25 22:11:16.240471 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1117 | 2024.06.25 22:11:16.240495 [ 3 ] {ec258d9d-d0f2-4d7b-bc0d-96c076ca135f} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1118 | 2024.06.25 22:11:16.240511 [ 3 ] {} <Debug> HTTP-Session: 9f023b98-c7bc-41a6-b135-6219aca30637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1119 | 2024.06.25 22:11:23.062539 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1120 | 2024.06.25 22:11:23.062606 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1121 | 2024.06.25 22:11:26.231306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1122 | 2024.06.25 22:11:26.231430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1123 | 2024.06.25 22:11:26.231455 [ 3 ] {} <Debug> HTTP-Session: 55c67c08-a5b2-451f-b3c8-1afd37fe2927 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1124 | 2024.06.25 22:11:26.231480 [ 3 ] {} <Debug> HTTP-Session: 55c67c08-a5b2-451f-b3c8-1afd37fe2927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1125 | 2024.06.25 22:11:26.231494 [ 3 ] {} <Debug> HTTP-Session: 55c67c08-a5b2-451f-b3c8-1afd37fe2927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1126 | 2024.06.25 22:11:26.231543 [ 3 ] {} <Trace> HTTP-Session: 55c67c08-a5b2-451f-b3c8-1afd37fe2927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1127 | 2024.06.25 22:11:26.231721 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1128 | 2024.06.25 22:11:26.231786 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1129 | 2024.06.25 22:11:26.231973 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1130 | 2024.06.25 22:11:26.232371 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1131 | 2024.06.25 22:11:26.232414 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1132 | 2024.06.25 22:11:26.232773 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1133 | 2024.06.25 22:11:26.233109 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1134 | 2024.06.25 22:11:26.233268 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001603 sec., 12476.606363069244 rows/sec., 1011.29 KiB/sec. | ||
| 1135 | 2024.06.25 22:11:26.233479 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1136 | 2024.06.25 22:11:26.233506 [ 3 ] {dd8ddc2d-448e-429f-80df-246d33ddd21c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1137 | 2024.06.25 22:11:26.233522 [ 3 ] {} <Debug> HTTP-Session: 55c67c08-a5b2-451f-b3c8-1afd37fe2927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1138 | 2024.06.25 22:11:26.233659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1139 | 2024.06.25 22:11:26.233710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1140 | 2024.06.25 22:11:26.233730 [ 3 ] {} <Debug> HTTP-Session: c0fe4087-666d-4258-873b-76cb797e7411 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1141 | 2024.06.25 22:11:26.233748 [ 3 ] {} <Debug> HTTP-Session: c0fe4087-666d-4258-873b-76cb797e7411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1142 | 2024.06.25 22:11:26.233762 [ 3 ] {} <Debug> HTTP-Session: c0fe4087-666d-4258-873b-76cb797e7411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1143 | 2024.06.25 22:11:26.233798 [ 3 ] {} <Trace> HTTP-Session: c0fe4087-666d-4258-873b-76cb797e7411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1144 | 2024.06.25 22:11:26.233928 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1145 | 2024.06.25 22:11:26.233975 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1146 | 2024.06.25 22:11:26.234105 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1147 | 2024.06.25 22:11:26.234433 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1148 | 2024.06.25 22:11:26.234470 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1149 | 2024.06.25 22:11:26.234776 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1150 | 2024.06.25 22:11:26.235077 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1151 | 2024.06.25 22:11:26.235233 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Debug> executeQuery: Read 60 rows, 5.42 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 3.92 MiB/sec. | ||
| 1152 | 2024.06.25 22:11:26.235401 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1153 | 2024.06.25 22:11:26.235426 [ 3 ] {b5ea765d-16c7-403f-a229-451a477942cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1154 | 2024.06.25 22:11:26.235442 [ 3 ] {} <Debug> HTTP-Session: c0fe4087-666d-4258-873b-76cb797e7411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1155 | 2024.06.25 22:11:26.235559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1156 | 2024.06.25 22:11:26.235607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1157 | 2024.06.25 22:11:26.235627 [ 3 ] {} <Debug> HTTP-Session: 1fc83140-d207-4aa8-9afc-b2502657819c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1158 | 2024.06.25 22:11:26.235644 [ 3 ] {} <Debug> HTTP-Session: 1fc83140-d207-4aa8-9afc-b2502657819c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1159 | 2024.06.25 22:11:26.235658 [ 3 ] {} <Debug> HTTP-Session: 1fc83140-d207-4aa8-9afc-b2502657819c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1160 | 2024.06.25 22:11:26.235689 [ 3 ] {} <Trace> HTTP-Session: 1fc83140-d207-4aa8-9afc-b2502657819c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1161 | 2024.06.25 22:11:26.235794 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1162 | 2024.06.25 22:11:26.235836 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1163 | 2024.06.25 22:11:26.235959 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1164 | 2024.06.25 22:11:26.236358 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1165 | 2024.06.25 22:11:26.236393 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1166 | 2024.06.25 22:11:26.236687 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1167 | 2024.06.25 22:11:26.236992 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1168 | 2024.06.25 22:11:26.237140 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Debug> executeQuery: Read 20 rows, 1.60 KiB in 0.00138 sec., 14492.753623188406 rows/sec., 1.13 MiB/sec. | ||
| 1169 | 2024.06.25 22:11:26.237305 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1170 | 2024.06.25 22:11:26.237329 [ 3 ] {dd3b98ee-ee7d-4ab8-a21b-543aad112cb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1171 | 2024.06.25 22:11:26.237345 [ 3 ] {} <Debug> HTTP-Session: 1fc83140-d207-4aa8-9afc-b2502657819c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1172 | 2024.06.25 22:11:26.237564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1173 | 2024.06.25 22:11:26.237612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1174 | 2024.06.25 22:11:26.237631 [ 3 ] {} <Debug> HTTP-Session: 13a5b581-abb7-4580-a339-969972ccd5a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1175 | 2024.06.25 22:11:26.237647 [ 3 ] {} <Debug> HTTP-Session: 13a5b581-abb7-4580-a339-969972ccd5a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1176 | 2024.06.25 22:11:26.237661 [ 3 ] {} <Debug> HTTP-Session: 13a5b581-abb7-4580-a339-969972ccd5a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1177 | 2024.06.25 22:11:26.237691 [ 3 ] {} <Trace> HTTP-Session: 13a5b581-abb7-4580-a339-969972ccd5a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1178 | 2024.06.25 22:11:26.238256 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1179 | 2024.06.25 22:11:26.238322 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 1180 | 2024.06.25 22:11:26.238720 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1181 | 2024.06.25 22:11:26.239369 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1182 | 2024.06.25 22:11:26.239403 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1183 | 2024.06.25 22:11:26.240015 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1184 | 2024.06.25 22:11:26.240425 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1185 | 2024.06.25 22:11:26.240557 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002792 sec., 7163.3237822349565 rows/sec., 12.84 MiB/sec. | ||
| 1186 | 2024.06.25 22:11:26.240774 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1187 | 2024.06.25 22:11:26.240798 [ 3 ] {b903e423-6015-4b17-bc13-5a8e05411acc} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1188 | 2024.06.25 22:11:26.240814 [ 3 ] {} <Debug> HTTP-Session: 13a5b581-abb7-4580-a339-969972ccd5a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1189 | 2024.06.25 22:11:36.231069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1190 | 2024.06.25 22:11:36.231206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1191 | 2024.06.25 22:11:36.231237 [ 3 ] {} <Debug> HTTP-Session: 512192cb-5bf8-4b26-8b69-0463867d19f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1192 | 2024.06.25 22:11:36.231266 [ 3 ] {} <Debug> HTTP-Session: 512192cb-5bf8-4b26-8b69-0463867d19f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1193 | 2024.06.25 22:11:36.231284 [ 3 ] {} <Debug> HTTP-Session: 512192cb-5bf8-4b26-8b69-0463867d19f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1194 | 2024.06.25 22:11:36.231340 [ 3 ] {} <Trace> HTTP-Session: 512192cb-5bf8-4b26-8b69-0463867d19f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1195 | 2024.06.25 22:11:36.231543 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1196 | 2024.06.25 22:11:36.231617 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1197 | 2024.06.25 22:11:36.231829 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1198 | 2024.06.25 22:11:36.232289 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1199 | 2024.06.25 22:11:36.232332 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1200 | 2024.06.25 22:11:36.232700 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1201 | 2024.06.25 22:11:36.233070 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1202 | 2024.06.25 22:11:36.233241 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001759 sec., 11370.09664582149 rows/sec., 921.60 KiB/sec. | ||
| 1203 | 2024.06.25 22:11:36.233490 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1204 | 2024.06.25 22:11:36.233519 [ 3 ] {fd15380f-0e50-4950-b8dc-e3d199d54ea1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1205 | 2024.06.25 22:11:36.233539 [ 3 ] {} <Debug> HTTP-Session: 512192cb-5bf8-4b26-8b69-0463867d19f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1206 | 2024.06.25 22:11:36.233671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1207 | 2024.06.25 22:11:36.233719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1208 | 2024.06.25 22:11:36.233739 [ 3 ] {} <Debug> HTTP-Session: a22f1869-c351-4c33-8d4e-f63eac922222 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1209 | 2024.06.25 22:11:36.233755 [ 3 ] {} <Debug> HTTP-Session: a22f1869-c351-4c33-8d4e-f63eac922222 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1210 | 2024.06.25 22:11:36.233770 [ 3 ] {} <Debug> HTTP-Session: a22f1869-c351-4c33-8d4e-f63eac922222 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1211 | 2024.06.25 22:11:36.233800 [ 3 ] {} <Trace> HTTP-Session: a22f1869-c351-4c33-8d4e-f63eac922222 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1212 | 2024.06.25 22:11:36.233917 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1213 | 2024.06.25 22:11:36.233961 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1214 | 2024.06.25 22:11:36.234086 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1215 | 2024.06.25 22:11:36.234437 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1216 | 2024.06.25 22:11:36.234472 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1217 | 2024.06.25 22:11:36.234764 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1218 | 2024.06.25 22:11:36.235051 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1219 | 2024.06.25 22:11:36.235201 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Debug> executeQuery: Read 60 rows, 5.42 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 3.85 MiB/sec. | ||
| 1220 | 2024.06.25 22:11:36.235460 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1221 | 2024.06.25 22:11:36.235484 [ 3 ] {02ac4eeb-ad80-43e5-9e32-b8cf24b021e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1222 | 2024.06.25 22:11:36.235500 [ 3 ] {} <Debug> HTTP-Session: a22f1869-c351-4c33-8d4e-f63eac922222 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1223 | 2024.06.25 22:11:36.235663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1224 | 2024.06.25 22:11:36.235710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1225 | 2024.06.25 22:11:36.235730 [ 3 ] {} <Debug> HTTP-Session: 7b7a3bf6-37af-4070-9a4f-a48c8122f24a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1226 | 2024.06.25 22:11:36.235745 [ 3 ] {} <Debug> HTTP-Session: 7b7a3bf6-37af-4070-9a4f-a48c8122f24a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1227 | 2024.06.25 22:11:36.235758 [ 3 ] {} <Debug> HTTP-Session: 7b7a3bf6-37af-4070-9a4f-a48c8122f24a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1228 | 2024.06.25 22:11:36.235789 [ 3 ] {} <Trace> HTTP-Session: 7b7a3bf6-37af-4070-9a4f-a48c8122f24a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2024.06.25 22:11:36.235887 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1230 | 2024.06.25 22:11:36.235929 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1231 | 2024.06.25 22:11:36.236052 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1232 | 2024.06.25 22:11:36.236344 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1233 | 2024.06.25 22:11:36.236379 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1234 | 2024.06.25 22:11:36.236675 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1235 | 2024.06.25 22:11:36.236992 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1236 | 2024.06.25 22:11:36.237143 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Debug> executeQuery: Read 20 rows, 1.60 KiB in 0.001269 sec., 15760.441292356187 rows/sec., 1.23 MiB/sec. | ||
| 1237 | 2024.06.25 22:11:36.237315 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Debug> DynamicQueryHandler: Done processing query | ||
| 1238 | 2024.06.25 22:11:36.237339 [ 3 ] {2ccf5af7-2d5c-4571-8cdd-8c2916abab49} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1239 | 2024.06.25 22:11:36.237355 [ 3 ] {} <Debug> HTTP-Session: 7b7a3bf6-37af-4070-9a4f-a48c8122f24a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1240 | 2024.06.25 22:11:36.237530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1241 | 2024.06.25 22:11:36.237578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1242 | 2024.06.25 22:11:36.237597 [ 3 ] {} <Debug> HTTP-Session: 852b4712-c4b6-41ba-8252-311645d024e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1243 | 2024.06.25 22:11:36.237612 [ 3 ] {} <Debug> HTTP-Session: 852b4712-c4b6-41ba-8252-311645d024e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1244 | 2024.06.25 22:11:36.237625 [ 3 ] {} <Debug> HTTP-Session: 852b4712-c4b6-41ba-8252-311645d024e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1245 | 2024.06.25 22:11:36.237656 [ 3 ] {} <Trace> HTTP-Session: 852b4712-c4b6-41ba-8252-311645d024e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2024.06.25 22:11:36.238069 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1247 | 2024.06.25 22:11:36.238134 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 1248 | 2024.06.25 22:11:36.238531 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1249 | 2024.06.25 22:11:36.239301 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2024.06.25 22:11:36.239338 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB. | ||
| 1251 | 2024.06.25 22:11:36.239986 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1252 | 2024.06.25 22:11:36.240438 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2024.06.25 22:11:36.240626 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002897 sec., 6903.693476009666 rows/sec., 12.37 MiB/sec. | ||
| 1254 | 2024.06.25 22:11:36.240847 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1255 | 2024.06.25 22:11:36.240870 [ 3 ] {e17bd907-86fd-4263-81c8-12b3376f49b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1256 | 2024.06.25 22:11:36.240886 [ 3 ] {} <Debug> HTTP-Session: 852b4712-c4b6-41ba-8252-311645d024e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1257 | 2024.06.25 22:11:38.062662 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1258 | 2024.06.25 22:11:38.062716 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1259 | 2024.06.25 22:11:46.231632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1260 | 2024.06.25 22:11:46.231754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1261 | 2024.06.25 22:11:46.231780 [ 3 ] {} <Debug> HTTP-Session: b104f37d-534d-4deb-ae25-fe50e3048376 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1262 | 2024.06.25 22:11:46.231803 [ 3 ] {} <Debug> HTTP-Session: b104f37d-534d-4deb-ae25-fe50e3048376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1263 | 2024.06.25 22:11:46.231818 [ 3 ] {} <Debug> HTTP-Session: b104f37d-534d-4deb-ae25-fe50e3048376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1264 | 2024.06.25 22:11:46.231868 [ 3 ] {} <Trace> HTTP-Session: b104f37d-534d-4deb-ae25-fe50e3048376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2024.06.25 22:11:46.232082 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 1266 | 2024.06.25 22:11:46.234664 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1267 | 2024.06.25 22:11:46.235538 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1268 | 2024.06.25 22:11:46.235800 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1269 | 2024.06.25 22:11:46.240692 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1270 | 2024.06.25 22:11:46.246053 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 1271 | 2024.06.25 22:11:46.251110 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1272 | 2024.06.25 22:11:46.252094 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (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 | ||
| 1273 | 2024.06.25 22:11:46.252139 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1274 | 2024.06.25 22:11:46.254423 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
| 1275 | 2024.06.25 22:11:46.254481 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1276 | 2024.06.25 22:11:46.275962 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.043961 sec., 90.98974090671277 rows/sec., 4.20 KiB/sec. | ||
| 1277 | 2024.06.25 22:11:46.276299 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Debug> DynamicQueryHandler: Done processing query | ||
| 1278 | 2024.06.25 22:11:46.276326 [ 3 ] {7d97b760-4808-4057-8f48-9234289ef7de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1279 | 2024.06.25 22:11:46.276344 [ 3 ] {} <Debug> HTTP-Session: b104f37d-534d-4deb-ae25-fe50e3048376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1280 | 2024.06.25 22:11:46.276520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1281 | 2024.06.25 22:11:46.276575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1282 | 2024.06.25 22:11:46.276597 [ 3 ] {} <Debug> HTTP-Session: 0962630f-be91-4553-9268-3a9b2ee737e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1283 | 2024.06.25 22:11:46.276616 [ 3 ] {} <Debug> HTTP-Session: 0962630f-be91-4553-9268-3a9b2ee737e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1284 | 2024.06.25 22:11:46.276630 [ 3 ] {} <Debug> HTTP-Session: 0962630f-be91-4553-9268-3a9b2ee737e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1285 | 2024.06.25 22:11:46.276667 [ 3 ] {} <Trace> HTTP-Session: 0962630f-be91-4553-9268-3a9b2ee737e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1286 | 2024.06.25 22:11:46.276788 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1287 | 2024.06.25 22:11:46.276839 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1288 | 2024.06.25 22:11:46.277009 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1289 | 2024.06.25 22:11:46.277341 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1290 | 2024.06.25 22:11:46.277381 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1291 | 2024.06.25 22:11:46.277858 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1292 | 2024.06.25 22:11:46.278186 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1293 | 2024.06.25 22:11:46.278350 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001595 sec., 626.9592476489028 rows/sec., 142.05 KiB/sec. | ||
| 1294 | 2024.06.25 22:11:46.278673 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1295 | 2024.06.25 22:11:46.278700 [ 3 ] {72e1b0be-2d2f-481d-a833-0383ce919df6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1296 | 2024.06.25 22:11:46.278716 [ 3 ] {} <Debug> HTTP-Session: 0962630f-be91-4553-9268-3a9b2ee737e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1297 | 2024.06.25 22:11:46.278856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1298 | 2024.06.25 22:11:46.278906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1299 | 2024.06.25 22:11:46.278925 [ 3 ] {} <Debug> HTTP-Session: 15793425-5b2c-4197-bd79-aff0fa25415a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1300 | 2024.06.25 22:11:46.278942 [ 3 ] {} <Debug> HTTP-Session: 15793425-5b2c-4197-bd79-aff0fa25415a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1301 | 2024.06.25 22:11:46.278955 [ 3 ] {} <Debug> HTTP-Session: 15793425-5b2c-4197-bd79-aff0fa25415a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1302 | 2024.06.25 22:11:46.278988 [ 3 ] {} <Trace> HTTP-Session: 15793425-5b2c-4197-bd79-aff0fa25415a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1303 | 2024.06.25 22:11:46.279099 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1304 | 2024.06.25 22:11:46.279145 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1305 | 2024.06.25 22:11:46.279290 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1306 | 2024.06.25 22:11:46.279762 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1307 | 2024.06.25 22:11:46.279801 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1308 | 2024.06.25 22:11:46.280112 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1309 | 2024.06.25 22:11:46.280445 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1310 | 2024.06.25 22:11:46.280600 [ 69 ] {} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1311 | 2024.06.25 22:11:46.280609 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001531 sec., 13063.357282821686 rows/sec., 1.03 MiB/sec. | ||
| 1312 | 2024.06.25 22:11:46.280705 [ 69 ] {} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2024.06.25 22:11:46.280771 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1314 | 2024.06.25 22:11:46.280928 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Debug> DynamicQueryHandler: Done processing query | ||
| 1315 | 2024.06.25 22:11:46.281000 [ 3 ] {ced9a8f7-1a05-4d07-90ea-e80310efdc15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1316 | 2024.06.25 22:11:46.281077 [ 3 ] {} <Debug> HTTP-Session: 15793425-5b2c-4197-bd79-aff0fa25415a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1317 | 2024.06.25 22:11:46.281260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1318 | 2024.06.25 22:11:46.281312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1319 | 2024.06.25 22:11:46.281331 [ 3 ] {} <Debug> HTTP-Session: 0e5078d3-b5a6-4aa2-880f-12ff8d5ef52c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1320 | 2024.06.25 22:11:46.281348 [ 3 ] {} <Debug> HTTP-Session: 0e5078d3-b5a6-4aa2-880f-12ff8d5ef52c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1321 | 2024.06.25 22:11:46.281361 [ 3 ] {} <Debug> HTTP-Session: 0e5078d3-b5a6-4aa2-880f-12ff8d5ef52c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1322 | 2024.06.25 22:11:46.281393 [ 3 ] {} <Trace> HTTP-Session: 0e5078d3-b5a6-4aa2-880f-12ff8d5ef52c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1323 | 2024.06.25 22:11:46.281494 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 1324 | 2024.06.25 22:11:46.281539 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1325 | 2024.06.25 22:11:46.281708 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1326 | 2024.06.25 22:11:46.281979 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1327 | 2024.06.25 22:11:46.282016 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1328 | 2024.06.25 22:11:46.282378 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1329 | 2024.06.25 22:11:46.282692 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1330 | 2024.06.25 22:11:46.282848 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001371 sec., 1458.7892049598834 rows/sec., 118.95 KiB/sec. | ||
| 1331 | 2024.06.25 22:11:46.283194 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1332 | 2024.06.25 22:11:46.283221 [ 3 ] {6bd75506-c819-4a8e-bf70-f0c36cd1573e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1333 | 2024.06.25 22:11:46.283237 [ 3 ] {} <Debug> HTTP-Session: 0e5078d3-b5a6-4aa2-880f-12ff8d5ef52c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1334 | 2024.06.25 22:11:46.283381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9238, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1335 | 2024.06.25 22:11:46.283430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1336 | 2024.06.25 22:11:46.283450 [ 3 ] {} <Debug> HTTP-Session: d2cfcfe2-28fb-4ce4-a138-7ccde50c802b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1337 | 2024.06.25 22:11:46.283468 [ 3 ] {} <Debug> HTTP-Session: d2cfcfe2-28fb-4ce4-a138-7ccde50c802b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1338 | 2024.06.25 22:11:46.283481 [ 3 ] {} <Debug> HTTP-Session: d2cfcfe2-28fb-4ce4-a138-7ccde50c802b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1339 | 2024.06.25 22:11:46.283512 [ 3 ] {} <Trace> HTTP-Session: d2cfcfe2-28fb-4ce4-a138-7ccde50c802b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1340 | 2024.06.25 22:11:46.283627 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1341 | 2024.06.25 22:11:46.283670 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1342 | 2024.06.25 22:11:46.283817 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1343 | 2024.06.25 22:11:46.284143 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1344 | 2024.06.25 22:11:46.284180 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1345 | 2024.06.25 22:11:46.284489 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1346 | 2024.06.25 22:11:46.284800 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1347 | 2024.06.25 22:11:46.284946 [ 69 ] {} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1348 | 2024.06.25 22:11:46.284958 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Debug> executeQuery: Read 61 rows, 5.49 KiB in 0.001366 sec., 44655.92972181552 rows/sec., 3.93 MiB/sec. | ||
| 1349 | 2024.06.25 22:11:46.284997 [ 69 ] {} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2024.06.25 22:11:46.285060 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1351 | 2024.06.25 22:11:46.285254 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1352 | 2024.06.25 22:11:46.285318 [ 3 ] {fecaf8ec-b268-4d33-ad60-b6d101d6a15a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1353 | 2024.06.25 22:11:46.285354 [ 3 ] {} <Debug> HTTP-Session: d2cfcfe2-28fb-4ce4-a138-7ccde50c802b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1354 | 2024.06.25 22:11:46.285477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1355 | 2024.06.25 22:11:46.285525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1356 | 2024.06.25 22:11:46.285544 [ 3 ] {} <Debug> HTTP-Session: 0de10694-f5cf-489f-92bc-87d31e4df757 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1357 | 2024.06.25 22:11:46.285560 [ 3 ] {} <Debug> HTTP-Session: 0de10694-f5cf-489f-92bc-87d31e4df757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1358 | 2024.06.25 22:11:46.285573 [ 3 ] {} <Debug> HTTP-Session: 0de10694-f5cf-489f-92bc-87d31e4df757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1359 | 2024.06.25 22:11:46.285604 [ 3 ] {} <Trace> HTTP-Session: 0de10694-f5cf-489f-92bc-87d31e4df757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1360 | 2024.06.25 22:11:46.285699 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1361 | 2024.06.25 22:11:46.285743 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1362 | 2024.06.25 22:11:46.285893 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1363 | 2024.06.25 22:11:46.286386 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 1364 | 2024.06.25 22:11:46.286391 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 1365 | 2024.06.25 22:11:46.286647 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1366 | 2024.06.25 22:11:46.286700 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1367 | 2024.06.25 22:11:46.287806 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 19 rows starting from the beginning of the part | ||
| 1368 | 2024.06.25 22:11:46.287817 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 57 rows starting from the beginning of the part | ||
| 1369 | 2024.06.25 22:11:46.288079 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part | ||
| 1370 | 2024.06.25 22:11:46.288404 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 57 rows starting from the beginning of the part | ||
| 1371 | 2024.06.25 22:11:46.288767 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 1372 | 2024.06.25 22:11:46.289255 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1373 | 2024.06.25 22:11:46.289472 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 1374 | 2024.06.25 22:11:46.289589 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2024.06.25 22:11:46.289732 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1376 | 2024.06.25 22:11:46.290001 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 1377 | 2024.06.25 22:11:46.290372 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 1378 | 2024.06.25 22:11:46.290616 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 1379 | 2024.06.25 22:11:46.291342 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 1380 | 2024.06.25 22:11:46.291515 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1381 | 2024.06.25 22:11:46.291705 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 61 rows starting from the beginning of the part | ||
| 1382 | 2024.06.25 22:11:46.293159 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1383 | 2024.06.25 22:11:46.293753 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.008052 sec., 248.38549428713364 rows/sec., 17.34 KiB/sec. | ||
| 1384 | 2024.06.25 22:11:46.294401 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Debug> DynamicQueryHandler: Done processing query | ||
| 1385 | 2024.06.25 22:11:46.294479 [ 3 ] {8dfdab4b-9af0-4680-9f3d-aced19794c40} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1386 | 2024.06.25 22:11:46.294530 [ 3 ] {} <Debug> HTTP-Session: 0de10694-f5cf-489f-92bc-87d31e4df757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1387 | 2024.06.25 22:11:46.294791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1388 | 2024.06.25 22:11:46.294991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1389 | 2024.06.25 22:11:46.295103 [ 3 ] {} <Debug> HTTP-Session: 2ec29f54-9540-4225-80b6-d812da00869b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1390 | 2024.06.25 22:11:46.295185 [ 3 ] {} <Debug> HTTP-Session: 2ec29f54-9540-4225-80b6-d812da00869b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1391 | 2024.06.25 22:11:46.295255 [ 3 ] {} <Debug> HTTP-Session: 2ec29f54-9540-4225-80b6-d812da00869b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1392 | 2024.06.25 22:11:46.295350 [ 199 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 4 columns (4 merged, 0 gathered) in 0.014468126 sec., 8155.859300644742 rows/sec., 661.07 KiB/sec. | ||
| 1393 | 2024.06.25 22:11:46.295372 [ 3 ] {} <Trace> HTTP-Session: 2ec29f54-9540-4225-80b6-d812da00869b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1394 | 2024.06.25 22:11:46.295670 [ 199 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1395 | 2024.06.25 22:11:46.295735 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1396 | 2024.06.25 22:11:46.295896 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1397 | 2024.06.25 22:11:46.297179 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1398 | 2024.06.25 22:11:46.297673 [ 199 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1399 | 2024.06.25 22:11:46.298054 [ 199 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_6_1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1400 | 2024.06.25 22:11:46.298235 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 355 rows, containing 4 columns (4 merged, 0 gathered) in 0.012974084 sec., 27362.239985497243 rows/sec., 2.41 MiB/sec. | ||
| 1401 | 2024.06.25 22:11:46.298326 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1402 | 2024.06.25 22:11:46.298390 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2024.06.25 22:11:46.298431 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1404 | 2024.06.25 22:11:46.298499 [ 191 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1405 | 2024.06.25 22:11:46.298883 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1406 | 2024.06.25 22:11:46.298988 [ 191 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1407 | 2024.06.25 22:11:46.299121 [ 191 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_6_1} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1408 | 2024.06.25 22:11:46.299221 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1409 | 2024.06.25 22:11:46.299328 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1410 | 2024.06.25 22:11:46.299480 [ 69 ] {} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1411 | 2024.06.25 22:11:46.299497 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.003917 sec., 5616.543272912943 rows/sec., 450.51 KiB/sec. | ||
| 1412 | 2024.06.25 22:11:46.299541 [ 69 ] {} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1413 | 2024.06.25 22:11:46.299607 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1414 | 2024.06.25 22:11:46.299765 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 1415 | 2024.06.25 22:11:46.299815 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1416 | 2024.06.25 22:11:46.299848 [ 3 ] {df5c88ee-e017-49c7-b822-1a4191c7275c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1417 | 2024.06.25 22:11:46.299875 [ 3 ] {} <Debug> HTTP-Session: 2ec29f54-9540-4225-80b6-d812da00869b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1418 | 2024.06.25 22:11:46.299930 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1419 | 2024.06.25 22:11:46.299957 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 1420 | 2024.06.25 22:11:46.300007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1421 | 2024.06.25 22:11:46.300058 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part | ||
| 1422 | 2024.06.25 22:11:46.300075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1423 | 2024.06.25 22:11:46.300121 [ 3 ] {} <Debug> HTTP-Session: b6eacb90-fa0d-44c2-a412-b5f68d58387f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1424 | 2024.06.25 22:11:46.300210 [ 3 ] {} <Debug> HTTP-Session: b6eacb90-fa0d-44c2-a412-b5f68d58387f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1425 | 2024.06.25 22:11:46.300270 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 1426 | 2024.06.25 22:11:46.300272 [ 3 ] {} <Debug> HTTP-Session: b6eacb90-fa0d-44c2-a412-b5f68d58387f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1427 | 2024.06.25 22:11:46.300425 [ 3 ] {} <Trace> HTTP-Session: b6eacb90-fa0d-44c2-a412-b5f68d58387f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1428 | 2024.06.25 22:11:46.300576 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 1429 | 2024.06.25 22:11:46.300790 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1430 | 2024.06.25 22:11:46.300810 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 1431 | 2024.06.25 22:11:46.300970 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1432 | 2024.06.25 22:11:46.301051 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 1433 | 2024.06.25 22:11:46.301691 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1434 | 2024.06.25 22:11:46.302181 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1435 | 2024.06.25 22:11:46.302225 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1436 | 2024.06.25 22:11:46.302803 [ 191 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 4 columns (4 merged, 0 gathered) in 0.003099174 sec., 41623.994006144865 rows/sec., 3.26 MiB/sec. | ||
| 1437 | 2024.06.25 22:11:46.302825 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1438 | 2024.06.25 22:11:46.302930 [ 191 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1439 | 2024.06.25 22:11:46.303371 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1440 | 2024.06.25 22:11:46.303471 [ 191 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_6_1} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1441 | 2024.06.25 22:11:46.303627 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.002987 sec., 334.7840642785403 rows/sec., 23.54 KiB/sec. | ||
| 1442 | 2024.06.25 22:11:46.303728 [ 191 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_6_1} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1443 | 2024.06.25 22:11:46.304002 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 1444 | 2024.06.25 22:11:46.304116 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Debug> DynamicQueryHandler: Done processing query | ||
| 1445 | 2024.06.25 22:11:46.304140 [ 3 ] {962dedc7-cc07-4ae9-a518-24212c73b024} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1446 | 2024.06.25 22:11:46.304157 [ 3 ] {} <Debug> HTTP-Session: b6eacb90-fa0d-44c2-a412-b5f68d58387f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1447 | 2024.06.25 22:11:46.304347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1448 | 2024.06.25 22:11:46.304396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1449 | 2024.06.25 22:11:46.304415 [ 3 ] {} <Debug> HTTP-Session: 30e0ff65-0fae-4b45-ab65-05641dcbbb52 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1450 | 2024.06.25 22:11:46.304431 [ 3 ] {} <Debug> HTTP-Session: 30e0ff65-0fae-4b45-ab65-05641dcbbb52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1451 | 2024.06.25 22:11:46.304444 [ 3 ] {} <Debug> HTTP-Session: 30e0ff65-0fae-4b45-ab65-05641dcbbb52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1452 | 2024.06.25 22:11:46.304555 [ 3 ] {} <Trace> HTTP-Session: 30e0ff65-0fae-4b45-ab65-05641dcbbb52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1453 | 2024.06.25 22:11:46.304842 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1454 | 2024.06.25 22:11:46.304911 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 1455 | 2024.06.25 22:11:46.305318 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1456 | 2024.06.25 22:11:46.305968 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1457 | 2024.06.25 22:11:46.306005 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1458 | 2024.06.25 22:11:46.306634 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1459 | 2024.06.25 22:11:46.307065 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1460 | 2024.06.25 22:11:46.307313 [ 69 ] {} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1461 | 2024.06.25 22:11:46.307342 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002707 sec., 7388.252678241595 rows/sec., 13.24 MiB/sec. | ||
| 1462 | 2024.06.25 22:11:46.307385 [ 69 ] {} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1463 | 2024.06.25 22:11:46.307465 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1464 | 2024.06.25 22:11:46.308004 [ 196 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 1465 | 2024.06.25 22:11:46.308040 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Debug> DynamicQueryHandler: Done processing query | ||
| 1466 | 2024.06.25 22:11:46.308096 [ 3 ] {1179d413-6de3-4da0-9c73-0b38bee62e94} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 1467 | 2024.06.25 22:11:46.308143 [ 3 ] {} <Debug> HTTP-Session: 30e0ff65-0fae-4b45-ab65-05641dcbbb52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1468 | 2024.06.25 22:11:46.308393 [ 196 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1469 | 2024.06.25 22:11:46.308460 [ 196 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 19 rows starting from the beginning of the part | ||
| 1470 | 2024.06.25 22:11:46.308797 [ 196 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part | ||
| 1471 | 2024.06.25 22:11:46.309096 [ 196 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 1472 | 2024.06.25 22:11:46.309410 [ 196 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 1473 | 2024.06.25 22:11:46.309698 [ 196 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 1474 | 2024.06.25 22:11:46.309971 [ 196 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 1475 | 2024.06.25 22:11:46.315216 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 19 columns (19 merged, 0 gathered) in 0.007598008 sec., 15530.386385484195 rows/sec., 27.83 MiB/sec. | ||
| 1476 | 2024.06.25 22:11:46.315681 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1477 | 2024.06.25 22:11:46.316442 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1478 | 2024.06.25 22:11:46.316534 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1479 | 2024.06.25 22:11:46.316689 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 1480 | 2024.06.25 22:11:51.229933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1481 | 2024.06.25 22:11:51.230053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1482 | 2024.06.25 22:11:51.230079 [ 3 ] {} <Debug> HTTP-Session: 7da69198-eedf-4d38-825a-e6eff7a10981 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1483 | 2024.06.25 22:11:51.230103 [ 3 ] {} <Debug> HTTP-Session: 7da69198-eedf-4d38-825a-e6eff7a10981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1484 | 2024.06.25 22:11:51.230118 [ 3 ] {} <Debug> HTTP-Session: 7da69198-eedf-4d38-825a-e6eff7a10981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1485 | 2024.06.25 22:11:51.230168 [ 3 ] {} <Trace> HTTP-Session: 7da69198-eedf-4d38-825a-e6eff7a10981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2024.06.25 22:11:51.230375 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1487 | 2024.06.25 22:11:51.230729 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1488 | 2024.06.25 22:11:51.230766 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1489 | 2024.06.25 22:11:51.231004 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1490 | 2024.06.25 22:11:51.231082 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1491 | 2024.06.25 22:11:51.231256 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 1492 | 2024.06.25 22:11:51.231405 [ 251 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1493 | 2024.06.25 22:11:51.231429 [ 255 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1494 | 2024.06.25 22:11:51.231552 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1495 | 2024.06.25 22:11:51.231580 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1496 | 2024.06.25 22:11:51.231629 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1497 | 2024.06.25 22:11:51.231654 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1498 | 2024.06.25 22:11:51.232653 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.002362 sec., 1693.480101608806 rows/sec., 78.14 KiB/sec. | ||
| 1499 | 2024.06.25 22:11:51.232939 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Debug> DynamicQueryHandler: Done processing query | ||
| 1500 | 2024.06.25 22:11:51.232967 [ 3 ] {ffd9c449-3373-44ae-9528-15f4b1a0bdea} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1501 | 2024.06.25 22:11:51.232984 [ 3 ] {} <Debug> HTTP-Session: 7da69198-eedf-4d38-825a-e6eff7a10981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1502 | 2024.06.25 22:11:51.233201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1503 | 2024.06.25 22:11:51.233251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1504 | 2024.06.25 22:11:51.233271 [ 3 ] {} <Debug> HTTP-Session: 106e7cce-0fec-48e8-9889-bf485f156a83 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1505 | 2024.06.25 22:11:51.233288 [ 3 ] {} <Debug> HTTP-Session: 106e7cce-0fec-48e8-9889-bf485f156a83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1506 | 2024.06.25 22:11:51.233303 [ 3 ] {} <Debug> HTTP-Session: 106e7cce-0fec-48e8-9889-bf485f156a83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1507 | 2024.06.25 22:11:51.233335 [ 3 ] {} <Trace> HTTP-Session: 106e7cce-0fec-48e8-9889-bf485f156a83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1508 | 2024.06.25 22:11:51.233459 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1509 | 2024.06.25 22:11:51.233691 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1510 | 2024.06.25 22:11:51.233725 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1511 | 2024.06.25 22:11:51.233925 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1512 | 2024.06.25 22:11:51.233989 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1513 | 2024.06.25 22:11:51.234125 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1514 | 2024.06.25 22:11:51.234204 [ 256 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1515 | 2024.06.25 22:11:51.234210 [ 251 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1516 | 2024.06.25 22:11:51.234308 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1517 | 2024.06.25 22:11:51.234334 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1518 | 2024.06.25 22:11:51.234378 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1519 | 2024.06.25 22:11:51.234400 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1520 | 2024.06.25 22:11:51.235359 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001908 sec., 2096.4360587002097 rows/sec., 96.73 KiB/sec. | ||
| 1521 | 2024.06.25 22:11:51.235596 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Debug> DynamicQueryHandler: Done processing query | ||
| 1522 | 2024.06.25 22:11:51.235621 [ 3 ] {395b9db7-c761-47c9-9fb7-4f345358b169} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1523 | 2024.06.25 22:11:51.235638 [ 3 ] {} <Debug> HTTP-Session: 106e7cce-0fec-48e8-9889-bf485f156a83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1524 | 2024.06.25 22:11:51.235845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1525 | 2024.06.25 22:11:51.235892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1526 | 2024.06.25 22:11:51.235912 [ 3 ] {} <Debug> HTTP-Session: 236e4949-68ee-4b1b-8aea-163d6f593438 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1527 | 2024.06.25 22:11:51.235928 [ 3 ] {} <Debug> HTTP-Session: 236e4949-68ee-4b1b-8aea-163d6f593438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1528 | 2024.06.25 22:11:51.235941 [ 3 ] {} <Debug> HTTP-Session: 236e4949-68ee-4b1b-8aea-163d6f593438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1529 | 2024.06.25 22:11:51.235972 [ 3 ] {} <Trace> HTTP-Session: 236e4949-68ee-4b1b-8aea-163d6f593438 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1530 | 2024.06.25 22:11:51.236096 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1531 | 2024.06.25 22:11:51.236330 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1532 | 2024.06.25 22:11:51.236364 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1533 | 2024.06.25 22:11:51.236569 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1534 | 2024.06.25 22:11:51.236632 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1535 | 2024.06.25 22:11:51.236766 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1536 | 2024.06.25 22:11:51.236863 [ 256 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1537 | 2024.06.25 22:11:51.236872 [ 257 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1538 | 2024.06.25 22:11:51.236977 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1539 | 2024.06.25 22:11:51.237004 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1540 | 2024.06.25 22:11:51.237048 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1541 | 2024.06.25 22:11:51.237071 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1542 | 2024.06.25 22:11:51.237947 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001901 sec., 2104.155707522357 rows/sec., 97.09 KiB/sec. | ||
| 1543 | 2024.06.25 22:11:51.238193 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1544 | 2024.06.25 22:11:51.238217 [ 3 ] {1e1a771f-5eb7-455d-acbd-e1e66601052d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1545 | 2024.06.25 22:11:51.238233 [ 3 ] {} <Debug> HTTP-Session: 236e4949-68ee-4b1b-8aea-163d6f593438 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1546 | 2024.06.25 22:11:51.238551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1547 | 2024.06.25 22:11:51.238600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1548 | 2024.06.25 22:11:51.238618 [ 3 ] {} <Debug> HTTP-Session: 3f1d2e4d-c4c2-4a8a-9df0-1fc9f0e43b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1549 | 2024.06.25 22:11:51.238634 [ 3 ] {} <Debug> HTTP-Session: 3f1d2e4d-c4c2-4a8a-9df0-1fc9f0e43b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1550 | 2024.06.25 22:11:51.238648 [ 3 ] {} <Debug> HTTP-Session: 3f1d2e4d-c4c2-4a8a-9df0-1fc9f0e43b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1551 | 2024.06.25 22:11:51.238678 [ 3 ] {} <Trace> HTTP-Session: 3f1d2e4d-c4c2-4a8a-9df0-1fc9f0e43b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1552 | 2024.06.25 22:11:51.238801 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1553 | 2024.06.25 22:11:51.239033 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1554 | 2024.06.25 22:11:51.239066 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1555 | 2024.06.25 22:11:51.239275 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1556 | 2024.06.25 22:11:51.239337 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1557 | 2024.06.25 22:11:51.239474 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1558 | 2024.06.25 22:11:51.239588 [ 255 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1559 | 2024.06.25 22:11:51.239588 [ 251 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1560 | 2024.06.25 22:11:51.239703 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1561 | 2024.06.25 22:11:51.239731 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1562 | 2024.06.25 22:11:51.239775 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1563 | 2024.06.25 22:11:51.239797 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1564 | 2024.06.25 22:11:51.240644 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001899 sec., 2106.37177461822 rows/sec., 97.19 KiB/sec. | ||
| 1565 | 2024.06.25 22:11:51.240871 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 1566 | 2024.06.25 22:11:51.240894 [ 3 ] {cabd3e3b-22d8-47b7-91d6-c52f2dd5a4ed} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1567 | 2024.06.25 22:11:51.240909 [ 3 ] {} <Debug> HTTP-Session: 3f1d2e4d-c4c2-4a8a-9df0-1fc9f0e43b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1568 | 2024.06.25 22:11:51.241105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1569 | 2024.06.25 22:11:51.241149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1570 | 2024.06.25 22:11:51.241168 [ 3 ] {} <Debug> HTTP-Session: 18f7e60d-8ad0-4d90-a41e-cda094afaff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1571 | 2024.06.25 22:11:51.241183 [ 3 ] {} <Debug> HTTP-Session: 18f7e60d-8ad0-4d90-a41e-cda094afaff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1572 | 2024.06.25 22:11:51.241196 [ 3 ] {} <Debug> HTTP-Session: 18f7e60d-8ad0-4d90-a41e-cda094afaff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1573 | 2024.06.25 22:11:51.241225 [ 3 ] {} <Trace> HTTP-Session: 18f7e60d-8ad0-4d90-a41e-cda094afaff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1574 | 2024.06.25 22:11:51.241343 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1575 | 2024.06.25 22:11:51.241631 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1576 | 2024.06.25 22:11:51.241665 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1577 | 2024.06.25 22:11:51.241876 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1578 | 2024.06.25 22:11:51.241938 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1579 | 2024.06.25 22:11:51.242073 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1580 | 2024.06.25 22:11:51.242173 [ 255 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1581 | 2024.06.25 22:11:51.242178 [ 256 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1582 | 2024.06.25 22:11:51.242280 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1583 | 2024.06.25 22:11:51.242307 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1584 | 2024.06.25 22:11:51.242351 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1585 | 2024.06.25 22:11:51.242373 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1586 | 2024.06.25 22:11:51.243234 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001889 sec., 2117.5224986765484 rows/sec., 97.71 KiB/sec. | ||
| 1587 | 2024.06.25 22:11:51.243474 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 1588 | 2024.06.25 22:11:51.243498 [ 3 ] {75aee799-dbec-415d-a0ea-ac1dc16345fa} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1589 | 2024.06.25 22:11:51.243515 [ 3 ] {} <Debug> HTTP-Session: 18f7e60d-8ad0-4d90-a41e-cda094afaff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1590 | 2024.06.25 22:11:51.243743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1591 | 2024.06.25 22:11:51.243791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1592 | 2024.06.25 22:11:51.243809 [ 3 ] {} <Debug> HTTP-Session: c92456d8-8b50-47c9-95dc-66f8f9939041 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1593 | 2024.06.25 22:11:51.243825 [ 3 ] {} <Debug> HTTP-Session: c92456d8-8b50-47c9-95dc-66f8f9939041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1594 | 2024.06.25 22:11:51.243840 [ 3 ] {} <Debug> HTTP-Session: c92456d8-8b50-47c9-95dc-66f8f9939041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1595 | 2024.06.25 22:11:51.243871 [ 3 ] {} <Trace> HTTP-Session: c92456d8-8b50-47c9-95dc-66f8f9939041 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1596 | 2024.06.25 22:11:51.243998 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1597 | 2024.06.25 22:11:51.244233 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1598 | 2024.06.25 22:11:51.244268 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1599 | 2024.06.25 22:11:51.244481 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1600 | 2024.06.25 22:11:51.244544 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1601 | 2024.06.25 22:11:51.244679 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1602 | 2024.06.25 22:11:51.244766 [ 255 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1603 | 2024.06.25 22:11:51.244782 [ 251 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1604 | 2024.06.25 22:11:51.244877 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1605 | 2024.06.25 22:11:51.244905 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1606 | 2024.06.25 22:11:51.244950 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1607 | 2024.06.25 22:11:51.244971 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1608 | 2024.06.25 22:11:51.245836 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001892 sec., 2114.164904862579 rows/sec., 97.55 KiB/sec. | ||
| 1609 | 2024.06.25 22:11:51.246079 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1610 | 2024.06.25 22:11:51.246104 [ 3 ] {f74f0aeb-3ab2-4a5e-a232-5dce34dda18b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1611 | 2024.06.25 22:11:51.246121 [ 3 ] {} <Debug> HTTP-Session: c92456d8-8b50-47c9-95dc-66f8f9939041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1612 | 2024.06.25 22:11:51.246327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1613 | 2024.06.25 22:11:51.246376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1614 | 2024.06.25 22:11:51.246395 [ 3 ] {} <Debug> HTTP-Session: f6bd504b-38dd-4cad-b5ae-b113c6cdcbcf Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1615 | 2024.06.25 22:11:51.246412 [ 3 ] {} <Debug> HTTP-Session: f6bd504b-38dd-4cad-b5ae-b113c6cdcbcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1616 | 2024.06.25 22:11:51.246425 [ 3 ] {} <Debug> HTTP-Session: f6bd504b-38dd-4cad-b5ae-b113c6cdcbcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1617 | 2024.06.25 22:11:51.246456 [ 3 ] {} <Trace> HTTP-Session: f6bd504b-38dd-4cad-b5ae-b113c6cdcbcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1618 | 2024.06.25 22:11:51.246586 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1619 | 2024.06.25 22:11:51.246827 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1620 | 2024.06.25 22:11:51.246863 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1621 | 2024.06.25 22:11:51.247081 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1622 | 2024.06.25 22:11:51.247143 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1623 | 2024.06.25 22:11:51.247276 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1624 | 2024.06.25 22:11:51.247357 [ 255 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1625 | 2024.06.25 22:11:51.247359 [ 257 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1626 | 2024.06.25 22:11:51.247452 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1627 | 2024.06.25 22:11:51.247479 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1628 | 2024.06.25 22:11:51.247523 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1629 | 2024.06.25 22:11:51.247546 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1630 | 2024.06.25 22:11:51.248390 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001853 sec., 2158.6616297895303 rows/sec., 99.61 KiB/sec. | ||
| 1631 | 2024.06.25 22:11:51.248634 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1632 | 2024.06.25 22:11:51.248659 [ 3 ] {37ea249e-8ad6-472c-9b31-055a944c89bc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1633 | 2024.06.25 22:11:51.248675 [ 3 ] {} <Debug> HTTP-Session: f6bd504b-38dd-4cad-b5ae-b113c6cdcbcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1634 | 2024.06.25 22:11:51.248906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1635 | 2024.06.25 22:11:51.248954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1636 | 2024.06.25 22:11:51.248974 [ 3 ] {} <Debug> HTTP-Session: 132c024c-361c-42c3-88f8-418af8947dd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1637 | 2024.06.25 22:11:51.248990 [ 3 ] {} <Debug> HTTP-Session: 132c024c-361c-42c3-88f8-418af8947dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1638 | 2024.06.25 22:11:51.249004 [ 3 ] {} <Debug> HTTP-Session: 132c024c-361c-42c3-88f8-418af8947dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1639 | 2024.06.25 22:11:51.249035 [ 3 ] {} <Trace> HTTP-Session: 132c024c-361c-42c3-88f8-418af8947dd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2024.06.25 22:11:51.249163 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1641 | 2024.06.25 22:11:51.249403 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1642 | 2024.06.25 22:11:51.249439 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1643 | 2024.06.25 22:11:51.249658 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1644 | 2024.06.25 22:11:51.249721 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1645 | 2024.06.25 22:11:51.249855 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1646 | 2024.06.25 22:11:51.249946 [ 255 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1647 | 2024.06.25 22:11:51.249964 [ 251 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1648 | 2024.06.25 22:11:51.250054 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1649 | 2024.06.25 22:11:51.250081 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1650 | 2024.06.25 22:11:51.250126 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1651 | 2024.06.25 22:11:51.250148 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1652 | 2024.06.25 22:11:51.250944 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001835 sec., 2179.8365122615805 rows/sec., 100.58 KiB/sec. | ||
| 1653 | 2024.06.25 22:11:51.251177 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Debug> DynamicQueryHandler: Done processing query | ||
| 1654 | 2024.06.25 22:11:51.251202 [ 3 ] {3b59e910-4e03-4170-a0b3-ffa028966835} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1655 | 2024.06.25 22:11:51.251218 [ 3 ] {} <Debug> HTTP-Session: 132c024c-361c-42c3-88f8-418af8947dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1656 | 2024.06.25 22:11:51.251421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1657 | 2024.06.25 22:11:51.251468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1658 | 2024.06.25 22:11:51.251487 [ 3 ] {} <Debug> HTTP-Session: e5d33ee8-a91e-475b-ab91-e5ce100ee71f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1659 | 2024.06.25 22:11:51.251503 [ 3 ] {} <Debug> HTTP-Session: e5d33ee8-a91e-475b-ab91-e5ce100ee71f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1660 | 2024.06.25 22:11:51.251517 [ 3 ] {} <Debug> HTTP-Session: e5d33ee8-a91e-475b-ab91-e5ce100ee71f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1661 | 2024.06.25 22:11:51.251547 [ 3 ] {} <Trace> HTTP-Session: e5d33ee8-a91e-475b-ab91-e5ce100ee71f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1662 | 2024.06.25 22:11:51.251676 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1663 | 2024.06.25 22:11:51.251916 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1664 | 2024.06.25 22:11:51.251953 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1665 | 2024.06.25 22:11:51.252176 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1666 | 2024.06.25 22:11:51.252239 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1667 | 2024.06.25 22:11:51.252375 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1668 | 2024.06.25 22:11:51.252456 [ 255 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1669 | 2024.06.25 22:11:51.252457 [ 257 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1670 | 2024.06.25 22:11:51.252549 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1671 | 2024.06.25 22:11:51.252578 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1672 | 2024.06.25 22:11:51.252622 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1673 | 2024.06.25 22:11:51.252643 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1674 | 2024.06.25 22:11:51.253480 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001855 sec., 2156.33423180593 rows/sec., 99.50 KiB/sec. | ||
| 1675 | 2024.06.25 22:11:51.253711 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Debug> DynamicQueryHandler: Done processing query | ||
| 1676 | 2024.06.25 22:11:51.253735 [ 3 ] {57a354c9-971f-412c-8ee8-91b29452b497} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1677 | 2024.06.25 22:11:51.253751 [ 3 ] {} <Debug> HTTP-Session: e5d33ee8-a91e-475b-ab91-e5ce100ee71f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1678 | 2024.06.25 22:11:51.253971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1679 | 2024.06.25 22:11:51.254019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1680 | 2024.06.25 22:11:51.254038 [ 3 ] {} <Debug> HTTP-Session: 5a566920-c4bf-4ac1-a31a-a0bc5c3a3989 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1681 | 2024.06.25 22:11:51.254054 [ 3 ] {} <Debug> HTTP-Session: 5a566920-c4bf-4ac1-a31a-a0bc5c3a3989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1682 | 2024.06.25 22:11:51.254068 [ 3 ] {} <Debug> HTTP-Session: 5a566920-c4bf-4ac1-a31a-a0bc5c3a3989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1683 | 2024.06.25 22:11:51.254098 [ 3 ] {} <Trace> HTTP-Session: 5a566920-c4bf-4ac1-a31a-a0bc5c3a3989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1684 | 2024.06.25 22:11:51.254228 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1685 | 2024.06.25 22:11:51.254472 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1686 | 2024.06.25 22:11:51.254510 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1687 | 2024.06.25 22:11:51.254742 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1688 | 2024.06.25 22:11:51.254804 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1689 | 2024.06.25 22:11:51.254940 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1690 | 2024.06.25 22:11:51.255040 [ 251 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1691 | 2024.06.25 22:11:51.255056 [ 255 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1692 | 2024.06.25 22:11:51.255153 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1693 | 2024.06.25 22:11:51.255182 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1694 | 2024.06.25 22:11:51.255226 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1695 | 2024.06.25 22:11:51.255248 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1696 | 2024.06.25 22:11:51.256117 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001944 sec., 2057.61316872428 rows/sec., 94.94 KiB/sec. | ||
| 1697 | 2024.06.25 22:11:51.256356 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1698 | 2024.06.25 22:11:51.256380 [ 3 ] {26a28ea7-7ac5-437a-8249-020fedf17c6a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1699 | 2024.06.25 22:11:51.256396 [ 3 ] {} <Debug> HTTP-Session: 5a566920-c4bf-4ac1-a31a-a0bc5c3a3989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1700 | 2024.06.25 22:11:51.256658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 661, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1701 | 2024.06.25 22:11:51.256707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1702 | 2024.06.25 22:11:51.256727 [ 3 ] {} <Debug> HTTP-Session: 3c3fe41d-ca1d-4a3a-8fae-71bf5085c544 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1703 | 2024.06.25 22:11:51.256743 [ 3 ] {} <Debug> HTTP-Session: 3c3fe41d-ca1d-4a3a-8fae-71bf5085c544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1704 | 2024.06.25 22:11:51.256757 [ 3 ] {} <Debug> HTTP-Session: 3c3fe41d-ca1d-4a3a-8fae-71bf5085c544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1705 | 2024.06.25 22:11:51.256787 [ 3 ] {} <Trace> HTTP-Session: 3c3fe41d-ca1d-4a3a-8fae-71bf5085c544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1706 | 2024.06.25 22:11:51.256919 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1707 | 2024.06.25 22:11:51.257166 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1708 | 2024.06.25 22:11:51.257204 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1709 | 2024.06.25 22:11:51.257437 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1710 | 2024.06.25 22:11:51.257500 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1711 | 2024.06.25 22:11:51.257635 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1712 | 2024.06.25 22:11:51.257724 [ 255 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1713 | 2024.06.25 22:11:51.257742 [ 256 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1714 | 2024.06.25 22:11:51.257844 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1715 | 2024.06.25 22:11:51.257871 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1716 | 2024.06.25 22:11:51.257914 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1717 | 2024.06.25 22:11:51.257937 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1718 | 2024.06.25 22:11:51.258793 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001931 sec., 2071.465561885034 rows/sec., 95.58 KiB/sec. | ||
| 1719 | 2024.06.25 22:11:51.259033 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1720 | 2024.06.25 22:11:51.259059 [ 3 ] {bbfecc3a-f3fc-4daa-b580-23b9e9b6139f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1721 | 2024.06.25 22:11:51.259075 [ 3 ] {} <Debug> HTTP-Session: 3c3fe41d-ca1d-4a3a-8fae-71bf5085c544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1722 | 2024.06.25 22:11:51.259308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 693, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1723 | 2024.06.25 22:11:51.259356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1724 | 2024.06.25 22:11:51.259375 [ 3 ] {} <Debug> HTTP-Session: 970af1d7-bfa7-4172-8d0d-dfadd66c6ece Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1725 | 2024.06.25 22:11:51.259391 [ 3 ] {} <Debug> HTTP-Session: 970af1d7-bfa7-4172-8d0d-dfadd66c6ece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1726 | 2024.06.25 22:11:51.259405 [ 3 ] {} <Debug> HTTP-Session: 970af1d7-bfa7-4172-8d0d-dfadd66c6ece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1727 | 2024.06.25 22:11:51.259436 [ 3 ] {} <Trace> HTTP-Session: 970af1d7-bfa7-4172-8d0d-dfadd66c6ece Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1728 | 2024.06.25 22:11:51.259570 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1729 | 2024.06.25 22:11:51.259816 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1730 | 2024.06.25 22:11:51.259853 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1731 | 2024.06.25 22:11:51.260091 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1732 | 2024.06.25 22:11:51.260153 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1733 | 2024.06.25 22:11:51.260290 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1734 | 2024.06.25 22:11:51.260359 [ 255 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1735 | 2024.06.25 22:11:51.260369 [ 257 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1736 | 2024.06.25 22:11:51.260453 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1737 | 2024.06.25 22:11:51.260481 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1738 | 2024.06.25 22:11:51.260527 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1739 | 2024.06.25 22:11:51.260549 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1740 | 2024.06.25 22:11:51.261327 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001818 sec., 2200.2200220022005 rows/sec., 101.52 KiB/sec. | ||
| 1741 | 2024.06.25 22:11:51.261565 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Debug> DynamicQueryHandler: Done processing query | ||
| 1742 | 2024.06.25 22:11:51.261590 [ 3 ] {e8870526-6de4-4dd9-86ac-89431a2b1fec} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1743 | 2024.06.25 22:11:51.261606 [ 3 ] {} <Debug> HTTP-Session: 970af1d7-bfa7-4172-8d0d-dfadd66c6ece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1744 | 2024.06.25 22:11:51.261808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1745 | 2024.06.25 22:11:51.261855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1746 | 2024.06.25 22:11:51.261874 [ 3 ] {} <Debug> HTTP-Session: 28a44a60-94ae-4a20-a29d-3d66a2268df6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1747 | 2024.06.25 22:11:51.261889 [ 3 ] {} <Debug> HTTP-Session: 28a44a60-94ae-4a20-a29d-3d66a2268df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1748 | 2024.06.25 22:11:51.261903 [ 3 ] {} <Debug> HTTP-Session: 28a44a60-94ae-4a20-a29d-3d66a2268df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1749 | 2024.06.25 22:11:51.261934 [ 3 ] {} <Trace> HTTP-Session: 28a44a60-94ae-4a20-a29d-3d66a2268df6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2024.06.25 22:11:51.262065 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1751 | 2024.06.25 22:11:51.262310 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1752 | 2024.06.25 22:11:51.262350 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1753 | 2024.06.25 22:11:51.262590 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1754 | 2024.06.25 22:11:51.262653 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1755 | 2024.06.25 22:11:51.262788 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1756 | 2024.06.25 22:11:51.262885 [ 255 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1757 | 2024.06.25 22:11:51.262897 [ 251 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1758 | 2024.06.25 22:11:51.262991 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1759 | 2024.06.25 22:11:51.263018 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1760 | 2024.06.25 22:11:51.263064 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1761 | 2024.06.25 22:11:51.263085 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1762 | 2024.06.25 22:11:51.263906 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001898 sec., 2107.4815595363543 rows/sec., 97.24 KiB/sec. | ||
| 1763 | 2024.06.25 22:11:51.264139 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Debug> DynamicQueryHandler: Done processing query | ||
| 1764 | 2024.06.25 22:11:51.264164 [ 3 ] {641d0425-003b-466f-8bc0-cff9d9ecedda} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1765 | 2024.06.25 22:11:51.264179 [ 3 ] {} <Debug> HTTP-Session: 28a44a60-94ae-4a20-a29d-3d66a2268df6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1766 | 2024.06.25 22:11:51.264410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1767 | 2024.06.25 22:11:51.264458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1768 | 2024.06.25 22:11:51.264476 [ 3 ] {} <Debug> HTTP-Session: 9a3d13f3-5738-42bd-9c9c-169decc54744 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1769 | 2024.06.25 22:11:51.264493 [ 3 ] {} <Debug> HTTP-Session: 9a3d13f3-5738-42bd-9c9c-169decc54744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1770 | 2024.06.25 22:11:51.264507 [ 3 ] {} <Debug> HTTP-Session: 9a3d13f3-5738-42bd-9c9c-169decc54744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1771 | 2024.06.25 22:11:51.264537 [ 3 ] {} <Trace> HTTP-Session: 9a3d13f3-5738-42bd-9c9c-169decc54744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1772 | 2024.06.25 22:11:51.264668 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 1773 | 2024.06.25 22:11:51.264920 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1774 | 2024.06.25 22:11:51.264960 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 1775 | 2024.06.25 22:11:51.265206 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1776 | 2024.06.25 22:11:51.265270 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1777 | 2024.06.25 22:11:51.265406 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1778 | 2024.06.25 22:11:51.265504 [ 255 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1779 | 2024.06.25 22:11:51.265517 [ 251 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1780 | 2024.06.25 22:11:51.265625 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1781 | 2024.06.25 22:11:51.265653 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1782 | 2024.06.25 22:11:51.265699 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 1783 | 2024.06.25 22:11:51.265722 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1784 | 2024.06.25 22:11:51.266584 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001973 sec., 2027.3694880892044 rows/sec., 93.55 KiB/sec. | ||
| 1785 | 2024.06.25 22:11:51.266831 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1786 | 2024.06.25 22:11:51.266855 [ 3 ] {58f6fa3b-3de3-4a19-8108-5e0d0aefd9c0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1787 | 2024.06.25 22:11:51.266872 [ 3 ] {} <Debug> HTTP-Session: 9a3d13f3-5738-42bd-9c9c-169decc54744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1788 | 2024.06.25 22:11:51.270333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1789 | 2024.06.25 22:11:51.270390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1790 | 2024.06.25 22:11:51.270414 [ 3 ] {} <Debug> HTTP-Session: d4b9cad3-491d-4777-afe8-8fe9b4be8118 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1791 | 2024.06.25 22:11:51.270434 [ 3 ] {} <Debug> HTTP-Session: d4b9cad3-491d-4777-afe8-8fe9b4be8118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1792 | 2024.06.25 22:11:51.270451 [ 3 ] {} <Debug> HTTP-Session: d4b9cad3-491d-4777-afe8-8fe9b4be8118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1793 | 2024.06.25 22:11:51.270488 [ 3 ] {} <Trace> HTTP-Session: d4b9cad3-491d-4777-afe8-8fe9b4be8118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2024.06.25 22:11:51.270625 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1795 | 2024.06.25 22:11:51.270679 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1796 | 2024.06.25 22:11:51.270876 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1797 | 2024.06.25 22:11:51.271250 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1798 | 2024.06.25 22:11:51.271295 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1799 | 2024.06.25 22:11:51.271785 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1800 | 2024.06.25 22:11:51.272111 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1801 | 2024.06.25 22:11:51.272277 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001693 sec., 8269.344359125811 rows/sec., 1.16 MiB/sec. | ||
| 1802 | 2024.06.25 22:11:51.272576 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1803 | 2024.06.25 22:11:51.272601 [ 3 ] {b004336c-e129-4fd8-acdb-ae88eba84dd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1804 | 2024.06.25 22:11:51.272617 [ 3 ] {} <Debug> HTTP-Session: d4b9cad3-491d-4777-afe8-8fe9b4be8118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1805 | 2024.06.25 22:11:51.272728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1806 | 2024.06.25 22:11:51.272776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1807 | 2024.06.25 22:11:51.272794 [ 3 ] {} <Debug> HTTP-Session: 9066962a-aa8b-4eb2-a361-efbf296fa53e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1808 | 2024.06.25 22:11:51.272810 [ 3 ] {} <Debug> HTTP-Session: 9066962a-aa8b-4eb2-a361-efbf296fa53e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1809 | 2024.06.25 22:11:51.272824 [ 3 ] {} <Debug> HTTP-Session: 9066962a-aa8b-4eb2-a361-efbf296fa53e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1810 | 2024.06.25 22:11:51.272854 [ 3 ] {} <Trace> HTTP-Session: 9066962a-aa8b-4eb2-a361-efbf296fa53e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2024.06.25 22:11:51.272951 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1812 | 2024.06.25 22:11:51.272994 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1813 | 2024.06.25 22:11:51.273140 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1814 | 2024.06.25 22:11:51.273417 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1815 | 2024.06.25 22:11:51.273453 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1816 | 2024.06.25 22:11:51.273752 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1817 | 2024.06.25 22:11:51.274059 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1818 | 2024.06.25 22:11:51.274205 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001277 sec., 8613.938919342208 rows/sec., 698.20 KiB/sec. | ||
| 1819 | 2024.06.25 22:11:51.274377 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Debug> DynamicQueryHandler: Done processing query | ||
| 1820 | 2024.06.25 22:11:51.274401 [ 3 ] {0d362475-b468-4bf0-9eff-c794bfbc5d35} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1821 | 2024.06.25 22:11:51.274418 [ 3 ] {} <Debug> HTTP-Session: 9066962a-aa8b-4eb2-a361-efbf296fa53e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1822 | 2024.06.25 22:11:51.274532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1823 | 2024.06.25 22:11:51.274578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1824 | 2024.06.25 22:11:51.274597 [ 3 ] {} <Debug> HTTP-Session: 56390c07-a90b-43e3-9961-849443f3242b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1825 | 2024.06.25 22:11:51.274613 [ 3 ] {} <Debug> HTTP-Session: 56390c07-a90b-43e3-9961-849443f3242b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1826 | 2024.06.25 22:11:51.274626 [ 3 ] {} <Debug> HTTP-Session: 56390c07-a90b-43e3-9961-849443f3242b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1827 | 2024.06.25 22:11:51.274656 [ 3 ] {} <Trace> HTTP-Session: 56390c07-a90b-43e3-9961-849443f3242b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1828 | 2024.06.25 22:11:51.274768 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1829 | 2024.06.25 22:11:51.274810 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1830 | 2024.06.25 22:11:51.274933 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1831 | 2024.06.25 22:11:51.275236 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2024.06.25 22:11:51.275271 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1833 | 2024.06.25 22:11:51.275571 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1834 | 2024.06.25 22:11:51.275878 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2024.06.25 22:11:51.276024 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Debug> executeQuery: Read 59 rows, 5.05 KiB in 0.00129 sec., 45736.43410852714 rows/sec., 3.82 MiB/sec. | ||
| 1836 | 2024.06.25 22:11:51.276220 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Debug> DynamicQueryHandler: Done processing query | ||
| 1837 | 2024.06.25 22:11:51.276244 [ 3 ] {c527ab12-2bbc-47b4-af09-2c490e954a50} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1838 | 2024.06.25 22:11:51.276259 [ 3 ] {} <Debug> HTTP-Session: 56390c07-a90b-43e3-9961-849443f3242b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1839 | 2024.06.25 22:11:51.276368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1840 | 2024.06.25 22:11:51.276415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1841 | 2024.06.25 22:11:51.276435 [ 3 ] {} <Debug> HTTP-Session: cc79ad47-8cf8-461a-a45f-e33bf24e45a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1842 | 2024.06.25 22:11:51.276451 [ 3 ] {} <Debug> HTTP-Session: cc79ad47-8cf8-461a-a45f-e33bf24e45a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1843 | 2024.06.25 22:11:51.276464 [ 3 ] {} <Debug> HTTP-Session: cc79ad47-8cf8-461a-a45f-e33bf24e45a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1844 | 2024.06.25 22:11:51.276494 [ 3 ] {} <Trace> HTTP-Session: cc79ad47-8cf8-461a-a45f-e33bf24e45a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1845 | 2024.06.25 22:11:51.276610 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1846 | 2024.06.25 22:11:51.276653 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1847 | 2024.06.25 22:11:51.276774 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1848 | 2024.06.25 22:11:51.277070 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1849 | 2024.06.25 22:11:51.277106 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1850 | 2024.06.25 22:11:51.277405 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1851 | 2024.06.25 22:11:51.277722 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1852 | 2024.06.25 22:11:51.277867 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Debug> executeQuery: Read 50 rows, 4.02 KiB in 0.001289 sec., 38789.75950349108 rows/sec., 3.05 MiB/sec. | ||
| 1853 | 2024.06.25 22:11:51.278039 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Debug> DynamicQueryHandler: Done processing query | ||
| 1854 | 2024.06.25 22:11:51.278063 [ 3 ] {e3fc0300-fa0a-4844-a74d-7b2a4c901fee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1855 | 2024.06.25 22:11:51.278079 [ 3 ] {} <Debug> HTTP-Session: cc79ad47-8cf8-461a-a45f-e33bf24e45a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1856 | 2024.06.25 22:11:51.278207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1857 | 2024.06.25 22:11:51.278255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1858 | 2024.06.25 22:11:51.278274 [ 3 ] {} <Debug> HTTP-Session: 56bc48e2-67cf-4175-928d-d5153580120d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1859 | 2024.06.25 22:11:51.278290 [ 3 ] {} <Debug> HTTP-Session: 56bc48e2-67cf-4175-928d-d5153580120d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1860 | 2024.06.25 22:11:51.278304 [ 3 ] {} <Debug> HTTP-Session: 56bc48e2-67cf-4175-928d-d5153580120d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1861 | 2024.06.25 22:11:51.278333 [ 3 ] {} <Trace> HTTP-Session: 56bc48e2-67cf-4175-928d-d5153580120d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1862 | 2024.06.25 22:11:51.278447 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1863 | 2024.06.25 22:11:51.278491 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1864 | 2024.06.25 22:11:51.278633 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1865 | 2024.06.25 22:11:51.278930 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1866 | 2024.06.25 22:11:51.278966 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1867 | 2024.06.25 22:11:51.279331 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1868 | 2024.06.25 22:11:51.279660 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1869 | 2024.06.25 22:11:51.279823 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001402 sec., 35663.338088445074 rows/sec., 2.47 MiB/sec. | ||
| 1870 | 2024.06.25 22:11:51.280127 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1871 | 2024.06.25 22:11:51.280151 [ 3 ] {773212f9-0fd1-4e2f-af7f-6da1a937b79d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1872 | 2024.06.25 22:11:51.280166 [ 3 ] {} <Debug> HTTP-Session: 56bc48e2-67cf-4175-928d-d5153580120d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1873 | 2024.06.25 22:11:51.280288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1874 | 2024.06.25 22:11:51.280334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1875 | 2024.06.25 22:11:51.280353 [ 3 ] {} <Debug> HTTP-Session: 8f81c5be-a9f2-42fa-b4a2-1a2db07ef361 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1876 | 2024.06.25 22:11:51.280369 [ 3 ] {} <Debug> HTTP-Session: 8f81c5be-a9f2-42fa-b4a2-1a2db07ef361 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1877 | 2024.06.25 22:11:51.280382 [ 3 ] {} <Debug> HTTP-Session: 8f81c5be-a9f2-42fa-b4a2-1a2db07ef361 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1878 | 2024.06.25 22:11:51.280413 [ 3 ] {} <Trace> HTTP-Session: 8f81c5be-a9f2-42fa-b4a2-1a2db07ef361 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1879 | 2024.06.25 22:11:51.280588 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1880 | 2024.06.25 22:11:51.280654 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 1881 | 2024.06.25 22:11:51.281074 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1882 | 2024.06.25 22:11:51.281577 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1883 | 2024.06.25 22:11:51.281613 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1884 | 2024.06.25 22:11:51.282204 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1885 | 2024.06.25 22:11:51.282607 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1886 | 2024.06.25 22:11:51.282785 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002298 sec., 4786.771105308964 rows/sec., 8.58 MiB/sec. | ||
| 1887 | 2024.06.25 22:11:51.283001 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Debug> DynamicQueryHandler: Done processing query | ||
| 1888 | 2024.06.25 22:11:51.283027 [ 3 ] {ec03f4d4-0868-47d1-9a17-a4951a9f1cde} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 1889 | 2024.06.25 22:11:51.283043 [ 3 ] {} <Debug> HTTP-Session: 8f81c5be-a9f2-42fa-b4a2-1a2db07ef361 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1890 | 2024.06.25 22:11:51.283149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1891 | 2024.06.25 22:11:51.283197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1892 | 2024.06.25 22:11:51.283216 [ 3 ] {} <Debug> HTTP-Session: c13ea5eb-652e-49ab-a1ce-d0155e088fbe Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1893 | 2024.06.25 22:11:51.283233 [ 3 ] {} <Debug> HTTP-Session: c13ea5eb-652e-49ab-a1ce-d0155e088fbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1894 | 2024.06.25 22:11:51.283248 [ 3 ] {} <Debug> HTTP-Session: c13ea5eb-652e-49ab-a1ce-d0155e088fbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1895 | 2024.06.25 22:11:51.283278 [ 3 ] {} <Trace> HTTP-Session: c13ea5eb-652e-49ab-a1ce-d0155e088fbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2024.06.25 22:11:51.283377 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1897 | 2024.06.25 22:11:51.283419 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1898 | 2024.06.25 22:11:51.283543 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1899 | 2024.06.25 22:11:51.283800 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Trace> oximeter.measurements_i64 (cae8147f-5629-4b00-8511-88e9cef88eb2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1900 | 2024.06.25 22:11:51.283835 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1901 | 2024.06.25 22:11:51.284186 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1902 | 2024.06.25 22:11:51.284506 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Trace> oximeter.measurements_i64 (cae8147f-5629-4b00-8511-88e9cef88eb2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1903 | 2024.06.25 22:11:51.284654 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.001296 sec., 9259.25925925926 rows/sec., 675.91 KiB/sec. | ||
| 1904 | 2024.06.25 22:11:51.284920 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Debug> DynamicQueryHandler: Done processing query | ||
| 1905 | 2024.06.25 22:11:51.284946 [ 3 ] {e350045b-67c3-4142-8feb-02fc8a978739} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1906 | 2024.06.25 22:11:51.284961 [ 3 ] {} <Debug> HTTP-Session: c13ea5eb-652e-49ab-a1ce-d0155e088fbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1907 | 2024.06.25 22:11:51.285064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1908 | 2024.06.25 22:11:51.285113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1909 | 2024.06.25 22:11:51.285132 [ 3 ] {} <Debug> HTTP-Session: 02708115-1da1-4436-ace3-e65a490f0e8e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1910 | 2024.06.25 22:11:51.285148 [ 3 ] {} <Debug> HTTP-Session: 02708115-1da1-4436-ace3-e65a490f0e8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1911 | 2024.06.25 22:11:51.285162 [ 3 ] {} <Debug> HTTP-Session: 02708115-1da1-4436-ace3-e65a490f0e8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1912 | 2024.06.25 22:11:51.285191 [ 3 ] {} <Trace> HTTP-Session: 02708115-1da1-4436-ace3-e65a490f0e8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1913 | 2024.06.25 22:11:51.285295 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1914 | 2024.06.25 22:11:51.285339 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1915 | 2024.06.25 22:11:51.285483 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1916 | 2024.06.25 22:11:51.285737 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1917 | 2024.06.25 22:11:51.285773 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1918 | 2024.06.25 22:11:51.286112 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1919 | 2024.06.25 22:11:51.286428 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1920 | 2024.06.25 22:11:51.286595 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001321 sec., 15140.04542013626 rows/sec., 1.04 MiB/sec. | ||
| 1921 | 2024.06.25 22:11:51.286872 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Debug> DynamicQueryHandler: Done processing query | ||
| 1922 | 2024.06.25 22:11:51.286897 [ 3 ] {26f50b13-913a-4af6-9b92-0f0fe0e50f64} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1923 | 2024.06.25 22:11:51.286913 [ 3 ] {} <Debug> HTTP-Session: 02708115-1da1-4436-ace3-e65a490f0e8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1924 | 2024.06.25 22:11:52.000172 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.42 MiB, peak 188.48 MiB, free memory in arenas 0.00 B, will set to 178.25 MiB (RSS), difference: -1.18 MiB | ||
| 1925 | 2024.06.25 22:11:53.062967 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1926 | 2024.06.25 22:11:53.063027 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1927 | 2024.06.25 22:11:56.234494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1928 | 2024.06.25 22:11:56.234624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1929 | 2024.06.25 22:11:56.234650 [ 3 ] {} <Debug> HTTP-Session: 7802a656-ca98-4a88-ae50-9cdd46dbad70 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1930 | 2024.06.25 22:11:56.234681 [ 3 ] {} <Debug> HTTP-Session: 7802a656-ca98-4a88-ae50-9cdd46dbad70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1931 | 2024.06.25 22:11:56.234698 [ 3 ] {} <Debug> HTTP-Session: 7802a656-ca98-4a88-ae50-9cdd46dbad70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1932 | 2024.06.25 22:11:56.234747 [ 3 ] {} <Trace> HTTP-Session: 7802a656-ca98-4a88-ae50-9cdd46dbad70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1933 | 2024.06.25 22:11:56.234940 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1934 | 2024.06.25 22:11:56.235006 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1935 | 2024.06.25 22:11:56.235198 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1936 | 2024.06.25 22:11:56.235647 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2024.06.25 22:11:56.235696 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1938 | 2024.06.25 22:11:56.236064 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1939 | 2024.06.25 22:11:56.236403 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2024.06.25 22:11:56.236550 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001667 sec., 11997.600479904018 rows/sec., 972.46 KiB/sec. | ||
| 1941 | 2024.06.25 22:11:56.236862 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Debug> DynamicQueryHandler: Done processing query | ||
| 1942 | 2024.06.25 22:11:56.236891 [ 3 ] {1b4a0e42-e373-4758-b1fa-8142a275ec75} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1943 | 2024.06.25 22:11:56.236909 [ 3 ] {} <Debug> HTTP-Session: 7802a656-ca98-4a88-ae50-9cdd46dbad70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1944 | 2024.06.25 22:11:56.237044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1945 | 2024.06.25 22:11:56.237103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1946 | 2024.06.25 22:11:56.237124 [ 3 ] {} <Debug> HTTP-Session: c9100f4f-e38d-42b5-9dc2-b44fa3135f80 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1947 | 2024.06.25 22:11:56.237143 [ 3 ] {} <Debug> HTTP-Session: c9100f4f-e38d-42b5-9dc2-b44fa3135f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1948 | 2024.06.25 22:11:56.237158 [ 3 ] {} <Debug> HTTP-Session: c9100f4f-e38d-42b5-9dc2-b44fa3135f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1949 | 2024.06.25 22:11:56.237194 [ 3 ] {} <Trace> HTTP-Session: c9100f4f-e38d-42b5-9dc2-b44fa3135f80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1950 | 2024.06.25 22:11:56.237327 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1951 | 2024.06.25 22:11:56.237375 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1952 | 2024.06.25 22:11:56.237522 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1953 | 2024.06.25 22:11:56.237907 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1954 | 2024.06.25 22:11:56.237945 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1955 | 2024.06.25 22:11:56.238271 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1956 | 2024.06.25 22:11:56.238584 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1957 | 2024.06.25 22:11:56.238712 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Debug> executeQuery: Read 86 rows, 7.48 KiB in 0.001434 sec., 59972.1059972106 rows/sec., 5.09 MiB/sec. | ||
| 1958 | 2024.06.25 22:11:56.238879 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 1959 | 2024.06.25 22:11:56.238904 [ 3 ] {e56494d4-8ddc-406d-92a7-5c35860654ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1960 | 2024.06.25 22:11:56.238920 [ 3 ] {} <Debug> HTTP-Session: c9100f4f-e38d-42b5-9dc2-b44fa3135f80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1961 | 2024.06.25 22:11:56.239041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1962 | 2024.06.25 22:11:56.239092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1963 | 2024.06.25 22:11:56.239113 [ 3 ] {} <Debug> HTTP-Session: 6a70729f-c8b2-4129-983a-5634ef846c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1964 | 2024.06.25 22:11:56.239130 [ 3 ] {} <Debug> HTTP-Session: 6a70729f-c8b2-4129-983a-5634ef846c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1965 | 2024.06.25 22:11:56.239144 [ 3 ] {} <Debug> HTTP-Session: 6a70729f-c8b2-4129-983a-5634ef846c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1966 | 2024.06.25 22:11:56.239177 [ 3 ] {} <Trace> HTTP-Session: 6a70729f-c8b2-4129-983a-5634ef846c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1967 | 2024.06.25 22:11:56.239286 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1968 | 2024.06.25 22:11:56.239328 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1969 | 2024.06.25 22:11:56.239455 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1970 | 2024.06.25 22:11:56.239775 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1971 | 2024.06.25 22:11:56.239811 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1972 | 2024.06.25 22:11:56.240119 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1973 | 2024.06.25 22:11:56.240427 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1974 | 2024.06.25 22:11:56.240552 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Debug> executeQuery: Read 48 rows, 3.84 KiB in 0.001301 sec., 36894.69638739431 rows/sec., 2.88 MiB/sec. | ||
| 1975 | 2024.06.25 22:11:56.240821 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Debug> DynamicQueryHandler: Done processing query | ||
| 1976 | 2024.06.25 22:11:56.240848 [ 3 ] {d5b7e3a7-7763-4464-94fb-4a8cda2ebd06} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1977 | 2024.06.25 22:11:56.240865 [ 3 ] {} <Debug> HTTP-Session: 6a70729f-c8b2-4129-983a-5634ef846c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1978 | 2024.06.25 22:11:56.240983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1979 | 2024.06.25 22:11:56.241032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1980 | 2024.06.25 22:11:56.241052 [ 3 ] {} <Debug> HTTP-Session: eee06e76-fdba-41b8-990f-df36615a8829 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1981 | 2024.06.25 22:11:56.241070 [ 3 ] {} <Debug> HTTP-Session: eee06e76-fdba-41b8-990f-df36615a8829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1982 | 2024.06.25 22:11:56.241084 [ 3 ] {} <Debug> HTTP-Session: eee06e76-fdba-41b8-990f-df36615a8829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1983 | 2024.06.25 22:11:56.241115 [ 3 ] {} <Trace> HTTP-Session: eee06e76-fdba-41b8-990f-df36615a8829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1984 | 2024.06.25 22:11:56.241244 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1985 | 2024.06.25 22:11:56.241293 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1986 | 2024.06.25 22:11:56.241452 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1987 | 2024.06.25 22:11:56.241763 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1988 | 2024.06.25 22:11:56.241798 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 1989 | 2024.06.25 22:11:56.242180 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1990 | 2024.06.25 22:11:56.242540 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1991 | 2024.06.25 22:11:56.242663 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001468 sec., 34059.9455040872 rows/sec., 2.36 MiB/sec. | ||
| 1992 | 2024.06.25 22:11:56.242825 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1993 | 2024.06.25 22:11:56.242850 [ 3 ] {ada9724f-9f21-4134-aebb-c4c1023fb15e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1994 | 2024.06.25 22:11:56.242866 [ 3 ] {} <Debug> HTTP-Session: eee06e76-fdba-41b8-990f-df36615a8829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1995 | 2024.06.25 22:11:56.243028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31914, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1996 | 2024.06.25 22:11:56.243078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1997 | 2024.06.25 22:11:56.243098 [ 3 ] {} <Debug> HTTP-Session: a2603fa5-e6b2-4b8b-b05e-dd05e79b867d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 1998 | 2024.06.25 22:11:56.243114 [ 3 ] {} <Debug> HTTP-Session: a2603fa5-e6b2-4b8b-b05e-dd05e79b867d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1999 | 2024.06.25 22:11:56.243127 [ 3 ] {} <Debug> HTTP-Session: a2603fa5-e6b2-4b8b-b05e-dd05e79b867d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2000 | 2024.06.25 22:11:56.243159 [ 3 ] {} <Trace> HTTP-Session: a2603fa5-e6b2-4b8b-b05e-dd05e79b867d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2001 | 2024.06.25 22:11:56.243413 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2002 | 2024.06.25 22:11:56.243478 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2003 | 2024.06.25 22:11:56.243881 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2004 | 2024.06.25 22:11:56.244545 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2024.06.25 22:11:56.244581 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2006 | 2024.06.25 22:11:56.245194 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2007 | 2024.06.25 22:11:56.245610 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2024.06.25 22:11:56.245754 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002514 sec., 7955.449482895783 rows/sec., 14.26 MiB/sec. | ||
| 2009 | 2024.06.25 22:11:56.245965 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2010 | 2024.06.25 22:11:56.245990 [ 3 ] {5e6c0ff0-83d0-49a2-ae06-8e73e455666d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2011 | 2024.06.25 22:11:56.246005 [ 3 ] {} <Debug> HTTP-Session: a2603fa5-e6b2-4b8b-b05e-dd05e79b867d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2012 | 2024.06.25 22:11:56.246118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2013 | 2024.06.25 22:11:56.246166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2014 | 2024.06.25 22:11:56.246185 [ 3 ] {} <Debug> HTTP-Session: a13a81a4-57d4-4930-bb2f-cf7b8cb67538 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2015 | 2024.06.25 22:11:56.246202 [ 3 ] {} <Debug> HTTP-Session: a13a81a4-57d4-4930-bb2f-cf7b8cb67538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2016 | 2024.06.25 22:11:56.246216 [ 3 ] {} <Debug> HTTP-Session: a13a81a4-57d4-4930-bb2f-cf7b8cb67538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2017 | 2024.06.25 22:11:56.246247 [ 3 ] {} <Trace> HTTP-Session: a13a81a4-57d4-4930-bb2f-cf7b8cb67538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2018 | 2024.06.25 22:11:56.246346 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2019 | 2024.06.25 22:11:56.246389 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2020 | 2024.06.25 22:11:56.246515 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2021 | 2024.06.25 22:11:56.246807 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2022 | 2024.06.25 22:11:56.246842 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2023 | 2024.06.25 22:11:56.247191 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2024 | 2024.06.25 22:11:56.247515 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2024.06.25 22:11:56.247630 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001313 sec., 15232.292460015233 rows/sec., 1.05 MiB/sec. | ||
| 2026 | 2024.06.25 22:11:56.247891 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Debug> DynamicQueryHandler: Done processing query | ||
| 2027 | 2024.06.25 22:11:56.247916 [ 3 ] {a83a76f5-a583-495f-95b9-d326b5224930} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2028 | 2024.06.25 22:11:56.247932 [ 3 ] {} <Debug> HTTP-Session: a13a81a4-57d4-4930-bb2f-cf7b8cb67538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2029 | 2024.06.25 22:12:01.233773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2030 | 2024.06.25 22:12:01.233913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2031 | 2024.06.25 22:12:01.233945 [ 3 ] {} <Debug> HTTP-Session: 3dcfb2fc-6fae-4422-b422-fd27686b5940 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2032 | 2024.06.25 22:12:01.233973 [ 3 ] {} <Debug> HTTP-Session: 3dcfb2fc-6fae-4422-b422-fd27686b5940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2033 | 2024.06.25 22:12:01.233991 [ 3 ] {} <Debug> HTTP-Session: 3dcfb2fc-6fae-4422-b422-fd27686b5940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2034 | 2024.06.25 22:12:01.234049 [ 3 ] {} <Trace> HTTP-Session: 3dcfb2fc-6fae-4422-b422-fd27686b5940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2035 | 2024.06.25 22:12:01.234258 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2036 | 2024.06.25 22:12:01.234334 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2037 | 2024.06.25 22:12:01.234561 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2038 | 2024.06.25 22:12:01.235115 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2024.06.25 22:12:01.235160 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2040 | 2024.06.25 22:12:01.235531 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2041 | 2024.06.25 22:12:01.235880 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2042 | 2024.06.25 22:12:01.236035 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001836 sec., 5991.285403050109 rows/sec., 485.62 KiB/sec. | ||
| 2043 | 2024.06.25 22:12:01.236251 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2044 | 2024.06.25 22:12:01.236278 [ 3 ] {4d8f41f9-faa7-4fcc-babb-120ae7e63ed1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2045 | 2024.06.25 22:12:01.236295 [ 3 ] {} <Debug> HTTP-Session: 3dcfb2fc-6fae-4422-b422-fd27686b5940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2046 | 2024.06.25 22:12:01.236444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2047 | 2024.06.25 22:12:01.236493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2048 | 2024.06.25 22:12:01.236513 [ 3 ] {} <Debug> HTTP-Session: 69af27b8-2c6a-4842-aa4b-a46e5706d49d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2049 | 2024.06.25 22:12:01.236556 [ 3 ] {} <Debug> HTTP-Session: 69af27b8-2c6a-4842-aa4b-a46e5706d49d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2050 | 2024.06.25 22:12:01.236570 [ 3 ] {} <Debug> HTTP-Session: 69af27b8-2c6a-4842-aa4b-a46e5706d49d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2051 | 2024.06.25 22:12:01.236606 [ 3 ] {} <Trace> HTTP-Session: 69af27b8-2c6a-4842-aa4b-a46e5706d49d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2052 | 2024.06.25 22:12:01.236725 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2053 | 2024.06.25 22:12:01.236771 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2054 | 2024.06.25 22:12:01.236901 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2055 | 2024.06.25 22:12:01.237244 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2056 | 2024.06.25 22:12:01.237281 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2057 | 2024.06.25 22:12:01.237602 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2058 | 2024.06.25 22:12:01.237915 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2059 | 2024.06.25 22:12:01.238097 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Debug> executeQuery: Read 59 rows, 5.05 KiB in 0.001404 sec., 42022.79202279202 rows/sec., 3.51 MiB/sec. | ||
| 2060 | 2024.06.25 22:12:01.238271 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2061 | 2024.06.25 22:12:01.238297 [ 3 ] {6023a99e-8766-419e-a1cd-c33cd4b8b96c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2062 | 2024.06.25 22:12:01.238313 [ 3 ] {} <Debug> HTTP-Session: 69af27b8-2c6a-4842-aa4b-a46e5706d49d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2063 | 2024.06.25 22:12:01.238439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 6650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2064 | 2024.06.25 22:12:01.238486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2065 | 2024.06.25 22:12:01.238506 [ 3 ] {} <Debug> HTTP-Session: 41bddb33-005c-4237-8779-54b162f7220c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2066 | 2024.06.25 22:12:01.238523 [ 3 ] {} <Debug> HTTP-Session: 41bddb33-005c-4237-8779-54b162f7220c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2067 | 2024.06.25 22:12:01.238537 [ 3 ] {} <Debug> HTTP-Session: 41bddb33-005c-4237-8779-54b162f7220c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2068 | 2024.06.25 22:12:01.238567 [ 3 ] {} <Trace> HTTP-Session: 41bddb33-005c-4237-8779-54b162f7220c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2069 | 2024.06.25 22:12:01.238679 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2070 | 2024.06.25 22:12:01.238722 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2071 | 2024.06.25 22:12:01.238849 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2072 | 2024.06.25 22:12:01.239209 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2073 | 2024.06.25 22:12:01.239246 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2074 | 2024.06.25 22:12:01.239549 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2075 | 2024.06.25 22:12:01.239864 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2076 | 2024.06.25 22:12:01.240020 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.001363 sec., 28613.352898019075 rows/sec., 2.23 MiB/sec. | ||
| 2077 | 2024.06.25 22:12:01.240192 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Debug> DynamicQueryHandler: Done processing query | ||
| 2078 | 2024.06.25 22:12:01.240217 [ 3 ] {b1ed9f49-da76-4783-91e6-367f0c835e15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2079 | 2024.06.25 22:12:01.240233 [ 3 ] {} <Debug> HTTP-Session: 41bddb33-005c-4237-8779-54b162f7220c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2080 | 2024.06.25 22:12:01.240347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2081 | 2024.06.25 22:12:01.240395 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2082 | 2024.06.25 22:12:01.240415 [ 3 ] {} <Debug> HTTP-Session: 70922b0e-d823-4b49-91b7-24eb9519ef65 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2083 | 2024.06.25 22:12:01.240431 [ 3 ] {} <Debug> HTTP-Session: 70922b0e-d823-4b49-91b7-24eb9519ef65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2084 | 2024.06.25 22:12:01.240445 [ 3 ] {} <Debug> HTTP-Session: 70922b0e-d823-4b49-91b7-24eb9519ef65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2085 | 2024.06.25 22:12:01.240476 [ 3 ] {} <Trace> HTTP-Session: 70922b0e-d823-4b49-91b7-24eb9519ef65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2086 | 2024.06.25 22:12:01.240590 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2087 | 2024.06.25 22:12:01.240636 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2088 | 2024.06.25 22:12:01.240785 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2089 | 2024.06.25 22:12:01.241114 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2090 | 2024.06.25 22:12:01.241150 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2091 | 2024.06.25 22:12:01.241538 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2092 | 2024.06.25 22:12:01.241891 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2093 | 2024.06.25 22:12:01.242051 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001495 sec., 33444.816053511706 rows/sec., 2.32 MiB/sec. | ||
| 2094 | 2024.06.25 22:12:01.242318 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2095 | 2024.06.25 22:12:01.242344 [ 3 ] {efb3c66c-f0a9-480a-94f0-98fd4287078d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2096 | 2024.06.25 22:12:01.242360 [ 3 ] {} <Debug> HTTP-Session: 70922b0e-d823-4b49-91b7-24eb9519ef65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2097 | 2024.06.25 22:12:01.242472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2098 | 2024.06.25 22:12:01.242521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2099 | 2024.06.25 22:12:01.242540 [ 3 ] {} <Debug> HTTP-Session: eccf7583-3fc4-4a5e-8270-e21acdbf9cf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2100 | 2024.06.25 22:12:01.242558 [ 3 ] {} <Debug> HTTP-Session: eccf7583-3fc4-4a5e-8270-e21acdbf9cf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2101 | 2024.06.25 22:12:01.242571 [ 3 ] {} <Debug> HTTP-Session: eccf7583-3fc4-4a5e-8270-e21acdbf9cf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2102 | 2024.06.25 22:12:01.242602 [ 3 ] {} <Trace> HTTP-Session: eccf7583-3fc4-4a5e-8270-e21acdbf9cf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2103 | 2024.06.25 22:12:01.242784 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2104 | 2024.06.25 22:12:01.242855 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2105 | 2024.06.25 22:12:01.243284 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2106 | 2024.06.25 22:12:01.243819 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2107 | 2024.06.25 22:12:01.243855 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2108 | 2024.06.25 22:12:01.244441 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2109 | 2024.06.25 22:12:01.244857 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2110 | 2024.06.25 22:12:01.245061 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002378 sec., 4625.73591253154 rows/sec., 8.29 MiB/sec. | ||
| 2111 | 2024.06.25 22:12:01.245280 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2112 | 2024.06.25 22:12:01.245304 [ 3 ] {406b1301-9741-4987-8ea1-b5679c82ccf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 2113 | 2024.06.25 22:12:01.245322 [ 3 ] {} <Debug> HTTP-Session: eccf7583-3fc4-4a5e-8270-e21acdbf9cf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2114 | 2024.06.25 22:12:01.245434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2115 | 2024.06.25 22:12:01.245484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2116 | 2024.06.25 22:12:01.245504 [ 3 ] {} <Debug> HTTP-Session: b9c74f18-92fd-469e-93b0-ea1c37052b8e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2117 | 2024.06.25 22:12:01.245521 [ 3 ] {} <Debug> HTTP-Session: b9c74f18-92fd-469e-93b0-ea1c37052b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2118 | 2024.06.25 22:12:01.245535 [ 3 ] {} <Debug> HTTP-Session: b9c74f18-92fd-469e-93b0-ea1c37052b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2119 | 2024.06.25 22:12:01.245566 [ 3 ] {} <Trace> HTTP-Session: b9c74f18-92fd-469e-93b0-ea1c37052b8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2120 | 2024.06.25 22:12:01.245667 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2121 | 2024.06.25 22:12:01.245712 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2122 | 2024.06.25 22:12:01.245832 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2123 | 2024.06.25 22:12:01.246084 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2124 | 2024.06.25 22:12:01.246118 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2125 | 2024.06.25 22:12:01.246450 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2126 | 2024.06.25 22:12:01.246830 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2127 | 2024.06.25 22:12:01.246992 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.00134 sec., 14925.373134328358 rows/sec., 1.02 MiB/sec. | ||
| 2128 | 2024.06.25 22:12:01.247156 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2129 | 2024.06.25 22:12:01.247181 [ 3 ] {ec4a84f5-204d-46b3-8603-7d8daa27ff2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2130 | 2024.06.25 22:12:01.247197 [ 3 ] {} <Debug> HTTP-Session: b9c74f18-92fd-469e-93b0-ea1c37052b8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2131 | 2024.06.25 22:12:06.234174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2132 | 2024.06.25 22:12:06.234305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2133 | 2024.06.25 22:12:06.234331 [ 3 ] {} <Debug> HTTP-Session: 75197c90-c25d-41de-ab1c-18a1c3d645dd Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2134 | 2024.06.25 22:12:06.234355 [ 3 ] {} <Debug> HTTP-Session: 75197c90-c25d-41de-ab1c-18a1c3d645dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2135 | 2024.06.25 22:12:06.234370 [ 3 ] {} <Debug> HTTP-Session: 75197c90-c25d-41de-ab1c-18a1c3d645dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2136 | 2024.06.25 22:12:06.234420 [ 3 ] {} <Trace> HTTP-Session: 75197c90-c25d-41de-ab1c-18a1c3d645dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2137 | 2024.06.25 22:12:06.234619 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2138 | 2024.06.25 22:12:06.234686 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2139 | 2024.06.25 22:12:06.234875 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2140 | 2024.06.25 22:12:06.235324 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2141 | 2024.06.25 22:12:06.235368 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2142 | 2024.06.25 22:12:06.235742 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2143 | 2024.06.25 22:12:06.236075 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2144 | 2024.06.25 22:12:06.236256 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001686 sec., 11862.396204033215 rows/sec., 961.50 KiB/sec. | ||
| 2145 | 2024.06.25 22:12:06.236468 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Debug> DynamicQueryHandler: Done processing query | ||
| 2146 | 2024.06.25 22:12:06.236495 [ 3 ] {e37310e4-a3bc-496b-a3f0-a0ab58f6d961} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2147 | 2024.06.25 22:12:06.236511 [ 3 ] {} <Debug> HTTP-Session: 75197c90-c25d-41de-ab1c-18a1c3d645dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2148 | 2024.06.25 22:12:06.236666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2149 | 2024.06.25 22:12:06.236722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2150 | 2024.06.25 22:12:06.236742 [ 3 ] {} <Debug> HTTP-Session: 69aa98c6-f08a-4705-a96d-129dae04b301 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2151 | 2024.06.25 22:12:06.236760 [ 3 ] {} <Debug> HTTP-Session: 69aa98c6-f08a-4705-a96d-129dae04b301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2152 | 2024.06.25 22:12:06.236774 [ 3 ] {} <Debug> HTTP-Session: 69aa98c6-f08a-4705-a96d-129dae04b301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2153 | 2024.06.25 22:12:06.236810 [ 3 ] {} <Trace> HTTP-Session: 69aa98c6-f08a-4705-a96d-129dae04b301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2154 | 2024.06.25 22:12:06.236937 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2155 | 2024.06.25 22:12:06.236983 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2156 | 2024.06.25 22:12:06.237112 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2157 | 2024.06.25 22:12:06.237477 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2024.06.25 22:12:06.237515 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2159 | 2024.06.25 22:12:06.237827 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2160 | 2024.06.25 22:12:06.238129 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2024.06.25 22:12:06.238291 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Debug> executeQuery: Read 86 rows, 7.48 KiB in 0.001397 sec., 61560.48675733715 rows/sec., 5.23 MiB/sec. | ||
| 2162 | 2024.06.25 22:12:06.238456 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2163 | 2024.06.25 22:12:06.238481 [ 3 ] {3ad61a80-ae97-48f2-8f69-1281fe64b9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2164 | 2024.06.25 22:12:06.238496 [ 3 ] {} <Debug> HTTP-Session: 69aa98c6-f08a-4705-a96d-129dae04b301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2165 | 2024.06.25 22:12:06.238615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2166 | 2024.06.25 22:12:06.238665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2167 | 2024.06.25 22:12:06.238683 [ 3 ] {} <Debug> HTTP-Session: c4856c31-cb89-4bfa-adfe-ae2d126a3965 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2168 | 2024.06.25 22:12:06.238699 [ 3 ] {} <Debug> HTTP-Session: c4856c31-cb89-4bfa-adfe-ae2d126a3965 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2169 | 2024.06.25 22:12:06.238712 [ 3 ] {} <Debug> HTTP-Session: c4856c31-cb89-4bfa-adfe-ae2d126a3965 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2170 | 2024.06.25 22:12:06.238744 [ 3 ] {} <Trace> HTTP-Session: c4856c31-cb89-4bfa-adfe-ae2d126a3965 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2171 | 2024.06.25 22:12:06.238860 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2172 | 2024.06.25 22:12:06.238903 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2173 | 2024.06.25 22:12:06.239028 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2174 | 2024.06.25 22:12:06.239342 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2175 | 2024.06.25 22:12:06.239379 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2176 | 2024.06.25 22:12:06.239684 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2177 | 2024.06.25 22:12:06.240001 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2024.06.25 22:12:06.240155 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Debug> executeQuery: Read 48 rows, 3.84 KiB in 0.001333 sec., 36009.00225056264 rows/sec., 2.81 MiB/sec. | ||
| 2179 | 2024.06.25 22:12:06.240318 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Debug> DynamicQueryHandler: Done processing query | ||
| 2180 | 2024.06.25 22:12:06.240341 [ 3 ] {3508fcc0-c983-4cc3-a0d6-839965924307} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2181 | 2024.06.25 22:12:06.240357 [ 3 ] {} <Debug> HTTP-Session: c4856c31-cb89-4bfa-adfe-ae2d126a3965 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2182 | 2024.06.25 22:12:06.240471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2183 | 2024.06.25 22:12:06.240519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2184 | 2024.06.25 22:12:06.240538 [ 3 ] {} <Debug> HTTP-Session: 9f8fa532-04f5-4b75-97f3-dcfea0a63990 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2185 | 2024.06.25 22:12:06.240554 [ 3 ] {} <Debug> HTTP-Session: 9f8fa532-04f5-4b75-97f3-dcfea0a63990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2186 | 2024.06.25 22:12:06.240568 [ 3 ] {} <Debug> HTTP-Session: 9f8fa532-04f5-4b75-97f3-dcfea0a63990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2187 | 2024.06.25 22:12:06.240598 [ 3 ] {} <Trace> HTTP-Session: 9f8fa532-04f5-4b75-97f3-dcfea0a63990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2188 | 2024.06.25 22:12:06.240717 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2189 | 2024.06.25 22:12:06.240764 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2190 | 2024.06.25 22:12:06.240907 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2191 | 2024.06.25 22:12:06.241224 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2024.06.25 22:12:06.241260 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2193 | 2024.06.25 22:12:06.241638 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2194 | 2024.06.25 22:12:06.241973 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2024.06.25 22:12:06.242145 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001465 sec., 34129.69283276451 rows/sec., 2.37 MiB/sec. | ||
| 2196 | 2024.06.25 22:12:06.242437 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Debug> DynamicQueryHandler: Done processing query | ||
| 2197 | 2024.06.25 22:12:06.242462 [ 3 ] {3cee0653-c00b-4d14-88ce-6b8132c03fec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2198 | 2024.06.25 22:12:06.242478 [ 3 ] {} <Debug> HTTP-Session: 9f8fa532-04f5-4b75-97f3-dcfea0a63990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2199 | 2024.06.25 22:12:06.242664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31935, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2200 | 2024.06.25 22:12:06.242714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2201 | 2024.06.25 22:12:06.242733 [ 3 ] {} <Debug> HTTP-Session: a4f32afa-e314-4b40-8299-718c909f1d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2202 | 2024.06.25 22:12:06.242750 [ 3 ] {} <Debug> HTTP-Session: a4f32afa-e314-4b40-8299-718c909f1d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2203 | 2024.06.25 22:12:06.242764 [ 3 ] {} <Debug> HTTP-Session: a4f32afa-e314-4b40-8299-718c909f1d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2204 | 2024.06.25 22:12:06.242795 [ 3 ] {} <Trace> HTTP-Session: a4f32afa-e314-4b40-8299-718c909f1d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2205 | 2024.06.25 22:12:06.243040 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2206 | 2024.06.25 22:12:06.243113 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2207 | 2024.06.25 22:12:06.243538 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2208 | 2024.06.25 22:12:06.244174 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2209 | 2024.06.25 22:12:06.244210 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2210 | 2024.06.25 22:12:06.244802 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2211 | 2024.06.25 22:12:06.245197 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2212 | 2024.06.25 22:12:06.245380 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002508 sec., 7974.481658692185 rows/sec., 14.29 MiB/sec. | ||
| 2213 | 2024.06.25 22:12:06.245613 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Debug> DynamicQueryHandler: Done processing query | ||
| 2214 | 2024.06.25 22:12:06.245638 [ 3 ] {82ca166e-c2a7-4f26-8613-277884f59050} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2215 | 2024.06.25 22:12:06.245655 [ 3 ] {} <Debug> HTTP-Session: a4f32afa-e314-4b40-8299-718c909f1d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2216 | 2024.06.25 22:12:06.245759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2217 | 2024.06.25 22:12:06.245806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2218 | 2024.06.25 22:12:06.245824 [ 3 ] {} <Debug> HTTP-Session: 48ca6654-1437-4f9a-a238-ab361233b350 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2219 | 2024.06.25 22:12:06.245840 [ 3 ] {} <Debug> HTTP-Session: 48ca6654-1437-4f9a-a238-ab361233b350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2220 | 2024.06.25 22:12:06.245854 [ 3 ] {} <Debug> HTTP-Session: 48ca6654-1437-4f9a-a238-ab361233b350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2221 | 2024.06.25 22:12:06.245885 [ 3 ] {} <Trace> HTTP-Session: 48ca6654-1437-4f9a-a238-ab361233b350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2222 | 2024.06.25 22:12:06.245984 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2223 | 2024.06.25 22:12:06.246028 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2224 | 2024.06.25 22:12:06.246152 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2225 | 2024.06.25 22:12:06.246412 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2226 | 2024.06.25 22:12:06.246447 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2227 | 2024.06.25 22:12:06.246799 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2228 | 2024.06.25 22:12:06.247130 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2229 | 2024.06.25 22:12:06.247298 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001338 sec., 14947.683109118087 rows/sec., 1.03 MiB/sec. | ||
| 2230 | 2024.06.25 22:12:06.247487 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Debug> DynamicQueryHandler: Done processing query | ||
| 2231 | 2024.06.25 22:12:06.247515 [ 3 ] {820fce9f-4de8-40e2-afc5-752ec546ca65} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2232 | 2024.06.25 22:12:06.247532 [ 3 ] {} <Debug> HTTP-Session: 48ca6654-1437-4f9a-a238-ab361233b350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2233 | 2024.06.25 22:12:08.063282 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2234 | 2024.06.25 22:12:08.063336 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2235 | 2024.06.25 22:12:11.234267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2236 | 2024.06.25 22:12:11.234409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2237 | 2024.06.25 22:12:11.234441 [ 3 ] {} <Debug> HTTP-Session: 4dbf116c-9de7-4b99-901e-a22a179495ac Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2238 | 2024.06.25 22:12:11.234470 [ 3 ] {} <Debug> HTTP-Session: 4dbf116c-9de7-4b99-901e-a22a179495ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2239 | 2024.06.25 22:12:11.234489 [ 3 ] {} <Debug> HTTP-Session: 4dbf116c-9de7-4b99-901e-a22a179495ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2240 | 2024.06.25 22:12:11.234545 [ 3 ] {} <Trace> HTTP-Session: 4dbf116c-9de7-4b99-901e-a22a179495ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2241 | 2024.06.25 22:12:11.234753 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2242 | 2024.06.25 22:12:11.234827 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2243 | 2024.06.25 22:12:11.235049 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2244 | 2024.06.25 22:12:11.235559 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2024.06.25 22:12:11.235602 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2246 | 2024.06.25 22:12:11.235969 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2247 | 2024.06.25 22:12:11.236302 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2248 | 2024.06.25 22:12:11.236444 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001751 sec., 6282.124500285551 rows/sec., 509.20 KiB/sec. | ||
| 2249 | 2024.06.25 22:12:11.236482 [ 49 ] {} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2250 | 2024.06.25 22:12:11.236595 [ 49 ] {} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2024.06.25 22:12:11.236633 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2252 | 2024.06.25 22:12:11.236727 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2253 | 2024.06.25 22:12:11.236776 [ 3 ] {6aca9c12-016e-4b95-9e79-bdadabd9baa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2254 | 2024.06.25 22:12:11.236838 [ 3 ] {} <Debug> HTTP-Session: 4dbf116c-9de7-4b99-901e-a22a179495ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2255 | 2024.06.25 22:12:11.236986 [ 196 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 2256 | 2024.06.25 22:12:11.237018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2257 | 2024.06.25 22:12:11.237120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2258 | 2024.06.25 22:12:11.237169 [ 3 ] {} <Debug> HTTP-Session: 71b28f8e-e1e0-4b4c-9f67-70703bb50948 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2259 | 2024.06.25 22:12:11.237201 [ 3 ] {} <Debug> HTTP-Session: 71b28f8e-e1e0-4b4c-9f67-70703bb50948 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2260 | 2024.06.25 22:12:11.237249 [ 3 ] {} <Debug> HTTP-Session: 71b28f8e-e1e0-4b4c-9f67-70703bb50948 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2261 | 2024.06.25 22:12:11.237351 [ 3 ] {} <Trace> HTTP-Session: 71b28f8e-e1e0-4b4c-9f67-70703bb50948 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2262 | 2024.06.25 22:12:11.237433 [ 196 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2263 | 2024.06.25 22:12:11.237493 [ 196 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 20 rows starting from the beginning of the part | ||
| 2264 | 2024.06.25 22:12:11.237602 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2265 | 2024.06.25 22:12:11.237761 [ 196 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
| 2266 | 2024.06.25 22:12:11.237786 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2267 | 2024.06.25 22:12:11.238061 [ 196 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 2268 | 2024.06.25 22:12:11.238460 [ 196 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part | ||
| 2269 | 2024.06.25 22:12:11.238808 [ 196 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part | ||
| 2270 | 2024.06.25 22:12:11.238840 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2271 | 2024.06.25 22:12:11.239077 [ 196 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part | ||
| 2272 | 2024.06.25 22:12:11.239801 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2273 | 2024.06.25 22:12:11.239870 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2274 | 2024.06.25 22:12:11.240643 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2275 | 2024.06.25 22:12:11.241601 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2276 | 2024.06.25 22:12:11.241843 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 93 rows, containing 4 columns (4 merged, 0 gathered) in 0.005091003 sec., 18267.520172351105 rows/sec., 1.45 MiB/sec. | ||
| 2277 | 2024.06.25 22:12:11.241982 [ 49 ] {} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2278 | 2024.06.25 22:12:11.242000 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Debug> executeQuery: Read 59 rows, 5.05 KiB in 0.004459 sec., 13231.666292890783 rows/sec., 1.11 MiB/sec. | ||
| 2279 | 2024.06.25 22:12:11.242118 [ 49 ] {} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2280 | 2024.06.25 22:12:11.242130 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2281 | 2024.06.25 22:12:11.242279 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2282 | 2024.06.25 22:12:11.242596 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2283 | 2024.06.25 22:12:11.242731 [ 3 ] {a452006e-f77c-4962-9b47-0dea20aa27b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2284 | 2024.06.25 22:12:11.242842 [ 3 ] {} <Debug> HTTP-Session: 71b28f8e-e1e0-4b4c-9f67-70703bb50948 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2285 | 2024.06.25 22:12:11.242851 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 2286 | 2024.06.25 22:12:11.243174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 6650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2287 | 2024.06.25 22:12:11.243385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2288 | 2024.06.25 22:12:11.243493 [ 3 ] {} <Debug> HTTP-Session: 27723fcb-027c-45bc-acf3-ec59726f7a17 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2289 | 2024.06.25 22:12:11.243576 [ 3 ] {} <Debug> HTTP-Session: 27723fcb-027c-45bc-acf3-ec59726f7a17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2290 | 2024.06.25 22:12:11.243658 [ 3 ] {} <Debug> HTTP-Session: 27723fcb-027c-45bc-acf3-ec59726f7a17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2291 | 2024.06.25 22:12:11.243699 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2292 | 2024.06.25 22:12:11.243773 [ 3 ] {} <Trace> HTTP-Session: 27723fcb-027c-45bc-acf3-ec59726f7a17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2024.06.25 22:12:11.243790 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 61 rows starting from the beginning of the part | ||
| 2294 | 2024.06.25 22:12:11.244085 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2295 | 2024.06.25 22:12:11.244232 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2024.06.25 22:12:11.244285 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2297 | 2024.06.25 22:12:11.244356 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 59 rows starting from the beginning of the part | ||
| 2298 | 2024.06.25 22:12:11.244535 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_11_2} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2299 | 2024.06.25 22:12:11.244860 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2300 | 2024.06.25 22:12:11.245015 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 86 rows starting from the beginning of the part | ||
| 2301 | 2024.06.25 22:12:11.245202 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2302 | 2024.06.25 22:12:11.245320 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 59 rows starting from the beginning of the part | ||
| 2303 | 2024.06.25 22:12:11.245562 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 86 rows starting from the beginning of the part | ||
| 2304 | 2024.06.25 22:12:11.245951 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 59 rows starting from the beginning of the part | ||
| 2305 | 2024.06.25 22:12:11.246573 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2306 | 2024.06.25 22:12:11.246629 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2307 | 2024.06.25 22:12:11.247442 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2308 | 2024.06.25 22:12:11.248299 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2309 | 2024.06.25 22:12:11.248633 [ 49 ] {} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2310 | 2024.06.25 22:12:11.248759 [ 49 ] {} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2024.06.25 22:12:11.248784 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.004803 sec., 8119.925046845721 rows/sec., 649.01 KiB/sec. | ||
| 2312 | 2024.06.25 22:12:11.248845 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2313 | 2024.06.25 22:12:11.249057 [ 191 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.006585964 sec., 62253.60478739331 rows/sec., 5.28 MiB/sec. | ||
| 2314 | 2024.06.25 22:12:11.249285 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 2315 | 2024.06.25 22:12:11.249299 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Debug> DynamicQueryHandler: Done processing query | ||
| 2316 | 2024.06.25 22:12:11.249372 [ 3 ] {9d6fd04a-a905-4b67-8503-8c2fefdf0209} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2317 | 2024.06.25 22:12:11.249388 [ 191 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2318 | 2024.06.25 22:12:11.249430 [ 3 ] {} <Debug> HTTP-Session: 27723fcb-027c-45bc-acf3-ec59726f7a17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2319 | 2024.06.25 22:12:11.249691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2320 | 2024.06.25 22:12:11.249768 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2321 | 2024.06.25 22:12:11.249794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2322 | 2024.06.25 22:12:11.249876 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 2323 | 2024.06.25 22:12:11.249888 [ 3 ] {} <Debug> HTTP-Session: 1dad31e0-9f4e-4acc-890c-3e0e57f51ad8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2324 | 2024.06.25 22:12:11.249971 [ 3 ] {} <Debug> HTTP-Session: 1dad31e0-9f4e-4acc-890c-3e0e57f51ad8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2325 | 2024.06.25 22:12:11.250029 [ 3 ] {} <Debug> HTTP-Session: 1dad31e0-9f4e-4acc-890c-3e0e57f51ad8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2326 | 2024.06.25 22:12:11.250232 [ 3 ] {} <Trace> HTTP-Session: 1dad31e0-9f4e-4acc-890c-3e0e57f51ad8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2327 | 2024.06.25 22:12:11.250315 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
| 2328 | 2024.06.25 22:12:11.250724 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2329 | 2024.06.25 22:12:11.250775 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2330 | 2024.06.25 22:12:11.251056 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2331 | 2024.06.25 22:12:11.251263 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 2332 | 2024.06.25 22:12:11.251845 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 48 rows starting from the beginning of the part | ||
| 2333 | 2024.06.25 22:12:11.251866 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2334 | 2024.06.25 22:12:11.252360 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_11_2} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2335 | 2024.06.25 22:12:11.252481 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 2336 | 2024.06.25 22:12:11.252673 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2337 | 2024.06.25 22:12:11.252652 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2338 | 2024.06.25 22:12:11.253607 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2339 | 2024.06.25 22:12:11.253669 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2340 | 2024.06.25 22:12:11.254731 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2341 | 2024.06.25 22:12:11.255172 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 255 rows, containing 4 columns (4 merged, 0 gathered) in 0.006115477 sec., 41697.48328707638 rows/sec., 3.26 MiB/sec. | ||
| 2342 | 2024.06.25 22:12:11.255384 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2343 | 2024.06.25 22:12:11.255553 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2344 | 2024.06.25 22:12:11.255935 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2345 | 2024.06.25 22:12:11.256025 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2346 | 2024.06.25 22:12:11.256033 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.005495 sec., 9099.181073703367 rows/sec., 646.01 KiB/sec. | ||
| 2347 | 2024.06.25 22:12:11.256095 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2348 | 2024.06.25 22:12:11.256501 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 2349 | 2024.06.25 22:12:11.256557 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2350 | 2024.06.25 22:12:11.256574 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2351 | 2024.06.25 22:12:11.256615 [ 3 ] {3fa69a9c-60d1-430d-9fd4-9fe7bb13981f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2352 | 2024.06.25 22:12:11.256688 [ 3 ] {} <Debug> HTTP-Session: 1dad31e0-9f4e-4acc-890c-3e0e57f51ad8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2353 | 2024.06.25 22:12:11.256883 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_11_2} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2354 | 2024.06.25 22:12:11.256926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2355 | 2024.06.25 22:12:11.256946 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2356 | 2024.06.25 22:12:11.257067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2357 | 2024.06.25 22:12:11.257069 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2358 | 2024.06.25 22:12:11.257116 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2359 | 2024.06.25 22:12:11.257143 [ 3 ] {} <Debug> HTTP-Session: 245e1323-dc7c-4d9c-b6e5-76bdd3b28ad9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2360 | 2024.06.25 22:12:11.257229 [ 3 ] {} <Debug> HTTP-Session: 245e1323-dc7c-4d9c-b6e5-76bdd3b28ad9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2361 | 2024.06.25 22:12:11.257312 [ 3 ] {} <Debug> HTTP-Session: 245e1323-dc7c-4d9c-b6e5-76bdd3b28ad9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2362 | 2024.06.25 22:12:11.257432 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 2363 | 2024.06.25 22:12:11.257436 [ 3 ] {} <Trace> HTTP-Session: 245e1323-dc7c-4d9c-b6e5-76bdd3b28ad9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2364 | 2024.06.25 22:12:11.257635 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 2365 | 2024.06.25 22:12:11.257883 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2366 | 2024.06.25 22:12:11.257899 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 2367 | 2024.06.25 22:12:11.258105 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2368 | 2024.06.25 22:12:11.258111 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 2369 | 2024.06.25 22:12:11.258331 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 2370 | 2024.06.25 22:12:11.259323 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2371 | 2024.06.25 22:12:11.260603 [ 191 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 5 columns (5 merged, 0 gathered) in 0.004365692 sec., 57493.74898641498 rows/sec., 3.99 MiB/sec. | ||
| 2372 | 2024.06.25 22:12:11.260629 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2373 | 2024.06.25 22:12:11.260671 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2374 | 2024.06.25 22:12:11.260903 [ 190 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2375 | 2024.06.25 22:12:11.262099 [ 190 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2376 | 2024.06.25 22:12:11.262150 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2377 | 2024.06.25 22:12:11.262259 [ 190 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2378 | 2024.06.25 22:12:11.262450 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2379 | 2024.06.25 22:12:11.262812 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2380 | 2024.06.25 22:12:11.262992 [ 49 ] {} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2381 | 2024.06.25 22:12:11.263028 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.005394 sec., 2039.3029291805708 rows/sec., 3.65 MiB/sec. | ||
| 2382 | 2024.06.25 22:12:11.263043 [ 49 ] {} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2024.06.25 22:12:11.263116 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2384 | 2024.06.25 22:12:11.263459 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 2385 | 2024.06.25 22:12:11.263630 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2386 | 2024.06.25 22:12:11.263685 [ 3 ] {1937f151-126b-4dcb-a5f8-4d1a5837fd0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 2387 | 2024.06.25 22:12:11.263725 [ 3 ] {} <Debug> HTTP-Session: 245e1323-dc7c-4d9c-b6e5-76bdd3b28ad9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2388 | 2024.06.25 22:12:11.263911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2389 | 2024.06.25 22:12:11.264024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2390 | 2024.06.25 22:12:11.264081 [ 3 ] {} <Debug> HTTP-Session: 2ab5e07d-9c9e-4d30-b92b-3a0c242f81ad Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2391 | 2024.06.25 22:12:11.264125 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2392 | 2024.06.25 22:12:11.264128 [ 3 ] {} <Debug> HTTP-Session: 2ab5e07d-9c9e-4d30-b92b-3a0c242f81ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2393 | 2024.06.25 22:12:11.264194 [ 3 ] {} <Debug> HTTP-Session: 2ab5e07d-9c9e-4d30-b92b-3a0c242f81ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2394 | 2024.06.25 22:12:11.264281 [ 3 ] {} <Trace> HTTP-Session: 2ab5e07d-9c9e-4d30-b92b-3a0c242f81ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2024.06.25 22:12:11.264288 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 118 rows starting from the beginning of the part | ||
| 2396 | 2024.06.25 22:12:11.264502 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2397 | 2024.06.25 22:12:11.264699 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2398 | 2024.06.25 22:12:11.265106 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
| 2399 | 2024.06.25 22:12:11.265403 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2400 | 2024.06.25 22:12:11.265881 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 2401 | 2024.06.25 22:12:11.266672 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2402 | 2024.06.25 22:12:11.266690 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part | ||
| 2403 | 2024.06.25 22:12:11.266740 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2404 | 2024.06.25 22:12:11.267288 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part | ||
| 2405 | 2024.06.25 22:12:11.267982 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part | ||
| 2406 | 2024.06.25 22:12:11.268132 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2407 | 2024.06.25 22:12:11.269092 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2024.06.25 22:12:11.269444 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.005032 sec., 3974.56279809221 rows/sec., 279.46 KiB/sec. | ||
| 2409 | 2024.06.25 22:12:11.269864 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2410 | 2024.06.25 22:12:11.269897 [ 3 ] {083f3222-81b9-46aa-8eed-01760670a4f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2411 | 2024.06.25 22:12:11.269935 [ 3 ] {} <Debug> HTTP-Session: 2ab5e07d-9c9e-4d30-b92b-3a0c242f81ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2412 | 2024.06.25 22:12:11.274276 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 19 columns (19 merged, 0 gathered) in 0.011018076 sec., 17335.149984443746 rows/sec., 31.06 MiB/sec. | ||
| 2413 | 2024.06.25 22:12:11.274682 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2414 | 2024.06.25 22:12:11.275343 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2415 | 2024.06.25 22:12:11.275417 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2416 | 2024.06.25 22:12:11.275542 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 2417 | 2024.06.25 22:12:16.235103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2418 | 2024.06.25 22:12:16.235250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2419 | 2024.06.25 22:12:16.235283 [ 3 ] {} <Debug> HTTP-Session: 762f30c2-aa20-4c32-8077-c7a5fa73e186 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2420 | 2024.06.25 22:12:16.235314 [ 3 ] {} <Debug> HTTP-Session: 762f30c2-aa20-4c32-8077-c7a5fa73e186 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2421 | 2024.06.25 22:12:16.235332 [ 3 ] {} <Debug> HTTP-Session: 762f30c2-aa20-4c32-8077-c7a5fa73e186 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2422 | 2024.06.25 22:12:16.235392 [ 3 ] {} <Trace> HTTP-Session: 762f30c2-aa20-4c32-8077-c7a5fa73e186 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2423 | 2024.06.25 22:12:16.235609 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2424 | 2024.06.25 22:12:16.235679 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2425 | 2024.06.25 22:12:16.235875 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2426 | 2024.06.25 22:12:16.236327 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2427 | 2024.06.25 22:12:16.236377 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2428 | 2024.06.25 22:12:16.236763 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2429 | 2024.06.25 22:12:16.237207 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2430 | 2024.06.25 22:12:16.237418 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001876 sec., 10660.980810234541 rows/sec., 864.12 KiB/sec. | ||
| 2431 | 2024.06.25 22:12:16.237642 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Debug> DynamicQueryHandler: Done processing query | ||
| 2432 | 2024.06.25 22:12:16.237669 [ 3 ] {a1d115c1-12c4-45b6-8056-ca729b529a76} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2433 | 2024.06.25 22:12:16.237685 [ 3 ] {} <Debug> HTTP-Session: 762f30c2-aa20-4c32-8077-c7a5fa73e186 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2434 | 2024.06.25 22:12:16.237811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2435 | 2024.06.25 22:12:16.237870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2436 | 2024.06.25 22:12:16.237891 [ 3 ] {} <Debug> HTTP-Session: fb4540e6-d9ff-4c2c-94fd-47f54429bc4e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2437 | 2024.06.25 22:12:16.237909 [ 3 ] {} <Debug> HTTP-Session: fb4540e6-d9ff-4c2c-94fd-47f54429bc4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2438 | 2024.06.25 22:12:16.237923 [ 3 ] {} <Debug> HTTP-Session: fb4540e6-d9ff-4c2c-94fd-47f54429bc4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2439 | 2024.06.25 22:12:16.237959 [ 3 ] {} <Trace> HTTP-Session: fb4540e6-d9ff-4c2c-94fd-47f54429bc4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2440 | 2024.06.25 22:12:16.238097 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2441 | 2024.06.25 22:12:16.238145 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2442 | 2024.06.25 22:12:16.238285 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2443 | 2024.06.25 22:12:16.238664 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2444 | 2024.06.25 22:12:16.238700 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2445 | 2024.06.25 22:12:16.239041 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2446 | 2024.06.25 22:12:16.239362 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2447 | 2024.06.25 22:12:16.239519 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Debug> executeQuery: Read 86 rows, 7.48 KiB in 0.001474 sec., 58344.64043419267 rows/sec., 4.96 MiB/sec. | ||
| 2448 | 2024.06.25 22:12:16.239693 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Debug> DynamicQueryHandler: Done processing query | ||
| 2449 | 2024.06.25 22:12:16.239717 [ 3 ] {876ccd34-ec88-4d0a-a0ae-c497ff041048} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2450 | 2024.06.25 22:12:16.239733 [ 3 ] {} <Debug> HTTP-Session: fb4540e6-d9ff-4c2c-94fd-47f54429bc4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2451 | 2024.06.25 22:12:16.239851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2452 | 2024.06.25 22:12:16.239901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2453 | 2024.06.25 22:12:16.239921 [ 3 ] {} <Debug> HTTP-Session: 2b6f7b9c-1ed2-42f1-8caa-80140f060d1f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2454 | 2024.06.25 22:12:16.239938 [ 3 ] {} <Debug> HTTP-Session: 2b6f7b9c-1ed2-42f1-8caa-80140f060d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2455 | 2024.06.25 22:12:16.239952 [ 3 ] {} <Debug> HTTP-Session: 2b6f7b9c-1ed2-42f1-8caa-80140f060d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2456 | 2024.06.25 22:12:16.239983 [ 3 ] {} <Trace> HTTP-Session: 2b6f7b9c-1ed2-42f1-8caa-80140f060d1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2457 | 2024.06.25 22:12:16.240097 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2458 | 2024.06.25 22:12:16.240140 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2459 | 2024.06.25 22:12:16.240292 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2460 | 2024.06.25 22:12:16.240609 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2461 | 2024.06.25 22:12:16.240645 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2462 | 2024.06.25 22:12:16.240966 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2463 | 2024.06.25 22:12:16.241276 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2464 | 2024.06.25 22:12:16.241448 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Debug> executeQuery: Read 48 rows, 3.84 KiB in 0.00138 sec., 34782.608695652176 rows/sec., 2.72 MiB/sec. | ||
| 2465 | 2024.06.25 22:12:16.241672 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Debug> DynamicQueryHandler: Done processing query | ||
| 2466 | 2024.06.25 22:12:16.241696 [ 3 ] {3e8de3f5-c8ff-4af3-b190-a11c467aca84} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2467 | 2024.06.25 22:12:16.241712 [ 3 ] {} <Debug> HTTP-Session: 2b6f7b9c-1ed2-42f1-8caa-80140f060d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2468 | 2024.06.25 22:12:16.241875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2469 | 2024.06.25 22:12:16.241924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2470 | 2024.06.25 22:12:16.241944 [ 3 ] {} <Debug> HTTP-Session: 4c163946-11b2-416a-84f9-f9ec08bd385b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2471 | 2024.06.25 22:12:16.241960 [ 3 ] {} <Debug> HTTP-Session: 4c163946-11b2-416a-84f9-f9ec08bd385b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2472 | 2024.06.25 22:12:16.241974 [ 3 ] {} <Debug> HTTP-Session: 4c163946-11b2-416a-84f9-f9ec08bd385b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2473 | 2024.06.25 22:12:16.242007 [ 3 ] {} <Trace> HTTP-Session: 4c163946-11b2-416a-84f9-f9ec08bd385b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2474 | 2024.06.25 22:12:16.242124 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2475 | 2024.06.25 22:12:16.242171 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2476 | 2024.06.25 22:12:16.242317 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2477 | 2024.06.25 22:12:16.242652 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2024.06.25 22:12:16.242688 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2479 | 2024.06.25 22:12:16.243077 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2480 | 2024.06.25 22:12:16.243417 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2024.06.25 22:12:16.243571 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001479 sec., 33806.626098715344 rows/sec., 2.34 MiB/sec. | ||
| 2482 | 2024.06.25 22:12:16.243745 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2483 | 2024.06.25 22:12:16.243770 [ 3 ] {175604e1-df9a-44b7-a341-eb0d6e94fc0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2484 | 2024.06.25 22:12:16.243785 [ 3 ] {} <Debug> HTTP-Session: 4c163946-11b2-416a-84f9-f9ec08bd385b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2485 | 2024.06.25 22:12:16.243958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31949, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2486 | 2024.06.25 22:12:16.244008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2487 | 2024.06.25 22:12:16.244027 [ 3 ] {} <Debug> HTTP-Session: 9ce44e9b-3808-4299-a145-06e0ef4663a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2488 | 2024.06.25 22:12:16.244043 [ 3 ] {} <Debug> HTTP-Session: 9ce44e9b-3808-4299-a145-06e0ef4663a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2489 | 2024.06.25 22:12:16.244058 [ 3 ] {} <Debug> HTTP-Session: 9ce44e9b-3808-4299-a145-06e0ef4663a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2490 | 2024.06.25 22:12:16.244089 [ 3 ] {} <Trace> HTTP-Session: 9ce44e9b-3808-4299-a145-06e0ef4663a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2491 | 2024.06.25 22:12:16.244384 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2492 | 2024.06.25 22:12:16.244452 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2493 | 2024.06.25 22:12:16.244852 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2494 | 2024.06.25 22:12:16.245513 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2495 | 2024.06.25 22:12:16.245548 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2496 | 2024.06.25 22:12:16.246168 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2497 | 2024.06.25 22:12:16.246570 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2498 | 2024.06.25 22:12:16.246774 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002593 sec., 7713.073659853452 rows/sec., 13.82 MiB/sec. | ||
| 2499 | 2024.06.25 22:12:16.247267 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Debug> DynamicQueryHandler: Done processing query | ||
| 2500 | 2024.06.25 22:12:16.247291 [ 3 ] {daa60512-985b-47e7-8b18-c9b808639361} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2501 | 2024.06.25 22:12:16.247306 [ 3 ] {} <Debug> HTTP-Session: 9ce44e9b-3808-4299-a145-06e0ef4663a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2502 | 2024.06.25 22:12:16.247435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 3102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2503 | 2024.06.25 22:12:16.247483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2504 | 2024.06.25 22:12:16.247501 [ 3 ] {} <Debug> HTTP-Session: 93974e6e-4089-4d22-b68c-c9b7ced87932 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2505 | 2024.06.25 22:12:16.247517 [ 3 ] {} <Debug> HTTP-Session: 93974e6e-4089-4d22-b68c-c9b7ced87932 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2506 | 2024.06.25 22:12:16.247530 [ 3 ] {} <Debug> HTTP-Session: 93974e6e-4089-4d22-b68c-c9b7ced87932 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2507 | 2024.06.25 22:12:16.247561 [ 3 ] {} <Trace> HTTP-Session: 93974e6e-4089-4d22-b68c-c9b7ced87932 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2508 | 2024.06.25 22:12:16.247661 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2509 | 2024.06.25 22:12:16.247706 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2510 | 2024.06.25 22:12:16.247846 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2511 | 2024.06.25 22:12:16.248123 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2512 | 2024.06.25 22:12:16.248158 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2513 | 2024.06.25 22:12:16.248512 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2514 | 2024.06.25 22:12:16.248839 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2515 | 2024.06.25 22:12:16.248987 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001343 sec., 14892.032762472078 rows/sec., 1.02 MiB/sec. | ||
| 2516 | 2024.06.25 22:12:16.248994 [ 46 ] {} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2517 | 2024.06.25 22:12:16.249096 [ 46 ] {} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2024.06.25 22:12:16.249144 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2519 | 2024.06.25 22:12:16.249253 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2520 | 2024.06.25 22:12:16.249311 [ 3 ] {8723088e-4a90-48c2-8b32-f8bd05ff8d3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2521 | 2024.06.25 22:12:16.249344 [ 3 ] {} <Debug> HTTP-Session: 93974e6e-4089-4d22-b68c-c9b7ced87932 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2522 | 2024.06.25 22:12:16.249348 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 2523 | 2024.06.25 22:12:16.249530 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2524 | 2024.06.25 22:12:16.249570 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 2525 | 2024.06.25 22:12:16.249654 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 2526 | 2024.06.25 22:12:16.249747 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 2527 | 2024.06.25 22:12:16.249994 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 2528 | 2024.06.25 22:12:16.250107 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 2529 | 2024.06.25 22:12:16.250181 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 2530 | 2024.06.25 22:12:16.251287 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.00206265 sec., 58177.587084575665 rows/sec., 3.99 MiB/sec. | ||
| 2531 | 2024.06.25 22:12:16.251426 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2532 | 2024.06.25 22:12:16.251823 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_6_1} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2533 | 2024.06.25 22:12:16.251894 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_6_1} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2534 | 2024.06.25 22:12:16.251976 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2535 | 2024.06.25 22:12:21.233044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2536 | 2024.06.25 22:12:21.233185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2537 | 2024.06.25 22:12:21.233212 [ 3 ] {} <Debug> HTTP-Session: f167a2d6-f11e-4e20-9e2f-492ca01b4214 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2538 | 2024.06.25 22:12:21.233236 [ 3 ] {} <Debug> HTTP-Session: f167a2d6-f11e-4e20-9e2f-492ca01b4214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2539 | 2024.06.25 22:12:21.233251 [ 3 ] {} <Debug> HTTP-Session: f167a2d6-f11e-4e20-9e2f-492ca01b4214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2540 | 2024.06.25 22:12:21.233301 [ 3 ] {} <Trace> HTTP-Session: f167a2d6-f11e-4e20-9e2f-492ca01b4214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2541 | 2024.06.25 22:12:21.233537 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) 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', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 2542 | 2024.06.25 22:12:21.233921 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2543 | 2024.06.25 22:12:21.233965 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <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', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 2544 | 2024.06.25 22:12:21.234266 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2545 | 2024.06.25 22:12:21.234350 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2546 | 2024.06.25 22:12:21.234525 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 2547 | 2024.06.25 22:12:21.234737 [ 256 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2548 | 2024.06.25 22:12:21.234737 [ 251 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2549 | 2024.06.25 22:12:21.234786 [ 257 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2550 | 2024.06.25 22:12:21.235021 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2551 | 2024.06.25 22:12:21.235053 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2552 | 2024.06.25 22:12:21.237403 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2553 | 2024.06.25 22:12:21.239288 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2554 | 2024.06.25 22:12:21.239356 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <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', 'oximeter_collector:collections'))" | ||
| 2555 | 2024.06.25 22:12:21.239402 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <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', 'oximeter_collector:collections'))" | ||
| 2556 | 2024.06.25 22:12:21.243114 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.009677 sec., 1860.080603492818 rows/sec., 78.11 KiB/sec. | ||
| 2557 | 2024.06.25 22:12:21.243476 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2558 | 2024.06.25 22:12:21.243502 [ 3 ] {16454793-c4b2-416e-b9fb-cbe428264bfc} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2559 | 2024.06.25 22:12:21.243520 [ 3 ] {} <Debug> HTTP-Session: f167a2d6-f11e-4e20-9e2f-492ca01b4214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2560 | 2024.06.25 22:12:21.243747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2561 | 2024.06.25 22:12:21.243798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2562 | 2024.06.25 22:12:21.243818 [ 3 ] {} <Debug> HTTP-Session: a52e16ab-c039-420a-8168-0b5674d4aae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2563 | 2024.06.25 22:12:21.243836 [ 3 ] {} <Debug> HTTP-Session: a52e16ab-c039-420a-8168-0b5674d4aae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2564 | 2024.06.25 22:12:21.243850 [ 3 ] {} <Debug> HTTP-Session: a52e16ab-c039-420a-8168-0b5674d4aae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2565 | 2024.06.25 22:12:21.243884 [ 3 ] {} <Trace> HTTP-Session: a52e16ab-c039-420a-8168-0b5674d4aae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2566 | 2024.06.25 22:12:21.244034 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) 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', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2567 | 2024.06.25 22:12:21.244309 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2568 | 2024.06.25 22:12:21.244353 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <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', 'oximeter_collector:collections', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 2569 | 2024.06.25 22:12:21.244622 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2570 | 2024.06.25 22:12:21.244689 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2571 | 2024.06.25 22:12:21.244836 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 2572 | 2024.06.25 22:12:21.244989 [ 258 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2573 | 2024.06.25 22:12:21.245013 [ 259 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2574 | 2024.06.25 22:12:21.245022 [ 260 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2575 | 2024.06.25 22:12:21.245149 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2576 | 2024.06.25 22:12:21.245178 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2577 | 2024.06.25 22:12:21.245259 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2578 | 2024.06.25 22:12:21.245280 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2579 | 2024.06.25 22:12:21.245318 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <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', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" | ||
| 2580 | 2024.06.25 22:12:21.245359 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <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', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" | ||
| 2581 | 2024.06.25 22:12:21.246642 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002678 sec., 6721.433905899926 rows/sec., 282.25 KiB/sec. | ||
| 2582 | 2024.06.25 22:12:21.246937 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Debug> DynamicQueryHandler: Done processing query | ||
| 2583 | 2024.06.25 22:12:21.246961 [ 3 ] {35040b70-c4aa-4d8e-80ef-d1ba45e6c244} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2584 | 2024.06.25 22:12:21.246978 [ 3 ] {} <Debug> HTTP-Session: a52e16ab-c039-420a-8168-0b5674d4aae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2585 | 2024.06.25 22:12:21.247205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2586 | 2024.06.25 22:12:21.247253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2587 | 2024.06.25 22:12:21.247273 [ 3 ] {} <Debug> HTTP-Session: a07924d3-2302-4b00-8570-de5de93ad873 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2588 | 2024.06.25 22:12:21.247289 [ 3 ] {} <Debug> HTTP-Session: a07924d3-2302-4b00-8570-de5de93ad873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2589 | 2024.06.25 22:12:21.247303 [ 3 ] {} <Debug> HTTP-Session: a07924d3-2302-4b00-8570-de5de93ad873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2590 | 2024.06.25 22:12:21.247337 [ 3 ] {} <Trace> HTTP-Session: a07924d3-2302-4b00-8570-de5de93ad873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2591 | 2024.06.25 22:12:21.247482 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2592 | 2024.06.25 22:12:21.247750 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2593 | 2024.06.25 22:12:21.247790 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 2594 | 2024.06.25 22:12:21.248049 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2595 | 2024.06.25 22:12:21.248113 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2596 | 2024.06.25 22:12:21.248255 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 2597 | 2024.06.25 22:12:21.248388 [ 255 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2598 | 2024.06.25 22:12:21.248405 [ 256 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2599 | 2024.06.25 22:12:21.248397 [ 251 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2600 | 2024.06.25 22:12:21.248536 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2601 | 2024.06.25 22:12:21.248564 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2602 | 2024.06.25 22:12:21.248642 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2603 | 2024.06.25 22:12:21.248662 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2604 | 2024.06.25 22:12:21.248700 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 2605 | 2024.06.25 22:12:21.248741 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 2606 | 2024.06.25 22:12:21.250156 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002742 sec., 6564.551422319475 rows/sec., 275.66 KiB/sec. | ||
| 2607 | 2024.06.25 22:12:21.250455 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Debug> DynamicQueryHandler: Done processing query | ||
| 2608 | 2024.06.25 22:12:21.250479 [ 3 ] {fffaa0a5-e8b1-402b-b0f1-c270c88af427} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2609 | 2024.06.25 22:12:21.250495 [ 3 ] {} <Debug> HTTP-Session: a07924d3-2302-4b00-8570-de5de93ad873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2610 | 2024.06.25 22:12:21.250705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2611 | 2024.06.25 22:12:21.250754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2612 | 2024.06.25 22:12:21.250773 [ 3 ] {} <Debug> HTTP-Session: 480daf9d-cd68-46ea-8dc1-49d05ee4935d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2613 | 2024.06.25 22:12:21.250789 [ 3 ] {} <Debug> HTTP-Session: 480daf9d-cd68-46ea-8dc1-49d05ee4935d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2614 | 2024.06.25 22:12:21.250802 [ 3 ] {} <Debug> HTTP-Session: 480daf9d-cd68-46ea-8dc1-49d05ee4935d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2615 | 2024.06.25 22:12:21.250834 [ 3 ] {} <Trace> HTTP-Session: 480daf9d-cd68-46ea-8dc1-49d05ee4935d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2616 | 2024.06.25 22:12:21.250973 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 2617 | 2024.06.25 22:12:21.251244 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2618 | 2024.06.25 22:12:21.251286 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2619 | 2024.06.25 22:12:21.251550 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2620 | 2024.06.25 22:12:21.251614 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2621 | 2024.06.25 22:12:21.251750 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 2622 | 2024.06.25 22:12:21.251889 [ 258 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2623 | 2024.06.25 22:12:21.251910 [ 259 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2624 | 2024.06.25 22:12:21.251890 [ 255 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2625 | 2024.06.25 22:12:21.252038 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2626 | 2024.06.25 22:12:21.252066 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2627 | 2024.06.25 22:12:21.252145 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2628 | 2024.06.25 22:12:21.252166 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2629 | 2024.06.25 22:12:21.252204 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2630 | 2024.06.25 22:12:21.252242 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 2631 | 2024.06.25 22:12:21.253352 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002443 sec., 7367.990176013099 rows/sec., 309.40 KiB/sec. | ||
| 2632 | 2024.06.25 22:12:21.253649 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Debug> DynamicQueryHandler: Done processing query | ||
| 2633 | 2024.06.25 22:12:21.253673 [ 3 ] {f6287869-a8f3-44be-acd6-4617723e7826} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2634 | 2024.06.25 22:12:21.253689 [ 3 ] {} <Debug> HTTP-Session: 480daf9d-cd68-46ea-8dc1-49d05ee4935d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2635 | 2024.06.25 22:12:21.255744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2636 | 2024.06.25 22:12:21.255798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2637 | 2024.06.25 22:12:21.255819 [ 3 ] {} <Debug> HTTP-Session: 7cc4627e-bf23-46cf-955b-fcb392261be7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2638 | 2024.06.25 22:12:21.255838 [ 3 ] {} <Debug> HTTP-Session: 7cc4627e-bf23-46cf-955b-fcb392261be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2639 | 2024.06.25 22:12:21.255854 [ 3 ] {} <Debug> HTTP-Session: 7cc4627e-bf23-46cf-955b-fcb392261be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2640 | 2024.06.25 22:12:21.255890 [ 3 ] {} <Trace> HTTP-Session: 7cc4627e-bf23-46cf-955b-fcb392261be7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2024.06.25 22:12:21.256014 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2642 | 2024.06.25 22:12:21.256063 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2643 | 2024.06.25 22:12:21.256330 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2644 | 2024.06.25 22:12:21.256754 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2024.06.25 22:12:21.256793 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2646 | 2024.06.25 22:12:21.257286 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2647 | 2024.06.25 22:12:21.257609 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2648 | 2024.06.25 22:12:21.257780 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001754 sec., 2280.501710376283 rows/sec., 290.07 KiB/sec. | ||
| 2649 | 2024.06.25 22:12:21.258128 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2650 | 2024.06.25 22:12:21.258154 [ 3 ] {5a61bfb8-0e7a-4c99-bd4a-8549a807a7d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2651 | 2024.06.25 22:12:21.258170 [ 3 ] {} <Debug> HTTP-Session: 7cc4627e-bf23-46cf-955b-fcb392261be7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2652 | 2024.06.25 22:12:21.258274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2653 | 2024.06.25 22:12:21.258322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2654 | 2024.06.25 22:12:21.258342 [ 3 ] {} <Debug> HTTP-Session: bda5d351-034c-48e7-87b2-30014d47bd90 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2655 | 2024.06.25 22:12:21.258358 [ 3 ] {} <Debug> HTTP-Session: bda5d351-034c-48e7-87b2-30014d47bd90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2656 | 2024.06.25 22:12:21.258372 [ 3 ] {} <Debug> HTTP-Session: bda5d351-034c-48e7-87b2-30014d47bd90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2657 | 2024.06.25 22:12:21.258403 [ 3 ] {} <Trace> HTTP-Session: bda5d351-034c-48e7-87b2-30014d47bd90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2658 | 2024.06.25 22:12:21.258502 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2659 | 2024.06.25 22:12:21.258545 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2660 | 2024.06.25 22:12:21.258693 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2661 | 2024.06.25 22:12:21.259003 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2024.06.25 22:12:21.259039 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2663 | 2024.06.25 22:12:21.259342 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2664 | 2024.06.25 22:12:21.259647 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2024.06.25 22:12:21.259774 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001301 sec., 8455.034588777862 rows/sec., 685.32 KiB/sec. | ||
| 2666 | 2024.06.25 22:12:21.259986 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2667 | 2024.06.25 22:12:21.260011 [ 3 ] {62c8f331-bd4f-410d-82d8-ec31cbbd3d5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2668 | 2024.06.25 22:12:21.260027 [ 3 ] {} <Debug> HTTP-Session: bda5d351-034c-48e7-87b2-30014d47bd90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2669 | 2024.06.25 22:12:21.260140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2670 | 2024.06.25 22:12:21.260188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2671 | 2024.06.25 22:12:21.260207 [ 3 ] {} <Debug> HTTP-Session: 6294e5b6-007c-462a-a352-24fb41895903 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2672 | 2024.06.25 22:12:21.260223 [ 3 ] {} <Debug> HTTP-Session: 6294e5b6-007c-462a-a352-24fb41895903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2673 | 2024.06.25 22:12:21.260236 [ 3 ] {} <Debug> HTTP-Session: 6294e5b6-007c-462a-a352-24fb41895903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2674 | 2024.06.25 22:12:21.260266 [ 3 ] {} <Trace> HTTP-Session: 6294e5b6-007c-462a-a352-24fb41895903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2675 | 2024.06.25 22:12:21.260378 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2676 | 2024.06.25 22:12:21.260421 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2677 | 2024.06.25 22:12:21.260563 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2678 | 2024.06.25 22:12:21.260906 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2679 | 2024.06.25 22:12:21.260943 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2680 | 2024.06.25 22:12:21.261241 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2681 | 2024.06.25 22:12:21.261541 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2682 | 2024.06.25 22:12:21.261690 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Debug> executeQuery: Read 63 rows, 5.38 KiB in 0.001349 sec., 46701.26019273536 rows/sec., 3.90 MiB/sec. | ||
| 2683 | 2024.06.25 22:12:21.261850 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Debug> DynamicQueryHandler: Done processing query | ||
| 2684 | 2024.06.25 22:12:21.261873 [ 3 ] {2ee31462-aa91-40ae-9316-c9c3f6217177} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2685 | 2024.06.25 22:12:21.261888 [ 3 ] {} <Debug> HTTP-Session: 6294e5b6-007c-462a-a352-24fb41895903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2686 | 2024.06.25 22:12:21.262020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2687 | 2024.06.25 22:12:21.262069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2688 | 2024.06.25 22:12:21.262087 [ 3 ] {} <Debug> HTTP-Session: 8b6ce4b4-7ee8-41ed-a543-c65d6036d7e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2689 | 2024.06.25 22:12:21.262103 [ 3 ] {} <Debug> HTTP-Session: 8b6ce4b4-7ee8-41ed-a543-c65d6036d7e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2690 | 2024.06.25 22:12:21.262117 [ 3 ] {} <Debug> HTTP-Session: 8b6ce4b4-7ee8-41ed-a543-c65d6036d7e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2691 | 2024.06.25 22:12:21.262147 [ 3 ] {} <Trace> HTTP-Session: 8b6ce4b4-7ee8-41ed-a543-c65d6036d7e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2692 | 2024.06.25 22:12:21.262258 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2693 | 2024.06.25 22:12:21.262299 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2694 | 2024.06.25 22:12:21.262424 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2695 | 2024.06.25 22:12:21.262724 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2024.06.25 22:12:21.262785 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2697 | 2024.06.25 22:12:21.263086 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2698 | 2024.06.25 22:12:21.263390 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2024.06.25 22:12:21.263537 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Debug> executeQuery: Read 47 rows, 3.76 KiB in 0.001314 sec., 35768.64535768645 rows/sec., 2.79 MiB/sec. | ||
| 2700 | 2024.06.25 22:12:21.263695 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2701 | 2024.06.25 22:12:21.263720 [ 3 ] {5ad5382b-6673-4fe4-914b-9041e01452eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2702 | 2024.06.25 22:12:21.263737 [ 3 ] {} <Debug> HTTP-Session: 8b6ce4b4-7ee8-41ed-a543-c65d6036d7e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2703 | 2024.06.25 22:12:21.263844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 11171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2704 | 2024.06.25 22:12:21.263892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2705 | 2024.06.25 22:12:21.263911 [ 3 ] {} <Debug> HTTP-Session: 1476355b-d941-4ada-8960-2129bd1ea3ba Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2706 | 2024.06.25 22:12:21.263927 [ 3 ] {} <Debug> HTTP-Session: 1476355b-d941-4ada-8960-2129bd1ea3ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2707 | 2024.06.25 22:12:21.263941 [ 3 ] {} <Debug> HTTP-Session: 1476355b-d941-4ada-8960-2129bd1ea3ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2708 | 2024.06.25 22:12:21.263971 [ 3 ] {} <Trace> HTTP-Session: 1476355b-d941-4ada-8960-2129bd1ea3ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2709 | 2024.06.25 22:12:21.264086 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2710 | 2024.06.25 22:12:21.264132 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2711 | 2024.06.25 22:12:21.264275 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2712 | 2024.06.25 22:12:21.264584 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.06.25 22:12:21.264619 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2714 | 2024.06.25 22:12:21.264989 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2715 | 2024.06.25 22:12:21.265320 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.06.25 22:12:21.265476 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Debug> executeQuery: Read 58 rows, 4.16 KiB in 0.001429 sec., 40587.82365290413 rows/sec., 2.84 MiB/sec. | ||
| 2717 | 2024.06.25 22:12:21.265641 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2718 | 2024.06.25 22:12:21.265665 [ 3 ] {afa36fee-3d60-42c0-a741-127e3f38123d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2719 | 2024.06.25 22:12:21.265681 [ 3 ] {} <Debug> HTTP-Session: 1476355b-d941-4ada-8960-2129bd1ea3ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2720 | 2024.06.25 22:12:21.265797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2721 | 2024.06.25 22:12:21.265845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2722 | 2024.06.25 22:12:21.265864 [ 3 ] {} <Debug> HTTP-Session: 801c1e64-6adc-4c2a-b003-6a81cc1b12e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2723 | 2024.06.25 22:12:21.265880 [ 3 ] {} <Debug> HTTP-Session: 801c1e64-6adc-4c2a-b003-6a81cc1b12e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2724 | 2024.06.25 22:12:21.265894 [ 3 ] {} <Debug> HTTP-Session: 801c1e64-6adc-4c2a-b003-6a81cc1b12e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2725 | 2024.06.25 22:12:21.265925 [ 3 ] {} <Trace> HTTP-Session: 801c1e64-6adc-4c2a-b003-6a81cc1b12e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2726 | 2024.06.25 22:12:21.266107 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2727 | 2024.06.25 22:12:21.266172 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2728 | 2024.06.25 22:12:21.266588 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2729 | 2024.06.25 22:12:21.267117 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2730 | 2024.06.25 22:12:21.267153 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2731 | 2024.06.25 22:12:21.267740 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2732 | 2024.06.25 22:12:21.268146 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2733 | 2024.06.25 22:12:21.268362 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002358 sec., 4664.970313825276 rows/sec., 8.36 MiB/sec. | ||
| 2734 | 2024.06.25 22:12:21.268897 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2735 | 2024.06.25 22:12:21.268921 [ 3 ] {acc55f63-2d68-478f-b8bf-b329879f0bd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 2736 | 2024.06.25 22:12:21.268937 [ 3 ] {} <Debug> HTTP-Session: 801c1e64-6adc-4c2a-b003-6a81cc1b12e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2737 | 2024.06.25 22:12:21.269044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 4258, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2738 | 2024.06.25 22:12:21.269093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2739 | 2024.06.25 22:12:21.269111 [ 3 ] {} <Debug> HTTP-Session: 6f91f1e1-1c88-49b8-a652-9fb1865e732f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2740 | 2024.06.25 22:12:21.269128 [ 3 ] {} <Debug> HTTP-Session: 6f91f1e1-1c88-49b8-a652-9fb1865e732f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.06.25 22:12:21.269142 [ 3 ] {} <Debug> HTTP-Session: 6f91f1e1-1c88-49b8-a652-9fb1865e732f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2742 | 2024.06.25 22:12:21.269174 [ 3 ] {} <Trace> HTTP-Session: 6f91f1e1-1c88-49b8-a652-9fb1865e732f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.06.25 22:12:21.269277 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2744 | 2024.06.25 22:12:21.269322 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2745 | 2024.06.25 22:12:21.269468 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2746 | 2024.06.25 22:12:21.269784 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2024.06.25 22:12:21.269819 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2748 | 2024.06.25 22:12:21.270188 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2749 | 2024.06.25 22:12:21.270507 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2024.06.25 22:12:21.270656 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Debug> executeQuery: Read 28 rows, 1.91 KiB in 0.001408 sec., 19886.363636363636 rows/sec., 1.32 MiB/sec. | ||
| 2751 | 2024.06.25 22:12:21.270818 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Debug> DynamicQueryHandler: Done processing query | ||
| 2752 | 2024.06.25 22:12:21.270842 [ 3 ] {e5eaf4fe-6bc5-4562-b17b-0364fc83c161} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2753 | 2024.06.25 22:12:21.270858 [ 3 ] {} <Debug> HTTP-Session: 6f91f1e1-1c88-49b8-a652-9fb1865e732f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2754 | 2024.06.25 22:12:23.063578 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2755 | 2024.06.25 22:12:23.063632 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2756 | 2024.06.25 22:12:26.234853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2757 | 2024.06.25 22:12:26.235001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2758 | 2024.06.25 22:12:26.235030 [ 3 ] {} <Debug> HTTP-Session: 948b9303-fe16-4228-bb52-370663d5feca Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2759 | 2024.06.25 22:12:26.235060 [ 3 ] {} <Debug> HTTP-Session: 948b9303-fe16-4228-bb52-370663d5feca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2760 | 2024.06.25 22:12:26.235078 [ 3 ] {} <Debug> HTTP-Session: 948b9303-fe16-4228-bb52-370663d5feca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2761 | 2024.06.25 22:12:26.235133 [ 3 ] {} <Trace> HTTP-Session: 948b9303-fe16-4228-bb52-370663d5feca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2762 | 2024.06.25 22:12:26.235345 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2763 | 2024.06.25 22:12:26.235422 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2764 | 2024.06.25 22:12:26.235644 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2765 | 2024.06.25 22:12:26.236165 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2024.06.25 22:12:26.236211 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2767 | 2024.06.25 22:12:26.236581 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2768 | 2024.06.25 22:12:26.236921 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): 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.25 22:12:26.237103 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001816 sec., 11013.215859030837 rows/sec., 892.67 KiB/sec. | ||
| 2770 | 2024.06.25 22:12:26.237424 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2771 | 2024.06.25 22:12:26.237452 [ 3 ] {bc532d5c-5ee1-49f8-bb7b-deb0e5bca6f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2772 | 2024.06.25 22:12:26.237469 [ 3 ] {} <Debug> HTTP-Session: 948b9303-fe16-4228-bb52-370663d5feca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2773 | 2024.06.25 22:12:26.237601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2774 | 2024.06.25 22:12:26.237658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2775 | 2024.06.25 22:12:26.237677 [ 3 ] {} <Debug> HTTP-Session: e66c12bf-7814-4718-8485-5e44ca433ab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2776 | 2024.06.25 22:12:26.237695 [ 3 ] {} <Debug> HTTP-Session: e66c12bf-7814-4718-8485-5e44ca433ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2777 | 2024.06.25 22:12:26.237709 [ 3 ] {} <Debug> HTTP-Session: e66c12bf-7814-4718-8485-5e44ca433ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2778 | 2024.06.25 22:12:26.237743 [ 3 ] {} <Trace> HTTP-Session: e66c12bf-7814-4718-8485-5e44ca433ab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2779 | 2024.06.25 22:12:26.237871 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2780 | 2024.06.25 22:12:26.237918 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2781 | 2024.06.25 22:12:26.238069 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2782 | 2024.06.25 22:12:26.238453 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2783 | 2024.06.25 22:12:26.238492 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2784 | 2024.06.25 22:12:26.238810 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2785 | 2024.06.25 22:12:26.239117 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2786 | 2024.06.25 22:12:26.239272 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Debug> executeQuery: Read 90 rows, 7.82 KiB in 0.001447 sec., 62197.650310988254 rows/sec., 5.28 MiB/sec. | ||
| 2787 | 2024.06.25 22:12:26.239586 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Debug> DynamicQueryHandler: Done processing query | ||
| 2788 | 2024.06.25 22:12:26.239613 [ 3 ] {9dddd1f5-aad3-40b0-b649-1406876d6bae} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2789 | 2024.06.25 22:12:26.239629 [ 3 ] {} <Debug> HTTP-Session: e66c12bf-7814-4718-8485-5e44ca433ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2790 | 2024.06.25 22:12:26.239745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9529, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2791 | 2024.06.25 22:12:26.239796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2792 | 2024.06.25 22:12:26.239815 [ 3 ] {} <Debug> HTTP-Session: 85f6c1ba-34f0-43c1-94c3-c585fef1a131 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2793 | 2024.06.25 22:12:26.239832 [ 3 ] {} <Debug> HTTP-Session: 85f6c1ba-34f0-43c1-94c3-c585fef1a131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2794 | 2024.06.25 22:12:26.239846 [ 3 ] {} <Debug> HTTP-Session: 85f6c1ba-34f0-43c1-94c3-c585fef1a131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2795 | 2024.06.25 22:12:26.239878 [ 3 ] {} <Trace> HTTP-Session: 85f6c1ba-34f0-43c1-94c3-c585fef1a131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2796 | 2024.06.25 22:12:26.240004 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2797 | 2024.06.25 22:12:26.240049 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2798 | 2024.06.25 22:12:26.240197 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2799 | 2024.06.25 22:12:26.240508 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2024.06.25 22:12:26.240544 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2801 | 2024.06.25 22:12:26.240846 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2802 | 2024.06.25 22:12:26.241147 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): 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.25 22:12:26.241299 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001333 sec., 42010.502625656416 rows/sec., 3.28 MiB/sec. | ||
| 2804 | 2024.06.25 22:12:26.241460 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2805 | 2024.06.25 22:12:26.241484 [ 3 ] {13509978-6c2a-4407-b13e-eeb6f0a367d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2806 | 2024.06.25 22:12:26.241500 [ 3 ] {} <Debug> HTTP-Session: 85f6c1ba-34f0-43c1-94c3-c585fef1a131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2807 | 2024.06.25 22:12:26.241602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2808 | 2024.06.25 22:12:26.241650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2809 | 2024.06.25 22:12:26.241668 [ 3 ] {} <Debug> HTTP-Session: a8885782-851c-4a7f-a565-f6fe63a18915 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2810 | 2024.06.25 22:12:26.241684 [ 3 ] {} <Debug> HTTP-Session: a8885782-851c-4a7f-a565-f6fe63a18915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2811 | 2024.06.25 22:12:26.241698 [ 3 ] {} <Debug> HTTP-Session: a8885782-851c-4a7f-a565-f6fe63a18915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2812 | 2024.06.25 22:12:26.241729 [ 3 ] {} <Trace> HTTP-Session: a8885782-851c-4a7f-a565-f6fe63a18915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2813 | 2024.06.25 22:12:26.241842 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2814 | 2024.06.25 22:12:26.241889 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2815 | 2024.06.25 22:12:26.242032 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2816 | 2024.06.25 22:12:26.242351 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2817 | 2024.06.25 22:12:26.242387 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2818 | 2024.06.25 22:12:26.242761 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2819 | 2024.06.25 22:12:26.243090 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2820 | 2024.06.25 22:12:26.243245 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001435 sec., 41811.846689895465 rows/sec., 2.93 MiB/sec. | ||
| 2821 | 2024.06.25 22:12:26.243529 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Debug> DynamicQueryHandler: Done processing query | ||
| 2822 | 2024.06.25 22:12:26.243579 [ 3 ] {6159b897-c212-4d87-8fb7-eab9b924efea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2823 | 2024.06.25 22:12:26.243614 [ 3 ] {} <Debug> HTTP-Session: a8885782-851c-4a7f-a565-f6fe63a18915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2824 | 2024.06.25 22:12:26.243777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31999, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2825 | 2024.06.25 22:12:26.243826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2826 | 2024.06.25 22:12:26.243844 [ 3 ] {} <Debug> HTTP-Session: 40db3f70-fdbf-45ac-b9b7-282c4dd6c3eb Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2827 | 2024.06.25 22:12:26.243860 [ 3 ] {} <Debug> HTTP-Session: 40db3f70-fdbf-45ac-b9b7-282c4dd6c3eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2828 | 2024.06.25 22:12:26.243874 [ 3 ] {} <Debug> HTTP-Session: 40db3f70-fdbf-45ac-b9b7-282c4dd6c3eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2829 | 2024.06.25 22:12:26.243904 [ 3 ] {} <Trace> HTTP-Session: 40db3f70-fdbf-45ac-b9b7-282c4dd6c3eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2830 | 2024.06.25 22:12:26.244336 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2831 | 2024.06.25 22:12:26.244408 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2832 | 2024.06.25 22:12:26.244839 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2833 | 2024.06.25 22:12:26.245430 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2834 | 2024.06.25 22:12:26.245466 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2835 | 2024.06.25 22:12:26.246069 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2836 | 2024.06.25 22:12:26.246469 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2837 | 2024.06.25 22:12:26.246663 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002675 sec., 7476.6355140186915 rows/sec., 13.40 MiB/sec. | ||
| 2838 | 2024.06.25 22:12:26.246893 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2839 | 2024.06.25 22:12:26.246917 [ 3 ] {3d280ef0-8d08-417e-9390-26fb46251fc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2840 | 2024.06.25 22:12:26.246932 [ 3 ] {} <Debug> HTTP-Session: 40db3f70-fdbf-45ac-b9b7-282c4dd6c3eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2841 | 2024.06.25 22:12:26.247038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2842 | 2024.06.25 22:12:26.247086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2843 | 2024.06.25 22:12:26.247104 [ 3 ] {} <Debug> HTTP-Session: 1850d858-ac13-4e4a-88b7-1bad1206387c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2844 | 2024.06.25 22:12:26.247121 [ 3 ] {} <Debug> HTTP-Session: 1850d858-ac13-4e4a-88b7-1bad1206387c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2845 | 2024.06.25 22:12:26.247134 [ 3 ] {} <Debug> HTTP-Session: 1850d858-ac13-4e4a-88b7-1bad1206387c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2846 | 2024.06.25 22:12:26.247165 [ 3 ] {} <Trace> HTTP-Session: 1850d858-ac13-4e4a-88b7-1bad1206387c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2847 | 2024.06.25 22:12:26.247272 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2848 | 2024.06.25 22:12:26.247317 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2849 | 2024.06.25 22:12:26.247443 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2850 | 2024.06.25 22:12:26.247707 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2851 | 2024.06.25 22:12:26.247742 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2852 | 2024.06.25 22:12:26.248089 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2853 | 2024.06.25 22:12:26.248405 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2854 | 2024.06.25 22:12:26.248563 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001325 sec., 22641.509433962263 rows/sec., 1.50 MiB/sec. | ||
| 2855 | 2024.06.25 22:12:26.248845 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2856 | 2024.06.25 22:12:26.248870 [ 3 ] {c5500432-6405-429a-a21d-dd73649b886a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2857 | 2024.06.25 22:12:26.248885 [ 3 ] {} <Debug> HTTP-Session: 1850d858-ac13-4e4a-88b7-1bad1206387c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2858 | 2024.06.25 22:12:31.235468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2859 | 2024.06.25 22:12:31.235610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2860 | 2024.06.25 22:12:31.235640 [ 3 ] {} <Debug> HTTP-Session: 7202533f-84b7-4eec-aa89-33d60d2eef18 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2861 | 2024.06.25 22:12:31.235668 [ 3 ] {} <Debug> HTTP-Session: 7202533f-84b7-4eec-aa89-33d60d2eef18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2862 | 2024.06.25 22:12:31.235686 [ 3 ] {} <Debug> HTTP-Session: 7202533f-84b7-4eec-aa89-33d60d2eef18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2863 | 2024.06.25 22:12:31.235742 [ 3 ] {} <Trace> HTTP-Session: 7202533f-84b7-4eec-aa89-33d60d2eef18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2864 | 2024.06.25 22:12:31.235937 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2865 | 2024.06.25 22:12:31.236012 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2866 | 2024.06.25 22:12:31.236229 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2867 | 2024.06.25 22:12:31.236645 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2024.06.25 22:12:31.236685 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2869 | 2024.06.25 22:12:31.237056 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2870 | 2024.06.25 22:12:31.237388 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2871 | 2024.06.25 22:12:31.237528 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001654 sec., 6650.544135429262 rows/sec., 539.06 KiB/sec. | ||
| 2872 | 2024.06.25 22:12:31.237731 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2873 | 2024.06.25 22:12:31.237758 [ 3 ] {47944f11-e309-48b5-a7cf-ee27f3eadcc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2874 | 2024.06.25 22:12:31.237774 [ 3 ] {} <Debug> HTTP-Session: 7202533f-84b7-4eec-aa89-33d60d2eef18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2875 | 2024.06.25 22:12:31.237897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9245, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2876 | 2024.06.25 22:12:31.237951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2877 | 2024.06.25 22:12:31.237972 [ 3 ] {} <Debug> HTTP-Session: 04987e80-a088-4ed0-868d-7832243aaea7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2878 | 2024.06.25 22:12:31.237990 [ 3 ] {} <Debug> HTTP-Session: 04987e80-a088-4ed0-868d-7832243aaea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2879 | 2024.06.25 22:12:31.238005 [ 3 ] {} <Debug> HTTP-Session: 04987e80-a088-4ed0-868d-7832243aaea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2880 | 2024.06.25 22:12:31.238040 [ 3 ] {} <Trace> HTTP-Session: 04987e80-a088-4ed0-868d-7832243aaea7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2881 | 2024.06.25 22:12:31.238164 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2882 | 2024.06.25 22:12:31.238211 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2883 | 2024.06.25 22:12:31.238341 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2884 | 2024.06.25 22:12:31.238663 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2024.06.25 22:12:31.238698 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2886 | 2024.06.25 22:12:31.239010 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2887 | 2024.06.25 22:12:31.239329 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2024.06.25 22:12:31.239459 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Debug> executeQuery: Read 63 rows, 5.38 KiB in 0.001335 sec., 47191.011235955055 rows/sec., 3.94 MiB/sec. | ||
| 2889 | 2024.06.25 22:12:31.239645 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2890 | 2024.06.25 22:12:31.239669 [ 3 ] {699d670c-d820-431f-9116-2e4fbde2c05e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2891 | 2024.06.25 22:12:31.239685 [ 3 ] {} <Debug> HTTP-Session: 04987e80-a088-4ed0-868d-7832243aaea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2892 | 2024.06.25 22:12:31.239805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2893 | 2024.06.25 22:12:31.239855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2894 | 2024.06.25 22:12:31.239874 [ 3 ] {} <Debug> HTTP-Session: 62dbf8ae-d7a8-44ae-827e-9077fba8db32 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2895 | 2024.06.25 22:12:31.239892 [ 3 ] {} <Debug> HTTP-Session: 62dbf8ae-d7a8-44ae-827e-9077fba8db32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2896 | 2024.06.25 22:12:31.239906 [ 3 ] {} <Debug> HTTP-Session: 62dbf8ae-d7a8-44ae-827e-9077fba8db32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2897 | 2024.06.25 22:12:31.239938 [ 3 ] {} <Trace> HTTP-Session: 62dbf8ae-d7a8-44ae-827e-9077fba8db32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2898 | 2024.06.25 22:12:31.240046 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2899 | 2024.06.25 22:12:31.240090 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2900 | 2024.06.25 22:12:31.240225 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2901 | 2024.06.25 22:12:31.240518 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2024.06.25 22:12:31.240555 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2903 | 2024.06.25 22:12:31.240860 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2904 | 2024.06.25 22:12:31.241165 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2905 | 2024.06.25 22:12:31.241324 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Debug> executeQuery: Read 47 rows, 3.76 KiB in 0.0013 sec., 36153.846153846156 rows/sec., 2.82 MiB/sec. | ||
| 2906 | 2024.06.25 22:12:31.241644 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Debug> DynamicQueryHandler: Done processing query | ||
| 2907 | 2024.06.25 22:12:31.241683 [ 3 ] {54378a54-4bcd-40a9-94a3-dc51fdfd2422} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2908 | 2024.06.25 22:12:31.241701 [ 3 ] {} <Debug> HTTP-Session: 62dbf8ae-d7a8-44ae-827e-9077fba8db32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2909 | 2024.06.25 22:12:31.241838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2910 | 2024.06.25 22:12:31.241888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2911 | 2024.06.25 22:12:31.241907 [ 3 ] {} <Debug> HTTP-Session: a119e5c8-a7bd-423f-875c-0892a817f58e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2912 | 2024.06.25 22:12:31.241924 [ 3 ] {} <Debug> HTTP-Session: a119e5c8-a7bd-423f-875c-0892a817f58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2913 | 2024.06.25 22:12:31.241937 [ 3 ] {} <Debug> HTTP-Session: a119e5c8-a7bd-423f-875c-0892a817f58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2914 | 2024.06.25 22:12:31.241969 [ 3 ] {} <Trace> HTTP-Session: a119e5c8-a7bd-423f-875c-0892a817f58e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2024.06.25 22:12:31.242092 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2916 | 2024.06.25 22:12:31.242142 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2917 | 2024.06.25 22:12:31.242308 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2918 | 2024.06.25 22:12:31.242616 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2024.06.25 22:12:31.242653 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2920 | 2024.06.25 22:12:31.243031 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2921 | 2024.06.25 22:12:31.243361 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2024.06.25 22:12:31.243518 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.87 MiB/sec. | ||
| 2923 | 2024.06.25 22:12:31.243679 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Debug> DynamicQueryHandler: Done processing query | ||
| 2924 | 2024.06.25 22:12:31.243703 [ 3 ] {e6e1e749-1b71-43d0-809e-2987c6a1dc88} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2925 | 2024.06.25 22:12:31.243718 [ 3 ] {} <Debug> HTTP-Session: a119e5c8-a7bd-423f-875c-0892a817f58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2926 | 2024.06.25 22:12:31.243850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2927 | 2024.06.25 22:12:31.243896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2928 | 2024.06.25 22:12:31.243915 [ 3 ] {} <Debug> HTTP-Session: a39da203-a972-4783-ac51-1ebcdd87d1bf Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2929 | 2024.06.25 22:12:31.243931 [ 3 ] {} <Debug> HTTP-Session: a39da203-a972-4783-ac51-1ebcdd87d1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2930 | 2024.06.25 22:12:31.243945 [ 3 ] {} <Debug> HTTP-Session: a39da203-a972-4783-ac51-1ebcdd87d1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2931 | 2024.06.25 22:12:31.243976 [ 3 ] {} <Trace> HTTP-Session: a39da203-a972-4783-ac51-1ebcdd87d1bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2932 | 2024.06.25 22:12:31.244148 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2933 | 2024.06.25 22:12:31.244211 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2934 | 2024.06.25 22:12:31.244621 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2935 | 2024.06.25 22:12:31.245138 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2936 | 2024.06.25 22:12:31.245174 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2937 | 2024.06.25 22:12:31.245756 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2938 | 2024.06.25 22:12:31.246150 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2939 | 2024.06.25 22:12:31.246349 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002301 sec., 4780.530204259017 rows/sec., 8.57 MiB/sec. | ||
| 2940 | 2024.06.25 22:12:31.246568 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2941 | 2024.06.25 22:12:31.246592 [ 3 ] {ec3c5d0d-c21d-4c9f-bf5e-5ccbc5df971d} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 2942 | 2024.06.25 22:12:31.246607 [ 3 ] {} <Debug> HTTP-Session: a39da203-a972-4783-ac51-1ebcdd87d1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2943 | 2024.06.25 22:12:31.246709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2944 | 2024.06.25 22:12:31.246757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2945 | 2024.06.25 22:12:31.246776 [ 3 ] {} <Debug> HTTP-Session: ce054b74-8f0c-4bc5-ade2-2b839bdd2e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2946 | 2024.06.25 22:12:31.246793 [ 3 ] {} <Debug> HTTP-Session: ce054b74-8f0c-4bc5-ade2-2b839bdd2e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2947 | 2024.06.25 22:12:31.246807 [ 3 ] {} <Debug> HTTP-Session: ce054b74-8f0c-4bc5-ade2-2b839bdd2e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2948 | 2024.06.25 22:12:31.246838 [ 3 ] {} <Trace> HTTP-Session: ce054b74-8f0c-4bc5-ade2-2b839bdd2e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2949 | 2024.06.25 22:12:31.246940 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2950 | 2024.06.25 22:12:31.246984 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2951 | 2024.06.25 22:12:31.247110 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2952 | 2024.06.25 22:12:31.247451 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2024.06.25 22:12:31.247486 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2954 | 2024.06.25 22:12:31.247841 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2955 | 2024.06.25 22:12:31.248159 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2956 | 2024.06.25 22:12:31.248311 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001396 sec., 21489.971346704868 rows/sec., 1.42 MiB/sec. | ||
| 2957 | 2024.06.25 22:12:31.248477 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Debug> DynamicQueryHandler: Done processing query | ||
| 2958 | 2024.06.25 22:12:31.248501 [ 3 ] {39e4ea61-36f8-460c-969a-3700e2f6d437} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2959 | 2024.06.25 22:12:31.248517 [ 3 ] {} <Debug> HTTP-Session: ce054b74-8f0c-4bc5-ade2-2b839bdd2e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2960 | 2024.06.25 22:12:36.235521 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2961 | 2024.06.25 22:12:36.235662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2962 | 2024.06.25 22:12:36.235689 [ 3 ] {} <Debug> HTTP-Session: b0ffc5ec-cdb0-4228-860f-3c57de2db493 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2963 | 2024.06.25 22:12:36.235713 [ 3 ] {} <Debug> HTTP-Session: b0ffc5ec-cdb0-4228-860f-3c57de2db493 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2964 | 2024.06.25 22:12:36.235727 [ 3 ] {} <Debug> HTTP-Session: b0ffc5ec-cdb0-4228-860f-3c57de2db493 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2965 | 2024.06.25 22:12:36.235783 [ 3 ] {} <Trace> HTTP-Session: b0ffc5ec-cdb0-4228-860f-3c57de2db493 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2966 | 2024.06.25 22:12:36.235983 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2967 | 2024.06.25 22:12:36.236058 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2968 | 2024.06.25 22:12:36.236260 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2969 | 2024.06.25 22:12:36.236714 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2970 | 2024.06.25 22:12:36.236760 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2971 | 2024.06.25 22:12:36.237133 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2972 | 2024.06.25 22:12:36.237477 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2973 | 2024.06.25 22:12:36.237644 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001714 sec., 11668.611435239207 rows/sec., 945.80 KiB/sec. | ||
| 2974 | 2024.06.25 22:12:36.237653 [ 32 ] {} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2975 | 2024.06.25 22:12:36.237756 [ 32 ] {} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2976 | 2024.06.25 22:12:36.237810 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2977 | 2024.06.25 22:12:36.237926 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Debug> DynamicQueryHandler: Done processing query | ||
| 2978 | 2024.06.25 22:12:36.237950 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 2979 | 2024.06.25 22:12:36.237961 [ 3 ] {f3640cf3-a720-4741-9240-2b996ccee490} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2980 | 2024.06.25 22:12:36.237994 [ 3 ] {} <Debug> HTTP-Session: b0ffc5ec-cdb0-4228-860f-3c57de2db493 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2981 | 2024.06.25 22:12:36.238082 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2982 | 2024.06.25 22:12:36.238113 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 2983 | 2024.06.25 22:12:36.238147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2984 | 2024.06.25 22:12:36.238214 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part | ||
| 2985 | 2024.06.25 22:12:36.238265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2986 | 2024.06.25 22:12:36.238351 [ 3 ] {} <Debug> HTTP-Session: de195787-542d-437d-b68d-115d9b724033 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 2987 | 2024.06.25 22:12:36.238474 [ 3 ] {} <Debug> HTTP-Session: de195787-542d-437d-b68d-115d9b724033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2988 | 2024.06.25 22:12:36.238588 [ 3 ] {} <Debug> HTTP-Session: de195787-542d-437d-b68d-115d9b724033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2989 | 2024.06.25 22:12:36.238623 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part | ||
| 2990 | 2024.06.25 22:12:36.238666 [ 3 ] {} <Trace> HTTP-Session: de195787-542d-437d-b68d-115d9b724033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2991 | 2024.06.25 22:12:36.238749 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 2992 | 2024.06.25 22:12:36.238893 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part | ||
| 2993 | 2024.06.25 22:12:36.238904 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2994 | 2024.06.25 22:12:36.239005 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2995 | 2024.06.25 22:12:36.239097 [ 191 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part | ||
| 2996 | 2024.06.25 22:12:36.239656 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2997 | 2024.06.25 22:12:36.240278 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2998 | 2024.06.25 22:12:36.240322 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 2999 | 2024.06.25 22:12:36.240787 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.002898341 sec., 38987.82096378583 rows/sec., 3.09 MiB/sec. | ||
| 3000 | 2024.06.25 22:12:36.240906 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3001 | 2024.06.25 22:12:36.240910 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3002 | 2024.06.25 22:12:36.241392 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2024.06.25 22:12:36.241433 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2024.06.25 22:12:36.241527 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_16_3} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3005 | 2024.06.25 22:12:36.241557 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Debug> executeQuery: Read 90 rows, 7.82 KiB in 0.002752 sec., 32703.488372093023 rows/sec., 2.77 MiB/sec. | ||
| 3006 | 2024.06.25 22:12:36.241569 [ 31 ] {} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3007 | 2024.06.25 22:12:36.241669 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3008 | 2024.06.25 22:12:36.241665 [ 31 ] {} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3009 | 2024.06.25 22:12:36.241736 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3010 | 2024.06.25 22:12:36.241835 [ 195 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 3011 | 2024.06.25 22:12:36.241845 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3012 | 2024.06.25 22:12:36.241875 [ 3 ] {aca44cf3-e3b8-4df7-a6a7-72bc3e9bc19a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3013 | 2024.06.25 22:12:36.241902 [ 3 ] {} <Debug> HTTP-Session: de195787-542d-437d-b68d-115d9b724033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3014 | 2024.06.25 22:12:36.241957 [ 195 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3015 | 2024.06.25 22:12:36.241984 [ 195 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 120 rows starting from the beginning of the part | ||
| 3016 | 2024.06.25 22:12:36.242107 [ 195 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 86 rows starting from the beginning of the part | ||
| 3017 | 2024.06.25 22:12:36.242143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9529, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3018 | 2024.06.25 22:12:36.242332 [ 195 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 63 rows starting from the beginning of the part | ||
| 3019 | 2024.06.25 22:12:36.242349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3020 | 2024.06.25 22:12:36.242443 [ 3 ] {} <Debug> HTTP-Session: 2ffec78a-9647-4172-a583-ce8287e27906 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3021 | 2024.06.25 22:12:36.242561 [ 3 ] {} <Debug> HTTP-Session: 2ffec78a-9647-4172-a583-ce8287e27906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3022 | 2024.06.25 22:12:36.242648 [ 3 ] {} <Debug> HTTP-Session: 2ffec78a-9647-4172-a583-ce8287e27906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3023 | 2024.06.25 22:12:36.242700 [ 195 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 90 rows starting from the beginning of the part | ||
| 3024 | 2024.06.25 22:12:36.242820 [ 3 ] {} <Trace> HTTP-Session: 2ffec78a-9647-4172-a583-ce8287e27906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3025 | 2024.06.25 22:12:36.242923 [ 195 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 63 rows starting from the beginning of the part | ||
| 3026 | 2024.06.25 22:12:36.243220 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3027 | 2024.06.25 22:12:36.243259 [ 195 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 90 rows starting from the beginning of the part | ||
| 3028 | 2024.06.25 22:12:36.243353 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3029 | 2024.06.25 22:12:36.243887 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3030 | 2024.06.25 22:12:36.244398 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3031 | 2024.06.25 22:12:36.244447 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3032 | 2024.06.25 22:12:36.244968 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3033 | 2024.06.25 22:12:36.245112 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 4 columns (4 merged, 0 gathered) in 0.003311417 sec., 154616.58860844164 rows/sec., 13.10 MiB/sec. | ||
| 3034 | 2024.06.25 22:12:36.245490 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3035 | 2024.06.25 22:12:36.245565 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3036 | 2024.06.25 22:12:36.245840 [ 31 ] {} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3037 | 2024.06.25 22:12:36.245926 [ 31 ] {} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2024.06.25 22:12:36.245965 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.002941 sec., 19041.142468548114 rows/sec., 1.49 MiB/sec. | ||
| 3039 | 2024.06.25 22:12:36.246012 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3040 | 2024.06.25 22:12:36.246609 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3041 | 2024.06.25 22:12:36.246649 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 3042 | 2024.06.25 22:12:36.246681 [ 3 ] {e3b3af3c-b1b5-4d9c-93d4-826798d10abd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3043 | 2024.06.25 22:12:36.246757 [ 3 ] {} <Debug> HTTP-Session: 2ffec78a-9647-4172-a583-ce8287e27906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3044 | 2024.06.25 22:12:36.246950 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3045 | 2024.06.25 22:12:36.247010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 11562, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3046 | 2024.06.25 22:12:36.247174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3047 | 2024.06.25 22:12:36.247240 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_16_3} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3048 | 2024.06.25 22:12:36.247245 [ 3 ] {} <Debug> HTTP-Session: c6ed5dec-96ae-4570-afd9-4994e79f2e4e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3049 | 2024.06.25 22:12:36.247262 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3050 | 2024.06.25 22:12:36.247300 [ 3 ] {} <Debug> HTTP-Session: c6ed5dec-96ae-4570-afd9-4994e79f2e4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3051 | 2024.06.25 22:12:36.247410 [ 3 ] {} <Debug> HTTP-Session: c6ed5dec-96ae-4570-afd9-4994e79f2e4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3052 | 2024.06.25 22:12:36.247405 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 79 rows starting from the beginning of the part | ||
| 3053 | 2024.06.25 22:12:36.247469 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3054 | 2024.06.25 22:12:36.247502 [ 3 ] {} <Trace> HTTP-Session: c6ed5dec-96ae-4570-afd9-4994e79f2e4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3055 | 2024.06.25 22:12:36.247765 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part | ||
| 3056 | 2024.06.25 22:12:36.247869 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3057 | 2024.06.25 22:12:36.248031 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 47 rows starting from the beginning of the part | ||
| 3058 | 2024.06.25 22:12:36.248082 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3059 | 2024.06.25 22:12:36.248429 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
| 3060 | 2024.06.25 22:12:36.248771 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 47 rows starting from the beginning of the part | ||
| 3061 | 2024.06.25 22:12:36.249116 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3062 | 2024.06.25 22:12:36.249123 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 3063 | 2024.06.25 22:12:36.249977 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2024.06.25 22:12:36.250030 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3065 | 2024.06.25 22:12:36.251096 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3066 | 2024.06.25 22:12:36.251835 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 333 rows, containing 4 columns (4 merged, 0 gathered) in 0.005543809 sec., 60067.00447291745 rows/sec., 4.69 MiB/sec. | ||
| 3067 | 2024.06.25 22:12:36.251971 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3068 | 2024.06.25 22:12:36.252182 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3069 | 2024.06.25 22:12:36.252221 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3070 | 2024.06.25 22:12:36.252242 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3071 | 2024.06.25 22:12:36.252230 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.004497 sec., 13342.228152101401 rows/sec., 958.76 KiB/sec. | ||
| 3072 | 2024.06.25 22:12:36.252316 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3073 | 2024.06.25 22:12:36.252866 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 3074 | 2024.06.25 22:12:36.252920 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3075 | 2024.06.25 22:12:36.253031 [ 3 ] {791cb356-5a36-439f-8ff1-ef27b4f9eb0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3076 | 2024.06.25 22:12:36.253157 [ 3 ] {} <Debug> HTTP-Session: c6ed5dec-96ae-4570-afd9-4994e79f2e4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3077 | 2024.06.25 22:12:36.253420 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3078 | 2024.06.25 22:12:36.253435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31998, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3079 | 2024.06.25 22:12:36.253538 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 251 rows starting from the beginning of the part | ||
| 3080 | 2024.06.25 22:12:36.253577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3081 | 2024.06.25 22:12:36.253668 [ 3 ] {} <Debug> HTTP-Session: 55534402-f3d6-4e2c-b564-4f527d946bbf Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3082 | 2024.06.25 22:12:36.253693 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2024.06.25 22:12:36.253811 [ 3 ] {} <Debug> HTTP-Session: 55534402-f3d6-4e2c-b564-4f527d946bbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3084 | 2024.06.25 22:12:36.253907 [ 3 ] {} <Debug> HTTP-Session: 55534402-f3d6-4e2c-b564-4f527d946bbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3085 | 2024.06.25 22:12:36.254049 [ 3 ] {} <Trace> HTTP-Session: 55534402-f3d6-4e2c-b564-4f527d946bbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3086 | 2024.06.25 22:12:36.254064 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_16_3} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3087 | 2024.06.25 22:12:36.254097 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 50 rows starting from the beginning of the part | ||
| 3088 | 2024.06.25 22:12:36.254342 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3089 | 2024.06.25 22:12:36.254506 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 58 rows starting from the beginning of the part | ||
| 3090 | 2024.06.25 22:12:36.254689 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3091 | 2024.06.25 22:12:36.254829 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 3092 | 2024.06.25 22:12:36.254936 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3093 | 2024.06.25 22:12:36.255220 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 3094 | 2024.06.25 22:12:36.255638 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 3095 | 2024.06.25 22:12:36.257337 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3096 | 2024.06.25 22:12:36.258952 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 539 rows, containing 5 columns (5 merged, 0 gathered) in 0.006382591 sec., 84448.46301447171 rows/sec., 5.88 MiB/sec. | ||
| 3097 | 2024.06.25 22:12:36.259169 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3098 | 2024.06.25 22:12:36.259209 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3099 | 2024.06.25 22:12:36.259219 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3100 | 2024.06.25 22:12:36.260307 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3101 | 2024.06.25 22:12:36.260623 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3102 | 2024.06.25 22:12:36.260814 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3103 | 2024.06.25 22:12:36.260957 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3104 | 2024.06.25 22:12:36.261406 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3105 | 2024.06.25 22:12:36.261542 [ 31 ] {} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3106 | 2024.06.25 22:12:36.261570 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.00726 sec., 2754.8209366391184 rows/sec., 4.94 MiB/sec. | ||
| 3107 | 2024.06.25 22:12:36.261575 [ 31 ] {} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3108 | 2024.06.25 22:12:36.261613 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3109 | 2024.06.25 22:12:36.261813 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 3110 | 2024.06.25 22:12:36.261963 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3111 | 2024.06.25 22:12:36.261998 [ 3 ] {96f541b5-d65c-4f77-b765-0cfc6bbeb2f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 3112 | 2024.06.25 22:12:36.262026 [ 3 ] {} <Debug> HTTP-Session: 55534402-f3d6-4e2c-b564-4f527d946bbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3113 | 2024.06.25 22:12:36.262156 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3114 | 2024.06.25 22:12:36.262162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3115 | 2024.06.25 22:12:36.262216 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 191 rows starting from the beginning of the part | ||
| 3116 | 2024.06.25 22:12:36.262226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3117 | 2024.06.25 22:12:36.262261 [ 3 ] {} <Debug> HTTP-Session: aeb4ecaa-c0b7-4215-aecc-1189f1753cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3118 | 2024.06.25 22:12:36.262288 [ 3 ] {} <Debug> HTTP-Session: aeb4ecaa-c0b7-4215-aecc-1189f1753cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3119 | 2024.06.25 22:12:36.262312 [ 3 ] {} <Debug> HTTP-Session: aeb4ecaa-c0b7-4215-aecc-1189f1753cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3120 | 2024.06.25 22:12:36.262421 [ 3 ] {} <Trace> HTTP-Session: aeb4ecaa-c0b7-4215-aecc-1189f1753cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2024.06.25 22:12:36.262686 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3122 | 2024.06.25 22:12:36.262686 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part | ||
| 3123 | 2024.06.25 22:12:36.262744 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3124 | 2024.06.25 22:12:36.263304 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part | ||
| 3125 | 2024.06.25 22:12:36.263373 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3126 | 2024.06.25 22:12:36.263857 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 3127 | 2024.06.25 22:12:36.264443 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3128 | 2024.06.25 22:12:36.264457 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part | ||
| 3129 | 2024.06.25 22:12:36.264484 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3130 | 2024.06.25 22:12:36.264948 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part | ||
| 3131 | 2024.06.25 22:12:36.265579 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3132 | 2024.06.25 22:12:36.266109 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2024.06.25 22:12:36.266271 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.003662 sec., 8192.244675040962 rows/sec., 556.02 KiB/sec. | ||
| 3134 | 2024.06.25 22:12:36.266896 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3135 | 2024.06.25 22:12:36.266986 [ 3 ] {a8f5aa1f-8be4-49ad-8a59-ee14efa6d1c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3136 | 2024.06.25 22:12:36.267069 [ 3 ] {} <Debug> HTTP-Session: aeb4ecaa-c0b7-4215-aecc-1189f1753cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3137 | 2024.06.25 22:12:36.268810 [ 200 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 273 rows, containing 19 columns (19 merged, 0 gathered) in 0.007115561 sec., 38366.61649025284 rows/sec., 68.75 MiB/sec. | ||
| 3138 | 2024.06.25 22:12:36.269412 [ 200 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3139 | 2024.06.25 22:12:36.270024 [ 200 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3140 | 2024.06.25 22:12:36.270109 [ 200 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3141 | 2024.06.25 22:12:36.270251 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3142 | 2024.06.25 22:12:38.063873 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3143 | 2024.06.25 22:12:38.063928 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3144 | 2024.06.25 22:12:39.001237 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000890792 sec. | ||
| 3145 | 2024.06.25 22:12:41.239088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3146 | 2024.06.25 22:12:41.239210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3147 | 2024.06.25 22:12:41.239236 [ 3 ] {} <Debug> HTTP-Session: 24e0351f-77b3-481d-ab7a-fc1a7644744a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3148 | 2024.06.25 22:12:41.239260 [ 3 ] {} <Debug> HTTP-Session: 24e0351f-77b3-481d-ab7a-fc1a7644744a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3149 | 2024.06.25 22:12:41.239275 [ 3 ] {} <Debug> HTTP-Session: 24e0351f-77b3-481d-ab7a-fc1a7644744a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3150 | 2024.06.25 22:12:41.239326 [ 3 ] {} <Trace> HTTP-Session: 24e0351f-77b3-481d-ab7a-fc1a7644744a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3151 | 2024.06.25 22:12:41.239519 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3152 | 2024.06.25 22:12:41.239595 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3153 | 2024.06.25 22:12:41.239796 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3154 | 2024.06.25 22:12:41.240246 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3155 | 2024.06.25 22:12:41.240293 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3156 | 2024.06.25 22:12:41.240672 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3157 | 2024.06.25 22:12:41.241028 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3158 | 2024.06.25 22:12:41.241210 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001742 sec., 6314.580941446613 rows/sec., 511.83 KiB/sec. | ||
| 3159 | 2024.06.25 22:12:41.241566 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Debug> DynamicQueryHandler: Done processing query | ||
| 3160 | 2024.06.25 22:12:41.241595 [ 3 ] {6998748b-c60d-4256-8e97-a88a50199197} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3161 | 2024.06.25 22:12:41.241612 [ 3 ] {} <Debug> HTTP-Session: 24e0351f-77b3-481d-ab7a-fc1a7644744a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3162 | 2024.06.25 22:12:41.241749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3163 | 2024.06.25 22:12:41.241808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3164 | 2024.06.25 22:12:41.241828 [ 3 ] {} <Debug> HTTP-Session: 487dae39-a64f-4bb4-bb1c-71f9f66424c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3165 | 2024.06.25 22:12:41.241846 [ 3 ] {} <Debug> HTTP-Session: 487dae39-a64f-4bb4-bb1c-71f9f66424c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3166 | 2024.06.25 22:12:41.241860 [ 3 ] {} <Debug> HTTP-Session: 487dae39-a64f-4bb4-bb1c-71f9f66424c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3167 | 2024.06.25 22:12:41.241895 [ 3 ] {} <Trace> HTTP-Session: 487dae39-a64f-4bb4-bb1c-71f9f66424c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2024.06.25 22:12:41.242001 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3169 | 2024.06.25 22:12:41.242049 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3170 | 2024.06.25 22:12:41.242204 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3171 | 2024.06.25 22:12:41.242568 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3172 | 2024.06.25 22:12:41.242607 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3173 | 2024.06.25 22:12:41.242916 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3174 | 2024.06.25 22:12:41.243240 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3175 | 2024.06.25 22:12:41.243405 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00143 sec., 2797.2027972027972 rows/sec., 228.09 KiB/sec. | ||
| 3176 | 2024.06.25 22:12:41.243685 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3177 | 2024.06.25 22:12:41.243710 [ 3 ] {9d25f078-7868-4d87-9f49-f01fd5c17d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3178 | 2024.06.25 22:12:41.243726 [ 3 ] {} <Debug> HTTP-Session: 487dae39-a64f-4bb4-bb1c-71f9f66424c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3179 | 2024.06.25 22:12:41.243896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3180 | 2024.06.25 22:12:41.243946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3181 | 2024.06.25 22:12:41.243964 [ 3 ] {} <Debug> HTTP-Session: 38a58a8e-8fcb-4996-a351-747b0e749511 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3182 | 2024.06.25 22:12:41.243981 [ 3 ] {} <Debug> HTTP-Session: 38a58a8e-8fcb-4996-a351-747b0e749511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3183 | 2024.06.25 22:12:41.243995 [ 3 ] {} <Debug> HTTP-Session: 38a58a8e-8fcb-4996-a351-747b0e749511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3184 | 2024.06.25 22:12:41.244026 [ 3 ] {} <Trace> HTTP-Session: 38a58a8e-8fcb-4996-a351-747b0e749511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3185 | 2024.06.25 22:12:41.244150 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3186 | 2024.06.25 22:12:41.244193 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3187 | 2024.06.25 22:12:41.244341 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3188 | 2024.06.25 22:12:41.244699 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2024.06.25 22:12:41.244736 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3190 | 2024.06.25 22:12:41.245049 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3191 | 2024.06.25 22:12:41.245363 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2024.06.25 22:12:41.245519 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Debug> executeQuery: Read 91 rows, 7.54 KiB in 0.001414 sec., 64356.435643564364 rows/sec., 5.21 MiB/sec. | ||
| 3193 | 2024.06.25 22:12:41.245689 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Debug> DynamicQueryHandler: Done processing query | ||
| 3194 | 2024.06.25 22:12:41.245714 [ 3 ] {a52d1673-6e25-4f7b-9856-06c17c2c7868} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3195 | 2024.06.25 22:12:41.245730 [ 3 ] {} <Debug> HTTP-Session: 38a58a8e-8fcb-4996-a351-747b0e749511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3196 | 2024.06.25 22:12:41.245856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3197 | 2024.06.25 22:12:41.245905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3198 | 2024.06.25 22:12:41.245924 [ 3 ] {} <Debug> HTTP-Session: 9465c03c-88d0-413a-80f3-2608b2447e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3199 | 2024.06.25 22:12:41.245940 [ 3 ] {} <Debug> HTTP-Session: 9465c03c-88d0-413a-80f3-2608b2447e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3200 | 2024.06.25 22:12:41.245954 [ 3 ] {} <Debug> HTTP-Session: 9465c03c-88d0-413a-80f3-2608b2447e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3201 | 2024.06.25 22:12:41.245984 [ 3 ] {} <Trace> HTTP-Session: 9465c03c-88d0-413a-80f3-2608b2447e04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2024.06.25 22:12:41.246079 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3203 | 2024.06.25 22:12:41.246129 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3204 | 2024.06.25 22:12:41.246260 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3205 | 2024.06.25 22:12:41.248493 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2024.06.25 22:12:41.248529 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3207 | 2024.06.25 22:12:41.248832 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3208 | 2024.06.25 22:12:41.249152 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3209 | 2024.06.25 22:12:41.249307 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003249 sec., 1231.1480455524777 rows/sec., 85.96 KiB/sec. | ||
| 3210 | 2024.06.25 22:12:41.249474 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3211 | 2024.06.25 22:12:41.249499 [ 3 ] {68f641a6-19d7-4763-b77d-af1bbbc3a13c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3212 | 2024.06.25 22:12:41.249515 [ 3 ] {} <Debug> HTTP-Session: 9465c03c-88d0-413a-80f3-2608b2447e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3213 | 2024.06.25 22:12:41.249647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13426, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3214 | 2024.06.25 22:12:41.249695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3215 | 2024.06.25 22:12:41.249715 [ 3 ] {} <Debug> HTTP-Session: ffa09053-63bb-42e5-bafe-d285072633fd Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3216 | 2024.06.25 22:12:41.249731 [ 3 ] {} <Debug> HTTP-Session: ffa09053-63bb-42e5-bafe-d285072633fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3217 | 2024.06.25 22:12:41.249745 [ 3 ] {} <Debug> HTTP-Session: ffa09053-63bb-42e5-bafe-d285072633fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3218 | 2024.06.25 22:12:41.249776 [ 3 ] {} <Trace> HTTP-Session: ffa09053-63bb-42e5-bafe-d285072633fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2024.06.25 22:12:41.249893 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3220 | 2024.06.25 22:12:41.249936 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3221 | 2024.06.25 22:12:41.250065 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3222 | 2024.06.25 22:12:41.250415 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2024.06.25 22:12:41.250452 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3224 | 2024.06.25 22:12:41.250764 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3225 | 2024.06.25 22:12:41.251069 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2024.06.25 22:12:41.251217 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001367 sec., 57790.782735918074 rows/sec., 4.52 MiB/sec. | ||
| 3227 | 2024.06.25 22:12:41.251381 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3228 | 2024.06.25 22:12:41.251406 [ 3 ] {b27e602c-4a34-4e19-9b19-7bab4250cd0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3229 | 2024.06.25 22:12:41.251422 [ 3 ] {} <Debug> HTTP-Session: ffa09053-63bb-42e5-bafe-d285072633fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3230 | 2024.06.25 22:12:41.251608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 27189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3231 | 2024.06.25 22:12:41.251656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3232 | 2024.06.25 22:12:41.251675 [ 3 ] {} <Debug> HTTP-Session: 805b378c-dbb8-4326-8090-930fcf8e2d2e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3233 | 2024.06.25 22:12:41.251691 [ 3 ] {} <Debug> HTTP-Session: 805b378c-dbb8-4326-8090-930fcf8e2d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3234 | 2024.06.25 22:12:41.251705 [ 3 ] {} <Debug> HTTP-Session: 805b378c-dbb8-4326-8090-930fcf8e2d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3235 | 2024.06.25 22:12:41.251736 [ 3 ] {} <Trace> HTTP-Session: 805b378c-dbb8-4326-8090-930fcf8e2d2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3236 | 2024.06.25 22:12:41.251875 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3237 | 2024.06.25 22:12:41.251922 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3238 | 2024.06.25 22:12:41.252070 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3239 | 2024.06.25 22:12:41.252445 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3240 | 2024.06.25 22:12:41.252481 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3241 | 2024.06.25 22:12:41.252880 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3242 | 2024.06.25 22:12:41.253224 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2024.06.25 22:12:41.253391 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Debug> executeQuery: Read 142 rows, 10.13 KiB in 0.001569 sec., 90503.50541746334 rows/sec., 6.31 MiB/sec. | ||
| 3244 | 2024.06.25 22:12:41.253684 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Debug> DynamicQueryHandler: Done processing query | ||
| 3245 | 2024.06.25 22:12:41.253709 [ 3 ] {6a5e486e-0442-4d6b-8913-a28e4fede443} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3246 | 2024.06.25 22:12:41.253725 [ 3 ] {} <Debug> HTTP-Session: 805b378c-dbb8-4326-8090-930fcf8e2d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3247 | 2024.06.25 22:12:41.253864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3248 | 2024.06.25 22:12:41.253914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3249 | 2024.06.25 22:12:41.253934 [ 3 ] {} <Debug> HTTP-Session: cf2fed17-934c-4ffb-aac8-42ad59f30c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3250 | 2024.06.25 22:12:41.253950 [ 3 ] {} <Debug> HTTP-Session: cf2fed17-934c-4ffb-aac8-42ad59f30c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3251 | 2024.06.25 22:12:41.253963 [ 3 ] {} <Debug> HTTP-Session: cf2fed17-934c-4ffb-aac8-42ad59f30c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3252 | 2024.06.25 22:12:41.253994 [ 3 ] {} <Trace> HTTP-Session: cf2fed17-934c-4ffb-aac8-42ad59f30c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3253 | 2024.06.25 22:12:41.254169 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3254 | 2024.06.25 22:12:41.254240 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3255 | 2024.06.25 22:12:41.254670 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3256 | 2024.06.25 22:12:41.255238 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3257 | 2024.06.25 22:12:41.255274 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3258 | 2024.06.25 22:12:41.255875 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3259 | 2024.06.25 22:12:41.256282 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3260 | 2024.06.25 22:12:41.256490 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002409 sec., 4566.2100456621 rows/sec., 8.18 MiB/sec. | ||
| 3261 | 2024.06.25 22:12:41.257024 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3262 | 2024.06.25 22:12:41.257049 [ 3 ] {ccb4ab54-40b4-4f7c-804f-294b366aaa3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 3263 | 2024.06.25 22:12:41.257065 [ 3 ] {} <Debug> HTTP-Session: cf2fed17-934c-4ffb-aac8-42ad59f30c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3264 | 2024.06.25 22:12:41.257181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 8199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3265 | 2024.06.25 22:12:41.257230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3266 | 2024.06.25 22:12:41.257250 [ 3 ] {} <Debug> HTTP-Session: ab61b33f-53d2-4ef8-b12f-bda118a67e05 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3267 | 2024.06.25 22:12:41.257266 [ 3 ] {} <Debug> HTTP-Session: ab61b33f-53d2-4ef8-b12f-bda118a67e05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3268 | 2024.06.25 22:12:41.257280 [ 3 ] {} <Debug> HTTP-Session: ab61b33f-53d2-4ef8-b12f-bda118a67e05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3269 | 2024.06.25 22:12:41.257312 [ 3 ] {} <Trace> HTTP-Session: ab61b33f-53d2-4ef8-b12f-bda118a67e05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3270 | 2024.06.25 22:12:41.257424 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3271 | 2024.06.25 22:12:41.257469 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3272 | 2024.06.25 22:12:41.257618 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3273 | 2024.06.25 22:12:41.257924 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3274 | 2024.06.25 22:12:41.257961 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3275 | 2024.06.25 22:12:41.258325 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3276 | 2024.06.25 22:12:41.258653 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3277 | 2024.06.25 22:12:41.258812 [ 25 ] {} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3278 | 2024.06.25 22:12:41.258821 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001425 sec., 37894.73684210526 rows/sec., 2.55 MiB/sec. | ||
| 3279 | 2024.06.25 22:12:41.258907 [ 25 ] {} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2024.06.25 22:12:41.258978 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.73 GiB. | ||
| 3281 | 2024.06.25 22:12:41.259171 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Debug> DynamicQueryHandler: Done processing query | ||
| 3282 | 2024.06.25 22:12:41.259248 [ 3 ] {9f4cecb2-68c6-4bc1-b0a5-993aca367f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3283 | 2024.06.25 22:12:41.259327 [ 3 ] {} <Debug> HTTP-Session: ab61b33f-53d2-4ef8-b12f-bda118a67e05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3284 | 2024.06.25 22:12:41.259349 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 3285 | 2024.06.25 22:12:41.259608 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3286 | 2024.06.25 22:12:41.259641 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 120 rows starting from the beginning of the part | ||
| 3287 | 2024.06.25 22:12:41.259708 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
| 3288 | 2024.06.25 22:12:41.259932 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 3289 | 2024.06.25 22:12:41.260094 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 3290 | 2024.06.25 22:12:41.260240 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
| 3291 | 2024.06.25 22:12:41.260298 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 54 rows starting from the beginning of the part | ||
| 3292 | 2024.06.25 22:12:41.261396 [ 195 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 4 columns (4 merged, 0 gathered) in 0.002319183 sec., 125906.40755817891 rows/sec., 8.50 MiB/sec. | ||
| 3293 | 2024.06.25 22:12:41.261584 [ 200 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3294 | 2024.06.25 22:12:41.262055 [ 200 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2024.06.25 22:12:41.262148 [ 200 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_11_2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3296 | 2024.06.25 22:12:41.262248 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3297 | 2024.06.25 22:12:46.236118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 957, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3298 | 2024.06.25 22:12:46.236257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3299 | 2024.06.25 22:12:46.236287 [ 3 ] {} <Debug> HTTP-Session: 4ba358cb-9434-482c-a25a-71db06694acf Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3300 | 2024.06.25 22:12:46.236314 [ 3 ] {} <Debug> HTTP-Session: 4ba358cb-9434-482c-a25a-71db06694acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3301 | 2024.06.25 22:12:46.236332 [ 3 ] {} <Debug> HTTP-Session: 4ba358cb-9434-482c-a25a-71db06694acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3302 | 2024.06.25 22:12:46.236390 [ 3 ] {} <Trace> HTTP-Session: 4ba358cb-9434-482c-a25a-71db06694acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3303 | 2024.06.25 22:12:46.236657 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 3304 | 2024.06.25 22:12:46.237062 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3305 | 2024.06.25 22:12:46.237108 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 3306 | 2024.06.25 22:12:46.237429 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3307 | 2024.06.25 22:12:46.237513 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3308 | 2024.06.25 22:12:46.237686 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 3309 | 2024.06.25 22:12:46.237940 [ 251 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3310 | 2024.06.25 22:12:46.237993 [ 258 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3311 | 2024.06.25 22:12:46.237954 [ 260 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3312 | 2024.06.25 22:12:46.237941 [ 256 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3313 | 2024.06.25 22:12:46.238230 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3314 | 2024.06.25 22:12:46.238262 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3315 | 2024.06.25 22:12:46.238384 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3316 | 2024.06.25 22:12:46.238410 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 3317 | 2024.06.25 22:12:46.238453 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3318 | 2024.06.25 22:12:46.238498 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3319 | 2024.06.25 22:12:46.238541 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3320 | 2024.06.25 22:12:46.240522 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003989 sec., 5515.166708448232 rows/sec., 230.86 KiB/sec. | ||
| 3321 | 2024.06.25 22:12:46.240904 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> DynamicQueryHandler: Done processing query | ||
| 3322 | 2024.06.25 22:12:46.240937 [ 3 ] {e65821d9-1ff8-4f98-9d5c-1cff78540863} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3323 | 2024.06.25 22:12:46.240958 [ 3 ] {} <Debug> HTTP-Session: 4ba358cb-9434-482c-a25a-71db06694acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3324 | 2024.06.25 22:12:46.241194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 995, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3325 | 2024.06.25 22:12:46.241253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3326 | 2024.06.25 22:12:46.241277 [ 3 ] {} <Debug> HTTP-Session: ab5a6de3-ff70-4121-ace5-6f92fcf40b4d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3327 | 2024.06.25 22:12:46.241298 [ 3 ] {} <Debug> HTTP-Session: ab5a6de3-ff70-4121-ace5-6f92fcf40b4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3328 | 2024.06.25 22:12:46.241315 [ 3 ] {} <Debug> HTTP-Session: ab5a6de3-ff70-4121-ace5-6f92fcf40b4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3329 | 2024.06.25 22:12:46.241355 [ 3 ] {} <Trace> HTTP-Session: ab5a6de3-ff70-4121-ace5-6f92fcf40b4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3330 | 2024.06.25 22:12:46.241531 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 3331 | 2024.06.25 22:12:46.241850 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3332 | 2024.06.25 22:12:46.241892 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 3333 | 2024.06.25 22:12:46.242175 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3334 | 2024.06.25 22:12:46.242243 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3335 | 2024.06.25 22:12:46.242386 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 3336 | 2024.06.25 22:12:46.242546 [ 256 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3337 | 2024.06.25 22:12:46.242554 [ 251 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3338 | 2024.06.25 22:12:46.242561 [ 261 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3339 | 2024.06.25 22:12:46.242614 [ 262 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3340 | 2024.06.25 22:12:46.242735 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3341 | 2024.06.25 22:12:46.242759 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3342 | 2024.06.25 22:12:46.242864 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3343 | 2024.06.25 22:12:46.242886 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 3344 | 2024.06.25 22:12:46.242924 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3345 | 2024.06.25 22:12:46.242964 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3346 | 2024.06.25 22:12:46.243002 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3347 | 2024.06.25 22:12:46.244745 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003302 sec., 6662.628709872804 rows/sec., 278.89 KiB/sec. | ||
| 3348 | 2024.06.25 22:12:46.245111 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3349 | 2024.06.25 22:12:46.245140 [ 3 ] {bc9ee980-0ed1-46cb-b18d-4ede0a3799fb} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3350 | 2024.06.25 22:12:46.245162 [ 3 ] {} <Debug> HTTP-Session: ab5a6de3-ff70-4121-ace5-6f92fcf40b4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3351 | 2024.06.25 22:12:46.245370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3352 | 2024.06.25 22:12:46.245426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3353 | 2024.06.25 22:12:46.245451 [ 3 ] {} <Debug> HTTP-Session: 031c7b32-9c28-4151-acd3-47b0c0c42d93 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3354 | 2024.06.25 22:12:46.245471 [ 3 ] {} <Debug> HTTP-Session: 031c7b32-9c28-4151-acd3-47b0c0c42d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3355 | 2024.06.25 22:12:46.245515 [ 3 ] {} <Debug> HTTP-Session: 031c7b32-9c28-4151-acd3-47b0c0c42d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3356 | 2024.06.25 22:12:46.245554 [ 3 ] {} <Trace> HTTP-Session: 031c7b32-9c28-4151-acd3-47b0c0c42d93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3357 | 2024.06.25 22:12:46.245730 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 3358 | 2024.06.25 22:12:46.246005 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3359 | 2024.06.25 22:12:46.246048 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 3360 | 2024.06.25 22:12:46.246333 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3361 | 2024.06.25 22:12:46.246398 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3362 | 2024.06.25 22:12:46.246538 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 3363 | 2024.06.25 22:12:46.246707 [ 258 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3364 | 2024.06.25 22:12:46.246715 [ 261 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3365 | 2024.06.25 22:12:46.246733 [ 256 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3366 | 2024.06.25 22:12:46.246778 [ 260 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3367 | 2024.06.25 22:12:46.246964 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3368 | 2024.06.25 22:12:46.246993 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3369 | 2024.06.25 22:12:46.247099 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3370 | 2024.06.25 22:12:46.247118 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 3371 | 2024.06.25 22:12:46.247157 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3372 | 2024.06.25 22:12:46.247197 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3373 | 2024.06.25 22:12:46.247234 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 3374 | 2024.06.25 22:12:46.248986 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003342 sec., 6582.884500299222 rows/sec., 275.55 KiB/sec. | ||
| 3375 | 2024.06.25 22:12:46.249322 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 3376 | 2024.06.25 22:12:46.249346 [ 3 ] {79d96e85-d24d-47b9-a314-f48253afe7ec} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3377 | 2024.06.25 22:12:46.249363 [ 3 ] {} <Debug> HTTP-Session: 031c7b32-9c28-4151-acd3-47b0c0c42d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3378 | 2024.06.25 22:12:46.249587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3379 | 2024.06.25 22:12:46.249636 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3380 | 2024.06.25 22:12:46.249656 [ 3 ] {} <Debug> HTTP-Session: da1d750a-f9d1-4aff-9133-05f87bd7d26c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3381 | 2024.06.25 22:12:46.249672 [ 3 ] {} <Debug> HTTP-Session: da1d750a-f9d1-4aff-9133-05f87bd7d26c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3382 | 2024.06.25 22:12:46.249686 [ 3 ] {} <Debug> HTTP-Session: da1d750a-f9d1-4aff-9133-05f87bd7d26c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3383 | 2024.06.25 22:12:46.249717 [ 3 ] {} <Trace> HTTP-Session: da1d750a-f9d1-4aff-9133-05f87bd7d26c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3384 | 2024.06.25 22:12:46.249862 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 3385 | 2024.06.25 22:12:46.250136 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3386 | 2024.06.25 22:12:46.250180 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 3387 | 2024.06.25 22:12:46.250461 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3388 | 2024.06.25 22:12:46.250526 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3389 | 2024.06.25 22:12:46.250671 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 3390 | 2024.06.25 22:12:46.250851 [ 256 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3391 | 2024.06.25 22:12:46.250877 [ 259 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3392 | 2024.06.25 22:12:46.250882 [ 262 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3393 | 2024.06.25 22:12:46.250872 [ 251 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3394 | 2024.06.25 22:12:46.251041 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3395 | 2024.06.25 22:12:46.251071 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3396 | 2024.06.25 22:12:46.251173 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3397 | 2024.06.25 22:12:46.251193 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 3398 | 2024.06.25 22:12:46.251231 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3399 | 2024.06.25 22:12:46.251270 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3400 | 2024.06.25 22:12:46.251307 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3401 | 2024.06.25 22:12:46.253234 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003441 sec., 6393.490264458006 rows/sec., 267.63 KiB/sec. | ||
| 3402 | 2024.06.25 22:12:46.253550 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> DynamicQueryHandler: Done processing query | ||
| 3403 | 2024.06.25 22:12:46.253575 [ 3 ] {8812a36d-8717-43b6-b37b-557a995c6517} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3404 | 2024.06.25 22:12:46.253593 [ 3 ] {} <Debug> HTTP-Session: da1d750a-f9d1-4aff-9133-05f87bd7d26c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3405 | 2024.06.25 22:12:46.253790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3406 | 2024.06.25 22:12:46.253838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3407 | 2024.06.25 22:12:46.253858 [ 3 ] {} <Debug> HTTP-Session: a737edbe-adf8-4a0d-af2c-6346a4dbeeee Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3408 | 2024.06.25 22:12:46.253875 [ 3 ] {} <Debug> HTTP-Session: a737edbe-adf8-4a0d-af2c-6346a4dbeeee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3409 | 2024.06.25 22:12:46.253888 [ 3 ] {} <Debug> HTTP-Session: a737edbe-adf8-4a0d-af2c-6346a4dbeeee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3410 | 2024.06.25 22:12:46.253920 [ 3 ] {} <Trace> HTTP-Session: a737edbe-adf8-4a0d-af2c-6346a4dbeeee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3411 | 2024.06.25 22:12:46.254066 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 3412 | 2024.06.25 22:12:46.254346 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3413 | 2024.06.25 22:12:46.254390 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 3414 | 2024.06.25 22:12:46.254677 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3415 | 2024.06.25 22:12:46.254743 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3416 | 2024.06.25 22:12:46.254881 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 3417 | 2024.06.25 22:12:46.255061 [ 251 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3418 | 2024.06.25 22:12:46.255061 [ 256 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3419 | 2024.06.25 22:12:46.255091 [ 261 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3420 | 2024.06.25 22:12:46.255099 [ 262 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3421 | 2024.06.25 22:12:46.255239 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3422 | 2024.06.25 22:12:46.255263 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3423 | 2024.06.25 22:12:46.255365 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3424 | 2024.06.25 22:12:46.255385 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 3425 | 2024.06.25 22:12:46.255425 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3426 | 2024.06.25 22:12:46.255464 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3427 | 2024.06.25 22:12:46.255500 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3428 | 2024.06.25 22:12:46.257070 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003074 sec., 7156.798959011061 rows/sec., 299.58 KiB/sec. | ||
| 3429 | 2024.06.25 22:12:46.257387 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3430 | 2024.06.25 22:12:46.257411 [ 3 ] {63a5faf9-e508-453e-8de4-e24311bcb20d} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3431 | 2024.06.25 22:12:46.257429 [ 3 ] {} <Debug> HTTP-Session: a737edbe-adf8-4a0d-af2c-6346a4dbeeee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3432 | 2024.06.25 22:12:46.257638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1138, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3433 | 2024.06.25 22:12:46.257687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3434 | 2024.06.25 22:12:46.257707 [ 3 ] {} <Debug> HTTP-Session: aef6d122-06f1-4fca-a267-91fe4b7728a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3435 | 2024.06.25 22:12:46.257723 [ 3 ] {} <Debug> HTTP-Session: aef6d122-06f1-4fca-a267-91fe4b7728a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3436 | 2024.06.25 22:12:46.257736 [ 3 ] {} <Debug> HTTP-Session: aef6d122-06f1-4fca-a267-91fe4b7728a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3437 | 2024.06.25 22:12:46.257768 [ 3 ] {} <Trace> HTTP-Session: aef6d122-06f1-4fca-a267-91fe4b7728a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3438 | 2024.06.25 22:12:46.257914 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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) | ||
| 3439 | 2024.06.25 22:12:46.258194 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3440 | 2024.06.25 22:12:46.258238 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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 | ||
| 3441 | 2024.06.25 22:12:46.258526 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3442 | 2024.06.25 22:12:46.258593 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3443 | 2024.06.25 22:12:46.258732 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 3444 | 2024.06.25 22:12:46.258894 [ 251 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3445 | 2024.06.25 22:12:46.258907 [ 256 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3446 | 2024.06.25 22:12:46.258925 [ 259 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3447 | 2024.06.25 22:12:46.258955 [ 260 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3448 | 2024.06.25 22:12:46.259082 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 3449 | 2024.06.25 22:12:46.259110 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3450 | 2024.06.25 22:12:46.259211 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3451 | 2024.06.25 22:12:46.259231 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (SelectExecutor): Reading approx. 22 rows with 3 streams | ||
| 3452 | 2024.06.25 22:12:46.259270 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3453 | 2024.06.25 22:12:46.259311 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3454 | 2024.06.25 22:12:46.259348 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', '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'))" | ||
| 3455 | 2024.06.25 22:12:46.261050 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.003207 sec., 6859.993763642033 rows/sec., 287.15 KiB/sec. | ||
| 3456 | 2024.06.25 22:12:46.261364 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3457 | 2024.06.25 22:12:46.261388 [ 3 ] {dfa67997-9f15-4718-8a5e-bb8d6397f6fa} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 3458 | 2024.06.25 22:12:46.261406 [ 3 ] {} <Debug> HTTP-Session: aef6d122-06f1-4fca-a267-91fe4b7728a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3459 | 2024.06.25 22:12:46.286730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3460 | 2024.06.25 22:12:46.286792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3461 | 2024.06.25 22:12:46.286814 [ 3 ] {} <Debug> HTTP-Session: 14d1c7e7-18d4-49d4-a0d1-201f788e9088 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3462 | 2024.06.25 22:12:46.286831 [ 3 ] {} <Debug> HTTP-Session: 14d1c7e7-18d4-49d4-a0d1-201f788e9088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3463 | 2024.06.25 22:12:46.286845 [ 3 ] {} <Debug> HTTP-Session: 14d1c7e7-18d4-49d4-a0d1-201f788e9088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3464 | 2024.06.25 22:12:46.286876 [ 3 ] {} <Trace> HTTP-Session: 14d1c7e7-18d4-49d4-a0d1-201f788e9088 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3465 | 2024.06.25 22:12:46.287011 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3466 | 2024.06.25 22:12:46.287058 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3467 | 2024.06.25 22:12:46.287230 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3468 | 2024.06.25 22:12:46.287552 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2024.06.25 22:12:46.287596 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3470 | 2024.06.25 22:12:46.288092 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3471 | 2024.06.25 22:12:46.288419 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3472 | 2024.06.25 22:12:46.288605 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001635 sec., 3669.7247706422017 rows/sec., 594.90 KiB/sec. | ||
| 3473 | 2024.06.25 22:12:46.289084 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3474 | 2024.06.25 22:12:46.289110 [ 3 ] {8ce40ff9-bc9d-47fb-9e75-e373df227ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3475 | 2024.06.25 22:12:46.289126 [ 3 ] {} <Debug> HTTP-Session: 14d1c7e7-18d4-49d4-a0d1-201f788e9088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3476 | 2024.06.25 22:12:46.289252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3477 | 2024.06.25 22:12:46.289302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3478 | 2024.06.25 22:12:46.289322 [ 3 ] {} <Debug> HTTP-Session: d4171c09-662a-4e0d-a3ca-3033db09db5f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3479 | 2024.06.25 22:12:46.289339 [ 3 ] {} <Debug> HTTP-Session: d4171c09-662a-4e0d-a3ca-3033db09db5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3480 | 2024.06.25 22:12:46.289353 [ 3 ] {} <Debug> HTTP-Session: d4171c09-662a-4e0d-a3ca-3033db09db5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3481 | 2024.06.25 22:12:46.289384 [ 3 ] {} <Trace> HTTP-Session: d4171c09-662a-4e0d-a3ca-3033db09db5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3482 | 2024.06.25 22:12:46.289494 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3483 | 2024.06.25 22:12:46.289539 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3484 | 2024.06.25 22:12:46.289684 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3485 | 2024.06.25 22:12:46.289988 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2024.06.25 22:12:46.290026 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3487 | 2024.06.25 22:12:46.290370 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3488 | 2024.06.25 22:12:46.290895 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2024.06.25 22:12:46.291124 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001658 sec., 12062.726176115802 rows/sec., 977.74 KiB/sec. | ||
| 3490 | 2024.06.25 22:12:46.291435 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3491 | 2024.06.25 22:12:46.291462 [ 3 ] {b1faaff7-14ea-46e7-a3e4-d5236fbcecd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3492 | 2024.06.25 22:12:46.291478 [ 3 ] {} <Debug> HTTP-Session: d4171c09-662a-4e0d-a3ca-3033db09db5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3493 | 2024.06.25 22:12:46.291609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3494 | 2024.06.25 22:12:46.291659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3495 | 2024.06.25 22:12:46.291681 [ 3 ] {} <Debug> HTTP-Session: 69bee2cf-5a89-4719-af8a-d7df9af1e915 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3496 | 2024.06.25 22:12:46.291698 [ 3 ] {} <Debug> HTTP-Session: 69bee2cf-5a89-4719-af8a-d7df9af1e915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3497 | 2024.06.25 22:12:46.291711 [ 3 ] {} <Debug> HTTP-Session: 69bee2cf-5a89-4719-af8a-d7df9af1e915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3498 | 2024.06.25 22:12:46.291743 [ 3 ] {} <Trace> HTTP-Session: 69bee2cf-5a89-4719-af8a-d7df9af1e915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3499 | 2024.06.25 22:12:46.291842 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3500 | 2024.06.25 22:12:46.291888 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3501 | 2024.06.25 22:12:46.292029 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3502 | 2024.06.25 22:12:46.292310 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3503 | 2024.06.25 22:12:46.292347 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3504 | 2024.06.25 22:12:46.292665 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3505 | 2024.06.25 22:12:46.292980 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3506 | 2024.06.25 22:12:46.293145 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001313 sec., 3046.4584920030466 rows/sec., 248.42 KiB/sec. | ||
| 3507 | 2024.06.25 22:12:46.293571 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Debug> DynamicQueryHandler: Done processing query | ||
| 3508 | 2024.06.25 22:12:46.293598 [ 3 ] {6cffcb06-048f-4a2b-ab1a-13ce2f8c3a77} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3509 | 2024.06.25 22:12:46.293615 [ 3 ] {} <Debug> HTTP-Session: 69bee2cf-5a89-4719-af8a-d7df9af1e915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3510 | 2024.06.25 22:12:46.293806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 22135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3511 | 2024.06.25 22:12:46.293855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3512 | 2024.06.25 22:12:46.293876 [ 3 ] {} <Debug> HTTP-Session: 7f083227-3da8-4869-942d-a8d7a93d852a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3513 | 2024.06.25 22:12:46.293892 [ 3 ] {} <Debug> HTTP-Session: 7f083227-3da8-4869-942d-a8d7a93d852a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3514 | 2024.06.25 22:12:46.293906 [ 3 ] {} <Debug> HTTP-Session: 7f083227-3da8-4869-942d-a8d7a93d852a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3515 | 2024.06.25 22:12:46.293936 [ 3 ] {} <Trace> HTTP-Session: 7f083227-3da8-4869-942d-a8d7a93d852a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3516 | 2024.06.25 22:12:46.294085 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3517 | 2024.06.25 22:12:46.294134 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3518 | 2024.06.25 22:12:46.294269 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3519 | 2024.06.25 22:12:46.294668 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2024.06.25 22:12:46.294707 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3521 | 2024.06.25 22:12:46.295041 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3522 | 2024.06.25 22:12:46.295351 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2024.06.25 22:12:46.295518 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Debug> executeQuery: Read 154 rows, 12.78 KiB in 0.001496 sec., 102941.17647058824 rows/sec., 8.35 MiB/sec. | ||
| 3524 | 2024.06.25 22:12:46.295685 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Debug> DynamicQueryHandler: Done processing query | ||
| 3525 | 2024.06.25 22:12:46.295711 [ 3 ] {cbb02d6c-a903-418a-9848-a9dd85e01c48} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3526 | 2024.06.25 22:12:46.295728 [ 3 ] {} <Debug> HTTP-Session: 7f083227-3da8-4869-942d-a8d7a93d852a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3527 | 2024.06.25 22:12:46.295862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3528 | 2024.06.25 22:12:46.295912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3529 | 2024.06.25 22:12:46.295934 [ 3 ] {} <Debug> HTTP-Session: 8e6b0745-867c-4216-a5e2-b8d6c7d89b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3530 | 2024.06.25 22:12:46.295954 [ 3 ] {} <Debug> HTTP-Session: 8e6b0745-867c-4216-a5e2-b8d6c7d89b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3531 | 2024.06.25 22:12:46.295970 [ 3 ] {} <Debug> HTTP-Session: 8e6b0745-867c-4216-a5e2-b8d6c7d89b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3532 | 2024.06.25 22:12:46.296002 [ 3 ] {} <Trace> HTTP-Session: 8e6b0745-867c-4216-a5e2-b8d6c7d89b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3533 | 2024.06.25 22:12:46.296106 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3534 | 2024.06.25 22:12:46.296152 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3535 | 2024.06.25 22:12:46.296278 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3536 | 2024.06.25 22:12:46.296559 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3537 | 2024.06.25 22:12:46.296595 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3538 | 2024.06.25 22:12:46.296894 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3539 | 2024.06.25 22:12:46.297200 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3540 | 2024.06.25 22:12:46.297350 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00126 sec., 3174.6031746031745 rows/sec., 221.66 KiB/sec. | ||
| 3541 | 2024.06.25 22:12:46.297612 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Debug> DynamicQueryHandler: Done processing query | ||
| 3542 | 2024.06.25 22:12:46.297637 [ 3 ] {939197fc-4c3b-4ea4-bfe9-0700ee595b13} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3543 | 2024.06.25 22:12:46.297653 [ 3 ] {} <Debug> HTTP-Session: 8e6b0745-867c-4216-a5e2-b8d6c7d89b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3544 | 2024.06.25 22:12:46.297802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 18991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3545 | 2024.06.25 22:12:46.297849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3546 | 2024.06.25 22:12:46.297868 [ 3 ] {} <Debug> HTTP-Session: 8dd3a64e-853b-434b-81bf-c1ea0a4d7247 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3547 | 2024.06.25 22:12:46.297884 [ 3 ] {} <Debug> HTTP-Session: 8dd3a64e-853b-434b-81bf-c1ea0a4d7247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3548 | 2024.06.25 22:12:46.297898 [ 3 ] {} <Debug> HTTP-Session: 8dd3a64e-853b-434b-81bf-c1ea0a4d7247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3549 | 2024.06.25 22:12:46.297928 [ 3 ] {} <Trace> HTTP-Session: 8dd3a64e-853b-434b-81bf-c1ea0a4d7247 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3550 | 2024.06.25 22:12:46.298050 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3551 | 2024.06.25 22:12:46.298092 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3552 | 2024.06.25 22:12:46.298236 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3553 | 2024.06.25 22:12:46.298595 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3554 | 2024.06.25 22:12:46.298632 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3555 | 2024.06.25 22:12:46.298954 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3556 | 2024.06.25 22:12:46.299265 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3557 | 2024.06.25 22:12:46.299434 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001416 sec., 79096.04519774011 rows/sec., 6.17 MiB/sec. | ||
| 3558 | 2024.06.25 22:12:46.299733 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Debug> DynamicQueryHandler: Done processing query | ||
| 3559 | 2024.06.25 22:12:46.299759 [ 3 ] {3d5e739a-a420-4c95-8fbc-7d6398484a90} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3560 | 2024.06.25 22:12:46.299775 [ 3 ] {} <Debug> HTTP-Session: 8dd3a64e-853b-434b-81bf-c1ea0a4d7247 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3561 | 2024.06.25 22:12:46.300177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 141922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3562 | 2024.06.25 22:12:46.300225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3563 | 2024.06.25 22:12:46.300243 [ 3 ] {} <Debug> HTTP-Session: 02bb4c0b-44b8-4d66-aec2-5eeffbf3f710 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3564 | 2024.06.25 22:12:46.300259 [ 3 ] {} <Debug> HTTP-Session: 02bb4c0b-44b8-4d66-aec2-5eeffbf3f710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3565 | 2024.06.25 22:12:46.300273 [ 3 ] {} <Debug> HTTP-Session: 02bb4c0b-44b8-4d66-aec2-5eeffbf3f710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3566 | 2024.06.25 22:12:46.300307 [ 3 ] {} <Trace> HTTP-Session: 02bb4c0b-44b8-4d66-aec2-5eeffbf3f710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3567 | 2024.06.25 22:12:46.300884 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3568 | 2024.06.25 22:12:46.300934 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3569 | 2024.06.25 22:12:46.301097 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3570 | 2024.06.25 22:12:46.301810 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3571 | 2024.06.25 22:12:46.301846 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3572 | 2024.06.25 22:12:46.302268 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3573 | 2024.06.25 22:12:46.302614 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2024.06.25 22:12:46.302781 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Debug> executeQuery: Read 738 rows, 53.18 KiB in 0.002343 sec., 314980.7938540333 rows/sec., 22.16 MiB/sec. | ||
| 3575 | 2024.06.25 22:12:46.303127 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3576 | 2024.06.25 22:12:46.303158 [ 3 ] {9635dbaf-d45c-4f73-b83d-b778fa330bcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.65 MiB. | ||
| 3577 | 2024.06.25 22:12:46.303176 [ 3 ] {} <Debug> HTTP-Session: 02bb4c0b-44b8-4d66-aec2-5eeffbf3f710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3578 | 2024.06.25 22:12:46.303420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3579 | 2024.06.25 22:12:46.303472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3580 | 2024.06.25 22:12:46.303491 [ 3 ] {} <Debug> HTTP-Session: 05c7acae-3c17-476b-afa2-5c8df40affd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3581 | 2024.06.25 22:12:46.303507 [ 3 ] {} <Debug> HTTP-Session: 05c7acae-3c17-476b-afa2-5c8df40affd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3582 | 2024.06.25 22:12:46.303521 [ 3 ] {} <Debug> HTTP-Session: 05c7acae-3c17-476b-afa2-5c8df40affd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3583 | 2024.06.25 22:12:46.303550 [ 3 ] {} <Trace> HTTP-Session: 05c7acae-3c17-476b-afa2-5c8df40affd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3584 | 2024.06.25 22:12:46.303828 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3585 | 2024.06.25 22:12:46.303899 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3586 | 2024.06.25 22:12:46.304327 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3587 | 2024.06.25 22:12:46.304899 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3588 | 2024.06.25 22:12:46.304935 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3589 | 2024.06.25 22:12:46.305524 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3590 | 2024.06.25 22:12:46.305948 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3591 | 2024.06.25 22:12:46.306136 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.00251 sec., 7968.12749003984 rows/sec., 14.28 MiB/sec. | ||
| 3592 | 2024.06.25 22:12:46.306338 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Debug> DynamicQueryHandler: Done processing query | ||
| 3593 | 2024.06.25 22:12:46.306361 [ 3 ] {36c1ec6a-9b17-4c44-b935-9aba98830561} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 3594 | 2024.06.25 22:12:46.306376 [ 3 ] {} <Debug> HTTP-Session: 05c7acae-3c17-476b-afa2-5c8df40affd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3595 | 2024.06.25 22:12:46.306502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3596 | 2024.06.25 22:12:46.306548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3597 | 2024.06.25 22:12:46.306568 [ 3 ] {} <Debug> HTTP-Session: d67076b7-395d-4323-aad0-d98f41179a20 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3598 | 2024.06.25 22:12:46.306585 [ 3 ] {} <Debug> HTTP-Session: d67076b7-395d-4323-aad0-d98f41179a20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3599 | 2024.06.25 22:12:46.306599 [ 3 ] {} <Debug> HTTP-Session: d67076b7-395d-4323-aad0-d98f41179a20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3600 | 2024.06.25 22:12:46.306630 [ 3 ] {} <Trace> HTTP-Session: d67076b7-395d-4323-aad0-d98f41179a20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3601 | 2024.06.25 22:12:46.306749 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3602 | 2024.06.25 22:12:46.306792 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3603 | 2024.06.25 22:12:46.306915 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3604 | 2024.06.25 22:12:46.307255 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3605 | 2024.06.25 22:12:46.307290 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3606 | 2024.06.25 22:12:46.307645 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3607 | 2024.06.25 22:12:46.307968 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2024.06.25 22:12:46.308116 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 3609 | 2024.06.25 22:12:46.308281 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Debug> DynamicQueryHandler: Done processing query | ||
| 3610 | 2024.06.25 22:12:46.308305 [ 3 ] {9e5ae4e2-74f8-4184-985b-11ff59fb9bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3611 | 2024.06.25 22:12:46.308321 [ 3 ] {} <Debug> HTTP-Session: d67076b7-395d-4323-aad0-d98f41179a20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3612 | 2024.06.25 22:12:51.240355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3613 | 2024.06.25 22:12:51.240492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3614 | 2024.06.25 22:12:51.240522 [ 3 ] {} <Debug> HTTP-Session: 7892b9b3-3df1-442d-b17f-5c9fc8982527 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3615 | 2024.06.25 22:12:51.240550 [ 3 ] {} <Debug> HTTP-Session: 7892b9b3-3df1-442d-b17f-5c9fc8982527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3616 | 2024.06.25 22:12:51.240568 [ 3 ] {} <Debug> HTTP-Session: 7892b9b3-3df1-442d-b17f-5c9fc8982527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3617 | 2024.06.25 22:12:51.240624 [ 3 ] {} <Trace> HTTP-Session: 7892b9b3-3df1-442d-b17f-5c9fc8982527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3618 | 2024.06.25 22:12:51.240822 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3619 | 2024.06.25 22:12:51.240896 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3620 | 2024.06.25 22:12:51.241093 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3621 | 2024.06.25 22:12:51.241544 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2024.06.25 22:12:51.241583 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3623 | 2024.06.25 22:12:51.241951 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3624 | 2024.06.25 22:12:51.242289 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2024.06.25 22:12:51.242431 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.00167 sec., 6586.826347305389 rows/sec., 533.89 KiB/sec. | ||
| 3626 | 2024.06.25 22:12:51.242618 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 3627 | 2024.06.25 22:12:51.242644 [ 3 ] {3ac9c079-ed77-45c5-a347-5a8271ad04ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3628 | 2024.06.25 22:12:51.242661 [ 3 ] {} <Debug> HTTP-Session: 7892b9b3-3df1-442d-b17f-5c9fc8982527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3629 | 2024.06.25 22:12:51.242786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3630 | 2024.06.25 22:12:51.242836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3631 | 2024.06.25 22:12:51.242855 [ 3 ] {} <Debug> HTTP-Session: 37f6e235-6158-4911-96fa-3772c196844c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3632 | 2024.06.25 22:12:51.242871 [ 3 ] {} <Debug> HTTP-Session: 37f6e235-6158-4911-96fa-3772c196844c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3633 | 2024.06.25 22:12:51.242886 [ 3 ] {} <Debug> HTTP-Session: 37f6e235-6158-4911-96fa-3772c196844c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3634 | 2024.06.25 22:12:51.242917 [ 3 ] {} <Trace> HTTP-Session: 37f6e235-6158-4911-96fa-3772c196844c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3635 | 2024.06.25 22:12:51.243035 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3636 | 2024.06.25 22:12:51.243078 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3637 | 2024.06.25 22:12:51.243199 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3638 | 2024.06.25 22:12:51.243569 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2024.06.25 22:12:51.243605 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3640 | 2024.06.25 22:12:51.243915 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3641 | 2024.06.25 22:12:51.244226 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3642 | 2024.06.25 22:12:51.244345 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001355 sec., 65682.65682656826 rows/sec., 5.33 MiB/sec. | ||
| 3643 | 2024.06.25 22:12:51.244502 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Debug> DynamicQueryHandler: Done processing query | ||
| 3644 | 2024.06.25 22:12:51.244526 [ 3 ] {9c5906cb-5259-4429-93d7-585540e4c715} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3645 | 2024.06.25 22:12:51.244541 [ 3 ] {} <Debug> HTTP-Session: 37f6e235-6158-4911-96fa-3772c196844c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3646 | 2024.06.25 22:12:51.244652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3647 | 2024.06.25 22:12:51.244700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3648 | 2024.06.25 22:12:51.244719 [ 3 ] {} <Debug> HTTP-Session: f42d3633-34cf-4a08-8188-64613844d887 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3649 | 2024.06.25 22:12:51.244736 [ 3 ] {} <Debug> HTTP-Session: f42d3633-34cf-4a08-8188-64613844d887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3650 | 2024.06.25 22:12:51.244749 [ 3 ] {} <Debug> HTTP-Session: f42d3633-34cf-4a08-8188-64613844d887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3651 | 2024.06.25 22:12:51.244780 [ 3 ] {} <Trace> HTTP-Session: f42d3633-34cf-4a08-8188-64613844d887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3652 | 2024.06.25 22:12:51.244892 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3653 | 2024.06.25 22:12:51.244934 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3654 | 2024.06.25 22:12:51.245058 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3655 | 2024.06.25 22:12:51.245407 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3656 | 2024.06.25 22:12:51.245442 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3657 | 2024.06.25 22:12:51.245754 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3658 | 2024.06.25 22:12:51.246059 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3659 | 2024.06.25 22:12:51.246184 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001332 sec., 56306.3063063063 rows/sec., 4.40 MiB/sec. | ||
| 3660 | 2024.06.25 22:12:51.246345 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3661 | 2024.06.25 22:12:51.246369 [ 3 ] {0d2d6187-ad0d-4b06-9683-71583f1f0ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3662 | 2024.06.25 22:12:51.246384 [ 3 ] {} <Debug> HTTP-Session: f42d3633-34cf-4a08-8188-64613844d887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3663 | 2024.06.25 22:12:51.246543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3664 | 2024.06.25 22:12:51.246591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3665 | 2024.06.25 22:12:51.246609 [ 3 ] {} <Debug> HTTP-Session: b461a41d-ad0e-45ac-887b-36e0ad8d7947 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3666 | 2024.06.25 22:12:51.246625 [ 3 ] {} <Debug> HTTP-Session: b461a41d-ad0e-45ac-887b-36e0ad8d7947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3667 | 2024.06.25 22:12:51.246640 [ 3 ] {} <Debug> HTTP-Session: b461a41d-ad0e-45ac-887b-36e0ad8d7947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3668 | 2024.06.25 22:12:51.246671 [ 3 ] {} <Trace> HTTP-Session: b461a41d-ad0e-45ac-887b-36e0ad8d7947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3669 | 2024.06.25 22:12:51.246813 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3670 | 2024.06.25 22:12:51.246860 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3671 | 2024.06.25 22:12:51.247000 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3672 | 2024.06.25 22:12:51.247403 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2024.06.25 22:12:51.247438 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3674 | 2024.06.25 22:12:51.247816 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3675 | 2024.06.25 22:12:51.248146 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3676 | 2024.06.25 22:12:51.248277 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
| 3677 | 2024.06.25 22:12:51.248437 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3678 | 2024.06.25 22:12:51.248462 [ 3 ] {8e69ac93-a637-404b-a03c-853ce2c8b5d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3679 | 2024.06.25 22:12:51.248477 [ 3 ] {} <Debug> HTTP-Session: b461a41d-ad0e-45ac-887b-36e0ad8d7947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3680 | 2024.06.25 22:12:51.248598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3681 | 2024.06.25 22:12:51.248648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3682 | 2024.06.25 22:12:51.248666 [ 3 ] {} <Debug> HTTP-Session: 8b954fc6-a057-45b3-91ee-39f92f2b2729 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3683 | 2024.06.25 22:12:51.248683 [ 3 ] {} <Debug> HTTP-Session: 8b954fc6-a057-45b3-91ee-39f92f2b2729 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3684 | 2024.06.25 22:12:51.248697 [ 3 ] {} <Debug> HTTP-Session: 8b954fc6-a057-45b3-91ee-39f92f2b2729 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3685 | 2024.06.25 22:12:51.248727 [ 3 ] {} <Trace> HTTP-Session: 8b954fc6-a057-45b3-91ee-39f92f2b2729 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3686 | 2024.06.25 22:12:51.248902 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3687 | 2024.06.25 22:12:51.248965 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3688 | 2024.06.25 22:12:51.249362 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3689 | 2024.06.25 22:12:51.249927 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3690 | 2024.06.25 22:12:51.249962 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3691 | 2024.06.25 22:12:51.250540 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3692 | 2024.06.25 22:12:51.250944 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3693 | 2024.06.25 22:12:51.251089 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00229 sec., 4803.493449781659 rows/sec., 8.61 MiB/sec. | ||
| 3694 | 2024.06.25 22:12:51.251548 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Debug> DynamicQueryHandler: Done processing query | ||
| 3695 | 2024.06.25 22:12:51.251572 [ 3 ] {1eac9df3-d092-494a-a385-73c89449e747} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 3696 | 2024.06.25 22:12:51.251588 [ 3 ] {} <Debug> HTTP-Session: 8b954fc6-a057-45b3-91ee-39f92f2b2729 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3697 | 2024.06.25 22:12:51.251711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3698 | 2024.06.25 22:12:51.251760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3699 | 2024.06.25 22:12:51.251779 [ 3 ] {} <Debug> HTTP-Session: 3cd5e17b-1914-4669-ab77-a42b5424ed41 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3700 | 2024.06.25 22:12:51.251795 [ 3 ] {} <Debug> HTTP-Session: 3cd5e17b-1914-4669-ab77-a42b5424ed41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3701 | 2024.06.25 22:12:51.251810 [ 3 ] {} <Debug> HTTP-Session: 3cd5e17b-1914-4669-ab77-a42b5424ed41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3702 | 2024.06.25 22:12:51.251840 [ 3 ] {} <Trace> HTTP-Session: 3cd5e17b-1914-4669-ab77-a42b5424ed41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3703 | 2024.06.25 22:12:51.251963 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3704 | 2024.06.25 22:12:51.252007 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3705 | 2024.06.25 22:12:51.252152 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3706 | 2024.06.25 22:12:51.252518 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3707 | 2024.06.25 22:12:51.252562 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3708 | 2024.06.25 22:12:51.253050 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3709 | 2024.06.25 22:12:51.253534 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3710 | 2024.06.25 22:12:51.253668 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001756 sec., 34168.56492027335 rows/sec., 2.30 MiB/sec. | ||
| 3711 | 2024.06.25 22:12:51.254025 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Debug> DynamicQueryHandler: Done processing query | ||
| 3712 | 2024.06.25 22:12:51.254062 [ 3 ] {56722f7a-891b-4a37-bc66-375cde44c060} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3713 | 2024.06.25 22:12:51.254081 [ 3 ] {} <Debug> HTTP-Session: 3cd5e17b-1914-4669-ab77-a42b5424ed41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3714 | 2024.06.25 22:12:53.064188 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3715 | 2024.06.25 22:12:53.064251 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3716 | 2024.06.25 22:12:56.240921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3717 | 2024.06.25 22:12:56.241050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3718 | 2024.06.25 22:12:56.241076 [ 3 ] {} <Debug> HTTP-Session: 94a4dbe1-255f-4f05-ae58-d26e8d85b816 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3719 | 2024.06.25 22:12:56.241100 [ 3 ] {} <Debug> HTTP-Session: 94a4dbe1-255f-4f05-ae58-d26e8d85b816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3720 | 2024.06.25 22:12:56.241114 [ 3 ] {} <Debug> HTTP-Session: 94a4dbe1-255f-4f05-ae58-d26e8d85b816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3721 | 2024.06.25 22:12:56.241163 [ 3 ] {} <Trace> HTTP-Session: 94a4dbe1-255f-4f05-ae58-d26e8d85b816 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3722 | 2024.06.25 22:12:56.241351 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3723 | 2024.06.25 22:12:56.241417 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3724 | 2024.06.25 22:12:56.241610 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3725 | 2024.06.25 22:12:56.242058 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3726 | 2024.06.25 22:12:56.242102 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3727 | 2024.06.25 22:12:56.242473 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3728 | 2024.06.25 22:12:56.242825 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3729 | 2024.06.25 22:12:56.242974 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001679 sec., 11911.852293031567 rows/sec., 965.51 KiB/sec. | ||
| 3730 | 2024.06.25 22:12:56.243210 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Debug> DynamicQueryHandler: Done processing query | ||
| 3731 | 2024.06.25 22:12:56.243247 [ 3 ] {872bf83a-de1d-4bf3-b88c-5c15a04c2218} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3732 | 2024.06.25 22:12:56.243265 [ 3 ] {} <Debug> HTTP-Session: 94a4dbe1-255f-4f05-ae58-d26e8d85b816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3733 | 2024.06.25 22:12:56.243407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3734 | 2024.06.25 22:12:56.243469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3735 | 2024.06.25 22:12:56.243490 [ 3 ] {} <Debug> HTTP-Session: 5638112e-3d93-4286-86dd-df7bd3375eb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3736 | 2024.06.25 22:12:56.243508 [ 3 ] {} <Debug> HTTP-Session: 5638112e-3d93-4286-86dd-df7bd3375eb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3737 | 2024.06.25 22:12:56.243522 [ 3 ] {} <Debug> HTTP-Session: 5638112e-3d93-4286-86dd-df7bd3375eb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3738 | 2024.06.25 22:12:56.243557 [ 3 ] {} <Trace> HTTP-Session: 5638112e-3d93-4286-86dd-df7bd3375eb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3739 | 2024.06.25 22:12:56.243690 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3740 | 2024.06.25 22:12:56.243741 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3741 | 2024.06.25 22:12:56.243867 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3742 | 2024.06.25 22:12:56.244305 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2024.06.25 22:12:56.244341 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3744 | 2024.06.25 22:12:56.244659 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3745 | 2024.06.25 22:12:56.244977 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3746 | 2024.06.25 22:12:56.245107 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001468 sec., 79019.0735694823 rows/sec., 6.54 MiB/sec. | ||
| 3747 | 2024.06.25 22:12:56.245320 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 3748 | 2024.06.25 22:12:56.245346 [ 3 ] {a631ecaf-b9ae-43ff-bdd7-cb992cbef1ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3749 | 2024.06.25 22:12:56.245363 [ 3 ] {} <Debug> HTTP-Session: 5638112e-3d93-4286-86dd-df7bd3375eb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3750 | 2024.06.25 22:12:56.245495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3751 | 2024.06.25 22:12:56.245550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3752 | 2024.06.25 22:12:56.245572 [ 3 ] {} <Debug> HTTP-Session: c01d51d2-2e27-461d-92dc-cc3b2a019865 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3753 | 2024.06.25 22:12:56.245589 [ 3 ] {} <Debug> HTTP-Session: c01d51d2-2e27-461d-92dc-cc3b2a019865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3754 | 2024.06.25 22:12:56.245603 [ 3 ] {} <Debug> HTTP-Session: c01d51d2-2e27-461d-92dc-cc3b2a019865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3755 | 2024.06.25 22:12:56.245634 [ 3 ] {} <Trace> HTTP-Session: c01d51d2-2e27-461d-92dc-cc3b2a019865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3756 | 2024.06.25 22:12:56.245762 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3757 | 2024.06.25 22:12:56.245806 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3758 | 2024.06.25 22:12:56.245930 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3759 | 2024.06.25 22:12:56.246275 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2024.06.25 22:12:56.246311 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3761 | 2024.06.25 22:12:56.246625 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3762 | 2024.06.25 22:12:56.246932 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2024.06.25 22:12:56.247058 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001342 sec., 62593.14456035767 rows/sec., 4.89 MiB/sec. | ||
| 3764 | 2024.06.25 22:12:56.247219 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3765 | 2024.06.25 22:12:56.247243 [ 3 ] {b596ea86-1e4a-4f6d-b4d3-9c2af5cea7c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3766 | 2024.06.25 22:12:56.247259 [ 3 ] {} <Debug> HTTP-Session: c01d51d2-2e27-461d-92dc-cc3b2a019865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3767 | 2024.06.25 22:12:56.247410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3768 | 2024.06.25 22:12:56.247458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3769 | 2024.06.25 22:12:56.247478 [ 3 ] {} <Debug> HTTP-Session: 5cfa19a0-a9c4-4b10-bd90-2ef86669ff07 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3770 | 2024.06.25 22:12:56.247495 [ 3 ] {} <Debug> HTTP-Session: 5cfa19a0-a9c4-4b10-bd90-2ef86669ff07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3771 | 2024.06.25 22:12:56.247509 [ 3 ] {} <Debug> HTTP-Session: 5cfa19a0-a9c4-4b10-bd90-2ef86669ff07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3772 | 2024.06.25 22:12:56.247539 [ 3 ] {} <Trace> HTTP-Session: 5cfa19a0-a9c4-4b10-bd90-2ef86669ff07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3773 | 2024.06.25 22:12:56.247688 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3774 | 2024.06.25 22:12:56.247737 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3775 | 2024.06.25 22:12:56.247879 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3776 | 2024.06.25 22:12:56.248264 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3777 | 2024.06.25 22:12:56.248301 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3778 | 2024.06.25 22:12:56.248686 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3779 | 2024.06.25 22:12:56.249029 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3780 | 2024.06.25 22:12:56.249169 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001552 sec., 103092.78350515464 rows/sec., 7.18 MiB/sec. | ||
| 3781 | 2024.06.25 22:12:56.249393 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3782 | 2024.06.25 22:12:56.249417 [ 3 ] {b659e04f-c80c-4820-9b43-49e9f3543b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3783 | 2024.06.25 22:12:56.249432 [ 3 ] {} <Debug> HTTP-Session: 5cfa19a0-a9c4-4b10-bd90-2ef86669ff07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3784 | 2024.06.25 22:12:56.249575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3785 | 2024.06.25 22:12:56.249624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3786 | 2024.06.25 22:12:56.249643 [ 3 ] {} <Debug> HTTP-Session: f6fd3ea5-e5cb-4b91-aa15-10cb7492f819 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3787 | 2024.06.25 22:12:56.249659 [ 3 ] {} <Debug> HTTP-Session: f6fd3ea5-e5cb-4b91-aa15-10cb7492f819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3788 | 2024.06.25 22:12:56.249673 [ 3 ] {} <Debug> HTTP-Session: f6fd3ea5-e5cb-4b91-aa15-10cb7492f819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3789 | 2024.06.25 22:12:56.249705 [ 3 ] {} <Trace> HTTP-Session: f6fd3ea5-e5cb-4b91-aa15-10cb7492f819 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3790 | 2024.06.25 22:12:56.250019 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3791 | 2024.06.25 22:12:56.250085 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3792 | 2024.06.25 22:12:56.250484 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3793 | 2024.06.25 22:12:56.251045 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2024.06.25 22:12:56.251083 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3795 | 2024.06.25 22:12:56.251742 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3796 | 2024.06.25 22:12:56.252164 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3797 | 2024.06.25 22:12:56.252321 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002526 sec., 7917.656373713381 rows/sec., 14.19 MiB/sec. | ||
| 3798 | 2024.06.25 22:12:56.252785 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3799 | 2024.06.25 22:12:56.252812 [ 3 ] {6aa2a48b-f300-4dfc-a7f1-f7393a7e17cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 3800 | 2024.06.25 22:12:56.252828 [ 3 ] {} <Debug> HTTP-Session: f6fd3ea5-e5cb-4b91-aa15-10cb7492f819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3801 | 2024.06.25 22:12:56.252941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3802 | 2024.06.25 22:12:56.252991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3803 | 2024.06.25 22:12:56.253011 [ 3 ] {} <Debug> HTTP-Session: 0936b622-fdd0-4558-8eee-af5dd2d31bfb Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3804 | 2024.06.25 22:12:56.253028 [ 3 ] {} <Debug> HTTP-Session: 0936b622-fdd0-4558-8eee-af5dd2d31bfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3805 | 2024.06.25 22:12:56.253042 [ 3 ] {} <Debug> HTTP-Session: 0936b622-fdd0-4558-8eee-af5dd2d31bfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3806 | 2024.06.25 22:12:56.253074 [ 3 ] {} <Trace> HTTP-Session: 0936b622-fdd0-4558-8eee-af5dd2d31bfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3807 | 2024.06.25 22:12:56.253199 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3808 | 2024.06.25 22:12:56.253244 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3809 | 2024.06.25 22:12:56.253396 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3810 | 2024.06.25 22:12:56.253696 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3811 | 2024.06.25 22:12:56.253732 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3812 | 2024.06.25 22:12:56.254121 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3813 | 2024.06.25 22:12:56.254457 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2024.06.25 22:12:56.254588 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. | ||
| 3815 | 2024.06.25 22:12:56.254763 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Debug> DynamicQueryHandler: Done processing query | ||
| 3816 | 2024.06.25 22:12:56.254789 [ 3 ] {8469b49d-a5f7-4c63-b66c-4996783b4240} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3817 | 2024.06.25 22:12:56.254805 [ 3 ] {} <Debug> HTTP-Session: 0936b622-fdd0-4558-8eee-af5dd2d31bfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3818 | 2024.06.25 22:12:58.187442 [ 170 ] {} <Debug> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3819 | 2024.06.25 22:12:58.187512 [ 170 ] {} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2024.06.25 22:12:58.187538 [ 170 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3821 | 2024.06.25 22:12:58.187754 [ 200 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::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 | ||
| 3822 | 2024.06.25 22:12:58.188102 [ 200 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3823 | 2024.06.25 22:12:58.188150 [ 200 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 3824 | 2024.06.25 22:12:58.188240 [ 200 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3825 | 2024.06.25 22:12:58.188388 [ 200 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 3826 | 2024.06.25 22:12:58.188553 [ 200 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 3827 | 2024.06.25 22:12:58.188672 [ 200 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3828 | 2024.06.25 22:12:58.190841 [ 195 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 6 columns (6 merged, 0 gathered) in 0.003217326 sec., 9013.696467190455 rows/sec., 1.26 MiB/sec. | ||
| 3829 | 2024.06.25 22:12:58.191039 [ 195 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3830 | 2024.06.25 22:12:58.191626 [ 195 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3831 | 2024.06.25 22:12:58.191714 [ 195 ] {674a1bfd-82a3-4307-8a1b-3318159eb910::all_1_5_1} <Trace> oximeter.timeseries_schema (674a1bfd-82a3-4307-8a1b-3318159eb910) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3832 | 2024.06.25 22:12:58.191817 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3833 | 2024.06.25 22:13:01.240148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3834 | 2024.06.25 22:13:01.240292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3835 | 2024.06.25 22:13:01.240323 [ 3 ] {} <Debug> HTTP-Session: e42257b7-b01a-43b2-b71f-665082d13117 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3836 | 2024.06.25 22:13:01.240351 [ 3 ] {} <Debug> HTTP-Session: e42257b7-b01a-43b2-b71f-665082d13117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3837 | 2024.06.25 22:13:01.240369 [ 3 ] {} <Debug> HTTP-Session: e42257b7-b01a-43b2-b71f-665082d13117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3838 | 2024.06.25 22:13:01.240425 [ 3 ] {} <Trace> HTTP-Session: e42257b7-b01a-43b2-b71f-665082d13117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3839 | 2024.06.25 22:13:01.240632 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3840 | 2024.06.25 22:13:01.240706 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3841 | 2024.06.25 22:13:01.240930 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3842 | 2024.06.25 22:13:01.241371 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3843 | 2024.06.25 22:13:01.241413 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3844 | 2024.06.25 22:13:01.241782 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3845 | 2024.06.25 22:13:01.242118 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2024.06.25 22:13:01.242285 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001707 sec., 6444.053895723491 rows/sec., 522.32 KiB/sec. | ||
| 3847 | 2024.06.25 22:13:01.242295 [ 169 ] {} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3848 | 2024.06.25 22:13:01.242395 [ 169 ] {} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2024.06.25 22:13:01.242442 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3850 | 2024.06.25 22:13:01.242577 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Debug> DynamicQueryHandler: Done processing query | ||
| 3851 | 2024.06.25 22:13:01.242641 [ 3 ] {43f8b1c2-de9e-45c7-ab4b-dfbc6fbb3dab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3852 | 2024.06.25 22:13:01.242690 [ 3 ] {} <Debug> HTTP-Session: e42257b7-b01a-43b2-b71f-665082d13117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3853 | 2024.06.25 22:13:01.242763 [ 187 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 3854 | 2024.06.25 22:13:01.242966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3855 | 2024.06.25 22:13:01.243114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3856 | 2024.06.25 22:13:01.243164 [ 3 ] {} <Debug> HTTP-Session: 7eff1fa9-5da4-473c-b19d-3e8ad3dbba4c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3857 | 2024.06.25 22:13:01.243193 [ 3 ] {} <Debug> HTTP-Session: 7eff1fa9-5da4-473c-b19d-3e8ad3dbba4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3858 | 2024.06.25 22:13:01.243199 [ 187 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3859 | 2024.06.25 22:13:01.243211 [ 3 ] {} <Debug> HTTP-Session: 7eff1fa9-5da4-473c-b19d-3e8ad3dbba4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3860 | 2024.06.25 22:13:01.243245 [ 187 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 3861 | 2024.06.25 22:13:01.243257 [ 3 ] {} <Trace> HTTP-Session: 7eff1fa9-5da4-473c-b19d-3e8ad3dbba4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3862 | 2024.06.25 22:13:01.243394 [ 187 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
| 3863 | 2024.06.25 22:13:01.243444 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3864 | 2024.06.25 22:13:01.243495 [ 187 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 3865 | 2024.06.25 22:13:01.243555 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3866 | 2024.06.25 22:13:01.243967 [ 187 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part | ||
| 3867 | 2024.06.25 22:13:01.244162 [ 187 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 3868 | 2024.06.25 22:13:01.244382 [ 187 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part | ||
| 3869 | 2024.06.25 22:13:01.244550 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3870 | 2024.06.25 22:13:01.245243 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3871 | 2024.06.25 22:13:01.245291 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3872 | 2024.06.25 22:13:01.245900 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3873 | 2024.06.25 22:13:01.245926 [ 200 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.003392738 sec., 30653.708008104368 rows/sec., 2.43 MiB/sec. | ||
| 3874 | 2024.06.25 22:13:01.246340 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3875 | 2024.06.25 22:13:01.246514 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2024.06.25 22:13:01.246731 [ 169 ] {} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3877 | 2024.06.25 22:13:01.246839 [ 169 ] {} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3878 | 2024.06.25 22:13:01.246932 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3879 | 2024.06.25 22:13:01.246928 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.003516 sec., 25312.855517633674 rows/sec., 2.05 MiB/sec. | ||
| 3880 | 2024.06.25 22:13:01.247458 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 3881 | 2024.06.25 22:13:01.247615 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Debug> DynamicQueryHandler: Done processing query | ||
| 3882 | 2024.06.25 22:13:01.247690 [ 3 ] {02d3d14b-0c52-4e71-8a23-1eb453590394} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3883 | 2024.06.25 22:13:01.247751 [ 3 ] {} <Debug> HTTP-Session: 7eff1fa9-5da4-473c-b19d-3e8ad3dbba4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3884 | 2024.06.25 22:13:01.247761 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3885 | 2024.06.25 22:13:01.247829 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 124 rows starting from the beginning of the part | ||
| 3886 | 2024.06.25 22:13:01.247944 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3887 | 2024.06.25 22:13:01.248054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3888 | 2024.06.25 22:13:01.248091 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 91 rows starting from the beginning of the part | ||
| 3889 | 2024.06.25 22:13:01.248309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3890 | 2024.06.25 22:13:01.248491 [ 3 ] {} <Debug> HTTP-Session: da5ca8c0-8715-470a-be69-79922f6afe96 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3891 | 2024.06.25 22:13:01.248516 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_21_4} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3892 | 2024.06.25 22:13:01.248603 [ 3 ] {} <Debug> HTTP-Session: da5ca8c0-8715-470a-be69-79922f6afe96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3893 | 2024.06.25 22:13:01.248649 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 154 rows starting from the beginning of the part | ||
| 3894 | 2024.06.25 22:13:01.248690 [ 3 ] {} <Debug> HTTP-Session: da5ca8c0-8715-470a-be69-79922f6afe96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3895 | 2024.06.25 22:13:01.248908 [ 3 ] {} <Trace> HTTP-Session: da5ca8c0-8715-470a-be69-79922f6afe96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3896 | 2024.06.25 22:13:01.249019 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3897 | 2024.06.25 22:13:01.249157 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 89 rows starting from the beginning of the part | ||
| 3898 | 2024.06.25 22:13:01.249261 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 116 rows starting from the beginning of the part | ||
| 3899 | 2024.06.25 22:13:01.249292 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3900 | 2024.06.25 22:13:01.249470 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3901 | 2024.06.25 22:13:01.249505 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 89 rows starting from the beginning of the part | ||
| 3902 | 2024.06.25 22:13:01.250091 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3903 | 2024.06.25 22:13:01.250640 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2024.06.25 22:13:01.250686 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3905 | 2024.06.25 22:13:01.251176 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3906 | 2024.06.25 22:13:01.251292 [ 193 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 663 rows, containing 4 columns (4 merged, 0 gathered) in 0.00422584 sec., 156891.8842171024 rows/sec., 12.90 MiB/sec. | ||
| 3907 | 2024.06.25 22:13:01.251554 [ 193 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3908 | 2024.06.25 22:13:01.251818 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2024.06.25 22:13:01.252188 [ 169 ] {} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3910 | 2024.06.25 22:13:01.252296 [ 169 ] {} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2024.06.25 22:13:01.252347 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.003142 sec., 23870.14640356461 rows/sec., 1.86 MiB/sec. | ||
| 3912 | 2024.06.25 22:13:01.252363 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3913 | 2024.06.25 22:13:01.252767 [ 193 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3914 | 2024.06.25 22:13:01.252930 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 3915 | 2024.06.25 22:13:01.252974 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 3916 | 2024.06.25 22:13:01.253034 [ 193 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_21_4} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3917 | 2024.06.25 22:13:01.253045 [ 3 ] {87f6c299-f22e-42ad-a4a8-9e2b995013aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3918 | 2024.06.25 22:13:01.253140 [ 3 ] {} <Debug> HTTP-Session: da5ca8c0-8715-470a-be69-79922f6afe96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3919 | 2024.06.25 22:13:01.253279 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3920 | 2024.06.25 22:13:01.253352 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3921 | 2024.06.25 22:13:01.253389 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 87 rows starting from the beginning of the part | ||
| 3922 | 2024.06.25 22:13:01.253488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3923 | 2024.06.25 22:13:01.253639 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 79 rows starting from the beginning of the part | ||
| 3924 | 2024.06.25 22:13:01.253648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3925 | 2024.06.25 22:13:01.253715 [ 3 ] {} <Debug> HTTP-Session: 524f58ea-f128-4333-a6cb-896bb73b90ae Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3926 | 2024.06.25 22:13:01.253773 [ 3 ] {} <Debug> HTTP-Session: 524f58ea-f128-4333-a6cb-896bb73b90ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3927 | 2024.06.25 22:13:01.253845 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 3928 | 2024.06.25 22:13:01.253848 [ 3 ] {} <Debug> HTTP-Session: 524f58ea-f128-4333-a6cb-896bb73b90ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3929 | 2024.06.25 22:13:01.253999 [ 3 ] {} <Trace> HTTP-Session: 524f58ea-f128-4333-a6cb-896bb73b90ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3930 | 2024.06.25 22:13:01.254141 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 75 rows starting from the beginning of the part | ||
| 3931 | 2024.06.25 22:13:01.254443 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 84 rows starting from the beginning of the part | ||
| 3932 | 2024.06.25 22:13:01.254492 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3933 | 2024.06.25 22:13:01.254728 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3934 | 2024.06.25 22:13:01.254718 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 75 rows starting from the beginning of the part | ||
| 3935 | 2024.06.25 22:13:01.255475 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3936 | 2024.06.25 22:13:01.256429 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3937 | 2024.06.25 22:13:01.256499 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3938 | 2024.06.25 22:13:01.257577 [ 200 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 512 rows, containing 4 columns (4 merged, 0 gathered) in 0.005044442 sec., 101497.8465408067 rows/sec., 7.93 MiB/sec. | ||
| 3939 | 2024.06.25 22:13:01.257652 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3940 | 2024.06.25 22:13:01.257763 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3941 | 2024.06.25 22:13:01.258190 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2024.06.25 22:13:01.258415 [ 169 ] {} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3943 | 2024.06.25 22:13:01.258439 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004184 sec., 38240.917782026765 rows/sec., 2.66 MiB/sec. | ||
| 3944 | 2024.06.25 22:13:01.258490 [ 169 ] {} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3945 | 2024.06.25 22:13:01.258504 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3946 | 2024.06.25 22:13:01.258588 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3947 | 2024.06.25 22:13:01.258866 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_21_4} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3948 | 2024.06.25 22:13:01.259110 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Debug> DynamicQueryHandler: Done processing query | ||
| 3949 | 2024.06.25 22:13:01.259187 [ 3 ] {273dca80-fbee-4649-b086-63c980bcb961} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3950 | 2024.06.25 22:13:01.259297 [ 3 ] {} <Debug> HTTP-Session: 524f58ea-f128-4333-a6cb-896bb73b90ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3951 | 2024.06.25 22:13:01.259424 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3952 | 2024.06.25 22:13:01.259511 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 3953 | 2024.06.25 22:13:01.259607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3954 | 2024.06.25 22:13:01.259717 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3955 | 2024.06.25 22:13:01.259733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3956 | 2024.06.25 22:13:01.259788 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 539 rows starting from the beginning of the part | ||
| 3957 | 2024.06.25 22:13:01.259795 [ 3 ] {} <Debug> HTTP-Session: 2cbdd92c-e3fd-4016-aab1-ec6a8b853eca Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3958 | 2024.06.25 22:13:01.259840 [ 3 ] {} <Debug> HTTP-Session: 2cbdd92c-e3fd-4016-aab1-ec6a8b853eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3959 | 2024.06.25 22:13:01.259894 [ 3 ] {} <Debug> HTTP-Session: 2cbdd92c-e3fd-4016-aab1-ec6a8b853eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3960 | 2024.06.25 22:13:01.260074 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 142 rows starting from the beginning of the part | ||
| 3961 | 2024.06.25 22:13:01.260097 [ 3 ] {} <Trace> HTTP-Session: 2cbdd92c-e3fd-4016-aab1-ec6a8b853eca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2024.06.25 22:13:01.260414 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 738 rows starting from the beginning of the part | ||
| 3963 | 2024.06.25 22:13:01.260549 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 3964 | 2024.06.25 22:13:01.260717 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3965 | 2024.06.25 22:13:01.260836 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 3966 | 2024.06.25 22:13:01.261050 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3967 | 2024.06.25 22:13:01.261204 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 3968 | 2024.06.25 22:13:01.263378 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3969 | 2024.06.25 22:13:01.264579 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3970 | 2024.06.25 22:13:01.264634 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3971 | 2024.06.25 22:13:01.265047 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1899 rows, containing 5 columns (5 merged, 0 gathered) in 0.006243989 sec., 304132.5024755809 rows/sec., 21.27 MiB/sec. | ||
| 3972 | 2024.06.25 22:13:01.265361 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3973 | 2024.06.25 22:13:01.266366 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3974 | 2024.06.25 22:13:01.266424 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3975 | 2024.06.25 22:13:01.266572 [ 200 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3976 | 2024.06.25 22:13:01.266794 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 3977 | 2024.06.25 22:13:01.267149 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2024.06.25 22:13:01.267341 [ 169 ] {} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3979 | 2024.06.25 22:13:01.267371 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007055 sec., 1559.177888022679 rows/sec., 2.79 MiB/sec. | ||
| 3980 | 2024.06.25 22:13:01.267409 [ 169 ] {} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2024.06.25 22:13:01.267474 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 3982 | 2024.06.25 22:13:01.267962 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 3983 | 2024.06.25 22:13:01.268403 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3984 | 2024.06.25 22:13:01.268458 [ 3 ] {3b70a904-78c4-4240-9e80-ca3c7adbf55b} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 3985 | 2024.06.25 22:13:01.268518 [ 3 ] {} <Debug> HTTP-Session: 2cbdd92c-e3fd-4016-aab1-ec6a8b853eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3986 | 2024.06.25 22:13:01.268750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3987 | 2024.06.25 22:13:01.268831 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3988 | 2024.06.25 22:13:01.268846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3989 | 2024.06.25 22:13:01.268916 [ 3 ] {} <Debug> HTTP-Session: 8cb37465-ab6c-47b3-b8c6-f5c71f670a64 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 3990 | 2024.06.25 22:13:01.268973 [ 3 ] {} <Debug> HTTP-Session: 8cb37465-ab6c-47b3-b8c6-f5c71f670a64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3991 | 2024.06.25 22:13:01.268987 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 273 rows starting from the beginning of the part | ||
| 3992 | 2024.06.25 22:13:01.269003 [ 3 ] {} <Debug> HTTP-Session: 8cb37465-ab6c-47b3-b8c6-f5c71f670a64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3993 | 2024.06.25 22:13:01.269064 [ 3 ] {} <Trace> HTTP-Session: 8cb37465-ab6c-47b3-b8c6-f5c71f670a64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3994 | 2024.06.25 22:13:01.269582 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3995 | 2024.06.25 22:13:01.269587 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
| 3996 | 2024.06.25 22:13:01.269673 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3997 | 2024.06.25 22:13:01.270365 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 3998 | 2024.06.25 22:13:01.270561 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3999 | 2024.06.25 22:13:01.271056 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part | ||
| 4000 | 2024.06.25 22:13:01.271704 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 4001 | 2024.06.25 22:13:01.271877 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4002 | 2024.06.25 22:13:01.271973 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4003 | 2024.06.25 22:13:01.272396 [ 201 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part | ||
| 4004 | 2024.06.25 22:13:01.273337 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4005 | 2024.06.25 22:13:01.274215 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4006 | 2024.06.25 22:13:01.274446 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005157 sec., 11634.671320535195 rows/sec., 802.91 KiB/sec. | ||
| 4007 | 2024.06.25 22:13:01.274671 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Debug> DynamicQueryHandler: Done processing query | ||
| 4008 | 2024.06.25 22:13:01.274729 [ 3 ] {d89a0959-c4a9-4085-b874-9c7a66c62853} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4009 | 2024.06.25 22:13:01.274777 [ 3 ] {} <Debug> HTTP-Session: 8cb37465-ab6c-47b3-b8c6-f5c71f670a64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4010 | 2024.06.25 22:13:01.277388 [ 188 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 346 rows, containing 19 columns (19 merged, 0 gathered) in 0.00981332 sec., 35258.200079076196 rows/sec., 63.18 MiB/sec. | ||
| 4011 | 2024.06.25 22:13:01.278077 [ 194 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4012 | 2024.06.25 22:13:01.278740 [ 194 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2024.06.25 22:13:01.278829 [ 194 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4014 | 2024.06.25 22:13:01.278985 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 4015 | 2024.06.25 22:13:02.000219 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.54 MiB, peak 190.09 MiB, free memory in arenas 0.00 B, will set to 182.97 MiB (RSS), difference: 1.44 MiB | ||
| 4016 | 2024.06.25 22:13:06.240436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4017 | 2024.06.25 22:13:06.240583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4018 | 2024.06.25 22:13:06.240614 [ 3 ] {} <Debug> HTTP-Session: bf77795c-07a4-4a44-9c27-bea7bf5f2e9b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4019 | 2024.06.25 22:13:06.240642 [ 3 ] {} <Debug> HTTP-Session: bf77795c-07a4-4a44-9c27-bea7bf5f2e9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4020 | 2024.06.25 22:13:06.240660 [ 3 ] {} <Debug> HTTP-Session: bf77795c-07a4-4a44-9c27-bea7bf5f2e9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4021 | 2024.06.25 22:13:06.240716 [ 3 ] {} <Trace> HTTP-Session: bf77795c-07a4-4a44-9c27-bea7bf5f2e9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4022 | 2024.06.25 22:13:06.240929 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4023 | 2024.06.25 22:13:06.241004 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4024 | 2024.06.25 22:13:06.241221 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4025 | 2024.06.25 22:13:06.241655 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4026 | 2024.06.25 22:13:06.241698 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4027 | 2024.06.25 22:13:06.242192 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4028 | 2024.06.25 22:13:06.242604 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4029 | 2024.06.25 22:13:06.242767 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001904 sec., 10504.201680672268 rows/sec., 851.41 KiB/sec. | ||
| 4030 | 2024.06.25 22:13:06.242971 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Debug> DynamicQueryHandler: Done processing query | ||
| 4031 | 2024.06.25 22:13:06.242998 [ 3 ] {dee5fd17-9756-4231-bdb2-de11e891ad57} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4032 | 2024.06.25 22:13:06.243015 [ 3 ] {} <Debug> HTTP-Session: bf77795c-07a4-4a44-9c27-bea7bf5f2e9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4033 | 2024.06.25 22:13:06.243158 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4034 | 2024.06.25 22:13:06.243212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4035 | 2024.06.25 22:13:06.243232 [ 3 ] {} <Debug> HTTP-Session: 96669d74-cc76-4f5d-a7ae-e6129f084713 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4036 | 2024.06.25 22:13:06.243250 [ 3 ] {} <Debug> HTTP-Session: 96669d74-cc76-4f5d-a7ae-e6129f084713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4037 | 2024.06.25 22:13:06.243264 [ 3 ] {} <Debug> HTTP-Session: 96669d74-cc76-4f5d-a7ae-e6129f084713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4038 | 2024.06.25 22:13:06.243296 [ 3 ] {} <Trace> HTTP-Session: 96669d74-cc76-4f5d-a7ae-e6129f084713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4039 | 2024.06.25 22:13:06.243432 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4040 | 2024.06.25 22:13:06.243479 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4041 | 2024.06.25 22:13:06.243611 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4042 | 2024.06.25 22:13:06.244006 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4043 | 2024.06.25 22:13:06.244043 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4044 | 2024.06.25 22:13:06.244383 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4045 | 2024.06.25 22:13:06.244712 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4046 | 2024.06.25 22:13:06.244874 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001495 sec., 77591.97324414716 rows/sec., 6.42 MiB/sec. | ||
| 4047 | 2024.06.25 22:13:06.245050 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Debug> DynamicQueryHandler: Done processing query | ||
| 4048 | 2024.06.25 22:13:06.245076 [ 3 ] {901845aa-fa3e-4fb6-ad92-b0c740159048} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4049 | 2024.06.25 22:13:06.245091 [ 3 ] {} <Debug> HTTP-Session: 96669d74-cc76-4f5d-a7ae-e6129f084713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4050 | 2024.06.25 22:13:06.245225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4051 | 2024.06.25 22:13:06.245275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4052 | 2024.06.25 22:13:06.245295 [ 3 ] {} <Debug> HTTP-Session: 1ee3ae4e-51f1-4dda-a93b-84f9fb351030 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4053 | 2024.06.25 22:13:06.245311 [ 3 ] {} <Debug> HTTP-Session: 1ee3ae4e-51f1-4dda-a93b-84f9fb351030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4054 | 2024.06.25 22:13:06.245325 [ 3 ] {} <Debug> HTTP-Session: 1ee3ae4e-51f1-4dda-a93b-84f9fb351030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4055 | 2024.06.25 22:13:06.245358 [ 3 ] {} <Trace> HTTP-Session: 1ee3ae4e-51f1-4dda-a93b-84f9fb351030 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4056 | 2024.06.25 22:13:06.245477 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4057 | 2024.06.25 22:13:06.245520 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4058 | 2024.06.25 22:13:06.245649 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4059 | 2024.06.25 22:13:06.245986 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2024.06.25 22:13:06.246023 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4061 | 2024.06.25 22:13:06.246344 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4062 | 2024.06.25 22:13:06.246673 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2024.06.25 22:13:06.246830 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001398 sec., 60085.83690987125 rows/sec., 4.69 MiB/sec. | ||
| 4064 | 2024.06.25 22:13:06.246987 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Debug> DynamicQueryHandler: Done processing query | ||
| 4065 | 2024.06.25 22:13:06.247012 [ 3 ] {3f0d4544-968e-40c9-8b6d-3db6391ad302} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4066 | 2024.06.25 22:13:06.247028 [ 3 ] {} <Debug> HTTP-Session: 1ee3ae4e-51f1-4dda-a93b-84f9fb351030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4067 | 2024.06.25 22:13:06.247193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4068 | 2024.06.25 22:13:06.247243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4069 | 2024.06.25 22:13:06.247262 [ 3 ] {} <Debug> HTTP-Session: e35e8cdd-4f69-4671-b4b0-540ed9d71233 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4070 | 2024.06.25 22:13:06.247279 [ 3 ] {} <Debug> HTTP-Session: e35e8cdd-4f69-4671-b4b0-540ed9d71233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4071 | 2024.06.25 22:13:06.247292 [ 3 ] {} <Debug> HTTP-Session: e35e8cdd-4f69-4671-b4b0-540ed9d71233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4072 | 2024.06.25 22:13:06.247323 [ 3 ] {} <Trace> HTTP-Session: e35e8cdd-4f69-4671-b4b0-540ed9d71233 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4073 | 2024.06.25 22:13:06.247514 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4074 | 2024.06.25 22:13:06.247562 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4075 | 2024.06.25 22:13:06.247710 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4076 | 2024.06.25 22:13:06.248086 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4077 | 2024.06.25 22:13:06.248122 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4078 | 2024.06.25 22:13:06.248522 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4079 | 2024.06.25 22:13:06.248875 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4080 | 2024.06.25 22:13:06.249038 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
| 4081 | 2024.06.25 22:13:06.249329 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Debug> DynamicQueryHandler: Done processing query | ||
| 4082 | 2024.06.25 22:13:06.249355 [ 3 ] {54076951-bc09-4e12-b96d-c508d1156f46} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4083 | 2024.06.25 22:13:06.249372 [ 3 ] {} <Debug> HTTP-Session: e35e8cdd-4f69-4671-b4b0-540ed9d71233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4084 | 2024.06.25 22:13:06.249515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4085 | 2024.06.25 22:13:06.249565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4086 | 2024.06.25 22:13:06.249586 [ 3 ] {} <Debug> HTTP-Session: d146acf9-05fa-4ab1-b782-e47427010096 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4087 | 2024.06.25 22:13:06.249603 [ 3 ] {} <Debug> HTTP-Session: d146acf9-05fa-4ab1-b782-e47427010096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4088 | 2024.06.25 22:13:06.249616 [ 3 ] {} <Debug> HTTP-Session: d146acf9-05fa-4ab1-b782-e47427010096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4089 | 2024.06.25 22:13:06.249647 [ 3 ] {} <Trace> HTTP-Session: d146acf9-05fa-4ab1-b782-e47427010096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4090 | 2024.06.25 22:13:06.249923 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4091 | 2024.06.25 22:13:06.249997 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4092 | 2024.06.25 22:13:06.250426 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4093 | 2024.06.25 22:13:06.251006 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4094 | 2024.06.25 22:13:06.251043 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4095 | 2024.06.25 22:13:06.251661 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4096 | 2024.06.25 22:13:06.252086 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4097 | 2024.06.25 22:13:06.252272 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002545 sec., 7858.546168958743 rows/sec., 14.08 MiB/sec. | ||
| 4098 | 2024.06.25 22:13:06.252473 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4099 | 2024.06.25 22:13:06.252497 [ 3 ] {a3481e23-5bd0-4c19-a5e3-3207c18f084c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4100 | 2024.06.25 22:13:06.252514 [ 3 ] {} <Debug> HTTP-Session: d146acf9-05fa-4ab1-b782-e47427010096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4101 | 2024.06.25 22:13:06.252621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4102 | 2024.06.25 22:13:06.252667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4103 | 2024.06.25 22:13:06.252686 [ 3 ] {} <Debug> HTTP-Session: a8b8745d-a792-442f-b97c-2df63bc65f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4104 | 2024.06.25 22:13:06.252703 [ 3 ] {} <Debug> HTTP-Session: a8b8745d-a792-442f-b97c-2df63bc65f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4105 | 2024.06.25 22:13:06.252716 [ 3 ] {} <Debug> HTTP-Session: a8b8745d-a792-442f-b97c-2df63bc65f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4106 | 2024.06.25 22:13:06.252747 [ 3 ] {} <Trace> HTTP-Session: a8b8745d-a792-442f-b97c-2df63bc65f2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4107 | 2024.06.25 22:13:06.252859 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4108 | 2024.06.25 22:13:06.252903 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4109 | 2024.06.25 22:13:06.253029 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4110 | 2024.06.25 22:13:06.253313 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2024.06.25 22:13:06.253349 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4112 | 2024.06.25 22:13:06.253725 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4113 | 2024.06.25 22:13:06.254043 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2024.06.25 22:13:06.254185 [ 153 ] {} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4115 | 2024.06.25 22:13:06.254195 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
| 4116 | 2024.06.25 22:13:06.254269 [ 153 ] {} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2024.06.25 22:13:06.254330 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4118 | 2024.06.25 22:13:06.254557 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4119 | 2024.06.25 22:13:06.254619 [ 3 ] {247d8d3b-6462-4b8d-9be3-5e841b664b4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4120 | 2024.06.25 22:13:06.254635 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4121 | 2024.06.25 22:13:06.254672 [ 3 ] {} <Debug> HTTP-Session: a8b8745d-a792-442f-b97c-2df63bc65f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4122 | 2024.06.25 22:13:06.255071 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4123 | 2024.06.25 22:13:06.255114 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 292 rows starting from the beginning of the part | ||
| 4124 | 2024.06.25 22:13:06.255187 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4125 | 2024.06.25 22:13:06.255401 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4126 | 2024.06.25 22:13:06.255611 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4127 | 2024.06.25 22:13:06.255789 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4128 | 2024.06.25 22:13:06.255924 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4129 | 2024.06.25 22:13:06.257172 [ 194 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002699998 sec., 219259.4216736457 rows/sec., 14.79 MiB/sec. | ||
| 4130 | 2024.06.25 22:13:06.257347 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4131 | 2024.06.25 22:13:06.257728 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_16_3} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2024.06.25 22:13:06.257812 [ 201 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_16_3} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4133 | 2024.06.25 22:13:06.257888 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4134 | 2024.06.25 22:13:08.064304 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4135 | 2024.06.25 22:13:08.064357 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4136 | 2024.06.25 22:13:11.240615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4137 | 2024.06.25 22:13:11.240744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4138 | 2024.06.25 22:13:11.240770 [ 3 ] {} <Debug> HTTP-Session: 96e5d629-9b5e-4926-961b-ce42df776398 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4139 | 2024.06.25 22:13:11.240795 [ 3 ] {} <Debug> HTTP-Session: 96e5d629-9b5e-4926-961b-ce42df776398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4140 | 2024.06.25 22:13:11.240809 [ 3 ] {} <Debug> HTTP-Session: 96e5d629-9b5e-4926-961b-ce42df776398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4141 | 2024.06.25 22:13:11.240860 [ 3 ] {} <Trace> HTTP-Session: 96e5d629-9b5e-4926-961b-ce42df776398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2024.06.25 22:13:11.241045 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4143 | 2024.06.25 22:13:11.241115 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4144 | 2024.06.25 22:13:11.241315 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4145 | 2024.06.25 22:13:11.241722 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4146 | 2024.06.25 22:13:11.241767 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4147 | 2024.06.25 22:13:11.242151 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4148 | 2024.06.25 22:13:11.242569 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4149 | 2024.06.25 22:13:11.242795 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001795 sec., 6128.133704735376 rows/sec., 496.71 KiB/sec. | ||
| 4150 | 2024.06.25 22:13:11.243055 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4151 | 2024.06.25 22:13:11.243091 [ 3 ] {97d0c0c3-bc4a-44da-9c95-4e406102e75f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4152 | 2024.06.25 22:13:11.243116 [ 3 ] {} <Debug> HTTP-Session: 96e5d629-9b5e-4926-961b-ce42df776398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4153 | 2024.06.25 22:13:11.243262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4154 | 2024.06.25 22:13:11.243329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4155 | 2024.06.25 22:13:11.243356 [ 3 ] {} <Debug> HTTP-Session: 21348fd6-f847-4e09-9de2-5acd5f8f81c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4156 | 2024.06.25 22:13:11.243380 [ 3 ] {} <Debug> HTTP-Session: 21348fd6-f847-4e09-9de2-5acd5f8f81c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4157 | 2024.06.25 22:13:11.243401 [ 3 ] {} <Debug> HTTP-Session: 21348fd6-f847-4e09-9de2-5acd5f8f81c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4158 | 2024.06.25 22:13:11.243450 [ 3 ] {} <Trace> HTTP-Session: 21348fd6-f847-4e09-9de2-5acd5f8f81c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4159 | 2024.06.25 22:13:11.243625 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4160 | 2024.06.25 22:13:11.243685 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4161 | 2024.06.25 22:13:11.243828 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4162 | 2024.06.25 22:13:11.244201 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2024.06.25 22:13:11.244239 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4164 | 2024.06.25 22:13:11.244572 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4165 | 2024.06.25 22:13:11.244900 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2024.06.25 22:13:11.245063 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001507 sec., 59057.7305905773 rows/sec., 4.79 MiB/sec. | ||
| 4167 | 2024.06.25 22:13:11.245240 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Debug> DynamicQueryHandler: Done processing query | ||
| 4168 | 2024.06.25 22:13:11.245265 [ 3 ] {e306319d-6fdb-4cb8-9cc4-61f9bfc2ec20} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4169 | 2024.06.25 22:13:11.245282 [ 3 ] {} <Debug> HTTP-Session: 21348fd6-f847-4e09-9de2-5acd5f8f81c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4170 | 2024.06.25 22:13:11.245399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4171 | 2024.06.25 22:13:11.245451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4172 | 2024.06.25 22:13:11.245472 [ 3 ] {} <Debug> HTTP-Session: 89e89f29-706f-4571-8713-2a76d2d527b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4173 | 2024.06.25 22:13:11.245489 [ 3 ] {} <Debug> HTTP-Session: 89e89f29-706f-4571-8713-2a76d2d527b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4174 | 2024.06.25 22:13:11.245503 [ 3 ] {} <Debug> HTTP-Session: 89e89f29-706f-4571-8713-2a76d2d527b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4175 | 2024.06.25 22:13:11.245537 [ 3 ] {} <Trace> HTTP-Session: 89e89f29-706f-4571-8713-2a76d2d527b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4176 | 2024.06.25 22:13:11.245662 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4177 | 2024.06.25 22:13:11.245708 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4178 | 2024.06.25 22:13:11.245841 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4179 | 2024.06.25 22:13:11.246254 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4180 | 2024.06.25 22:13:11.246292 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4181 | 2024.06.25 22:13:11.246627 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4182 | 2024.06.25 22:13:11.246954 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4183 | 2024.06.25 22:13:11.247115 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.0015 sec., 50000 rows/sec., 3.90 MiB/sec. | ||
| 4184 | 2024.06.25 22:13:11.247284 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4185 | 2024.06.25 22:13:11.247308 [ 3 ] {648de352-3d3d-4548-8987-25a5a43b35c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4186 | 2024.06.25 22:13:11.247325 [ 3 ] {} <Debug> HTTP-Session: 89e89f29-706f-4571-8713-2a76d2d527b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4187 | 2024.06.25 22:13:11.247482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4188 | 2024.06.25 22:13:11.247532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4189 | 2024.06.25 22:13:11.247552 [ 3 ] {} <Debug> HTTP-Session: 9bad40b5-10de-4f09-bcb0-79bb7c7c19d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4190 | 2024.06.25 22:13:11.247569 [ 3 ] {} <Debug> HTTP-Session: 9bad40b5-10de-4f09-bcb0-79bb7c7c19d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4191 | 2024.06.25 22:13:11.247583 [ 3 ] {} <Debug> HTTP-Session: 9bad40b5-10de-4f09-bcb0-79bb7c7c19d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4192 | 2024.06.25 22:13:11.247614 [ 3 ] {} <Trace> HTTP-Session: 9bad40b5-10de-4f09-bcb0-79bb7c7c19d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4193 | 2024.06.25 22:13:11.247762 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4194 | 2024.06.25 22:13:11.247811 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4195 | 2024.06.25 22:13:11.247961 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4196 | 2024.06.25 22:13:11.248356 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2024.06.25 22:13:11.248394 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4198 | 2024.06.25 22:13:11.248798 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4199 | 2024.06.25 22:13:11.249147 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2024.06.25 22:13:11.249314 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001613 sec., 99194.04835709857 rows/sec., 6.91 MiB/sec. | ||
| 4201 | 2024.06.25 22:13:11.249599 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4202 | 2024.06.25 22:13:11.249632 [ 3 ] {bd510f3f-8bca-4a6f-932d-2c3324ac8ac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4203 | 2024.06.25 22:13:11.249649 [ 3 ] {} <Debug> HTTP-Session: 9bad40b5-10de-4f09-bcb0-79bb7c7c19d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4204 | 2024.06.25 22:13:11.249770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17625, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4205 | 2024.06.25 22:13:11.249821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4206 | 2024.06.25 22:13:11.249841 [ 3 ] {} <Debug> HTTP-Session: 9de58d88-7487-414b-8059-57ac60f337da Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4207 | 2024.06.25 22:13:11.249858 [ 3 ] {} <Debug> HTTP-Session: 9de58d88-7487-414b-8059-57ac60f337da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4208 | 2024.06.25 22:13:11.249872 [ 3 ] {} <Debug> HTTP-Session: 9de58d88-7487-414b-8059-57ac60f337da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4209 | 2024.06.25 22:13:11.249902 [ 3 ] {} <Trace> HTTP-Session: 9de58d88-7487-414b-8059-57ac60f337da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4210 | 2024.06.25 22:13:11.250091 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4211 | 2024.06.25 22:13:11.250164 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4212 | 2024.06.25 22:13:11.250607 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4213 | 2024.06.25 22:13:11.251186 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2024.06.25 22:13:11.251223 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4215 | 2024.06.25 22:13:11.251828 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4216 | 2024.06.25 22:13:11.252268 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2024.06.25 22:13:11.252443 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002451 sec., 4487.96409628723 rows/sec., 8.04 MiB/sec. | ||
| 4218 | 2024.06.25 22:13:11.252672 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Debug> DynamicQueryHandler: Done processing query | ||
| 4219 | 2024.06.25 22:13:11.252697 [ 3 ] {7a64fb72-e7a9-4d71-bdc0-5cb26e88ea43} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4220 | 2024.06.25 22:13:11.252715 [ 3 ] {} <Debug> HTTP-Session: 9de58d88-7487-414b-8059-57ac60f337da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4221 | 2024.06.25 22:13:11.252822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4222 | 2024.06.25 22:13:11.252870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4223 | 2024.06.25 22:13:11.252890 [ 3 ] {} <Debug> HTTP-Session: 796a1732-5204-43f5-b530-24f2a457f5fd Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4224 | 2024.06.25 22:13:11.252907 [ 3 ] {} <Debug> HTTP-Session: 796a1732-5204-43f5-b530-24f2a457f5fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4225 | 2024.06.25 22:13:11.252922 [ 3 ] {} <Debug> HTTP-Session: 796a1732-5204-43f5-b530-24f2a457f5fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4226 | 2024.06.25 22:13:11.252952 [ 3 ] {} <Trace> HTTP-Session: 796a1732-5204-43f5-b530-24f2a457f5fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4227 | 2024.06.25 22:13:11.253078 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4228 | 2024.06.25 22:13:11.253126 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4229 | 2024.06.25 22:13:11.253258 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4230 | 2024.06.25 22:13:11.253564 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4231 | 2024.06.25 22:13:11.253601 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4232 | 2024.06.25 22:13:11.253976 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4233 | 2024.06.25 22:13:11.254310 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4234 | 2024.06.25 22:13:11.254468 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 4235 | 2024.06.25 22:13:11.254639 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4236 | 2024.06.25 22:13:11.254664 [ 3 ] {549bd993-0856-4bf7-bc7a-8e819be05ae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4237 | 2024.06.25 22:13:11.254680 [ 3 ] {} <Debug> HTTP-Session: 796a1732-5204-43f5-b530-24f2a457f5fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4238 | 2024.06.25 22:13:16.241864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4239 | 2024.06.25 22:13:16.242018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4240 | 2024.06.25 22:13:16.242050 [ 3 ] {} <Debug> HTTP-Session: 6f790541-1d49-491d-8744-0e4ae7bdd871 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4241 | 2024.06.25 22:13:16.242078 [ 3 ] {} <Debug> HTTP-Session: 6f790541-1d49-491d-8744-0e4ae7bdd871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4242 | 2024.06.25 22:13:16.242098 [ 3 ] {} <Debug> HTTP-Session: 6f790541-1d49-491d-8744-0e4ae7bdd871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4243 | 2024.06.25 22:13:16.242161 [ 3 ] {} <Trace> HTTP-Session: 6f790541-1d49-491d-8744-0e4ae7bdd871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2024.06.25 22:13:16.242388 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4245 | 2024.06.25 22:13:16.242469 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4246 | 2024.06.25 22:13:16.242703 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4247 | 2024.06.25 22:13:16.243177 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2024.06.25 22:13:16.243220 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4249 | 2024.06.25 22:13:16.243620 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4250 | 2024.06.25 22:13:16.243974 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2024.06.25 22:13:16.244138 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001817 sec., 11007.15465052284 rows/sec., 892.18 KiB/sec. | ||
| 4252 | 2024.06.25 22:13:16.244375 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4253 | 2024.06.25 22:13:16.244402 [ 3 ] {0edfd644-d825-4e55-b3e1-447d450ce20b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4254 | 2024.06.25 22:13:16.244419 [ 3 ] {} <Debug> HTTP-Session: 6f790541-1d49-491d-8744-0e4ae7bdd871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4255 | 2024.06.25 22:13:16.244548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4256 | 2024.06.25 22:13:16.244600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4257 | 2024.06.25 22:13:16.244620 [ 3 ] {} <Debug> HTTP-Session: 4169af3c-c43a-471c-8b78-16531b64af72 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4258 | 2024.06.25 22:13:16.244637 [ 3 ] {} <Debug> HTTP-Session: 4169af3c-c43a-471c-8b78-16531b64af72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4259 | 2024.06.25 22:13:16.244651 [ 3 ] {} <Debug> HTTP-Session: 4169af3c-c43a-471c-8b78-16531b64af72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4260 | 2024.06.25 22:13:16.244683 [ 3 ] {} <Trace> HTTP-Session: 4169af3c-c43a-471c-8b78-16531b64af72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4261 | 2024.06.25 22:13:16.244779 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4262 | 2024.06.25 22:13:16.244823 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4263 | 2024.06.25 22:13:16.244951 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4264 | 2024.06.25 22:13:16.245276 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4265 | 2024.06.25 22:13:16.245311 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4266 | 2024.06.25 22:13:16.245616 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4267 | 2024.06.25 22:13:16.245928 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2024.06.25 22:13:16.246065 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001303 sec., 1534.9194167306218 rows/sec., 125.16 KiB/sec. | ||
| 4269 | 2024.06.25 22:13:16.246338 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4270 | 2024.06.25 22:13:16.246364 [ 3 ] {c9d64a00-e7db-467a-9b9e-7fb5e036c9bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4271 | 2024.06.25 22:13:16.246379 [ 3 ] {} <Debug> HTTP-Session: 4169af3c-c43a-471c-8b78-16531b64af72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4272 | 2024.06.25 22:13:16.246563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 22002, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4273 | 2024.06.25 22:13:16.246612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4274 | 2024.06.25 22:13:16.246630 [ 3 ] {} <Debug> HTTP-Session: 957480e6-2179-45ac-9e08-64b430daf394 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4275 | 2024.06.25 22:13:16.246646 [ 3 ] {} <Debug> HTTP-Session: 957480e6-2179-45ac-9e08-64b430daf394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4276 | 2024.06.25 22:13:16.246660 [ 3 ] {} <Debug> HTTP-Session: 957480e6-2179-45ac-9e08-64b430daf394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4277 | 2024.06.25 22:13:16.246690 [ 3 ] {} <Trace> HTTP-Session: 957480e6-2179-45ac-9e08-64b430daf394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4278 | 2024.06.25 22:13:16.246825 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4279 | 2024.06.25 22:13:16.246868 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4280 | 2024.06.25 22:13:16.247008 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4281 | 2024.06.25 22:13:16.247415 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4282 | 2024.06.25 22:13:16.247451 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4283 | 2024.06.25 22:13:16.247760 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4284 | 2024.06.25 22:13:16.248066 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2024.06.25 22:13:16.248215 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Debug> executeQuery: Read 153 rows, 12.71 KiB in 0.001444 sec., 105955.67867036011 rows/sec., 8.60 MiB/sec. | ||
| 4286 | 2024.06.25 22:13:16.248430 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4287 | 2024.06.25 22:13:16.248453 [ 3 ] {77aae270-1ae2-4eb6-acf2-e97c3a88147d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4288 | 2024.06.25 22:13:16.248469 [ 3 ] {} <Debug> HTTP-Session: 957480e6-2179-45ac-9e08-64b430daf394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4289 | 2024.06.25 22:13:16.248587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4290 | 2024.06.25 22:13:16.248634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4291 | 2024.06.25 22:13:16.248653 [ 3 ] {} <Debug> HTTP-Session: d2ecd32a-3984-4dbb-936d-3e402832cae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4292 | 2024.06.25 22:13:16.248669 [ 3 ] {} <Debug> HTTP-Session: d2ecd32a-3984-4dbb-936d-3e402832cae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4293 | 2024.06.25 22:13:16.248682 [ 3 ] {} <Debug> HTTP-Session: d2ecd32a-3984-4dbb-936d-3e402832cae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4294 | 2024.06.25 22:13:16.248713 [ 3 ] {} <Trace> HTTP-Session: d2ecd32a-3984-4dbb-936d-3e402832cae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4295 | 2024.06.25 22:13:16.248804 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4296 | 2024.06.25 22:13:16.248846 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4297 | 2024.06.25 22:13:16.248970 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4298 | 2024.06.25 22:13:16.249241 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2024.06.25 22:13:16.249276 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4300 | 2024.06.25 22:13:16.249570 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4301 | 2024.06.25 22:13:16.249882 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4302 | 2024.06.25 22:13:16.250033 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00125 sec., 1600 rows/sec., 111.72 KiB/sec. | ||
| 4303 | 2024.06.25 22:13:16.250197 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Debug> DynamicQueryHandler: Done processing query | ||
| 4304 | 2024.06.25 22:13:16.250221 [ 3 ] {95842da2-7c12-433f-b3e9-aa872dc3ad23} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4305 | 2024.06.25 22:13:16.250238 [ 3 ] {} <Debug> HTTP-Session: d2ecd32a-3984-4dbb-936d-3e402832cae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4306 | 2024.06.25 22:13:16.250375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 18650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4307 | 2024.06.25 22:13:16.250422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4308 | 2024.06.25 22:13:16.250441 [ 3 ] {} <Debug> HTTP-Session: a0f307ea-6863-4e49-8a24-19dfcac71052 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4309 | 2024.06.25 22:13:16.250458 [ 3 ] {} <Debug> HTTP-Session: a0f307ea-6863-4e49-8a24-19dfcac71052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4310 | 2024.06.25 22:13:16.250471 [ 3 ] {} <Debug> HTTP-Session: a0f307ea-6863-4e49-8a24-19dfcac71052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4311 | 2024.06.25 22:13:16.250501 [ 3 ] {} <Trace> HTTP-Session: a0f307ea-6863-4e49-8a24-19dfcac71052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4312 | 2024.06.25 22:13:16.250631 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4313 | 2024.06.25 22:13:16.250673 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4314 | 2024.06.25 22:13:16.250799 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4315 | 2024.06.25 22:13:16.251173 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4316 | 2024.06.25 22:13:16.251209 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4317 | 2024.06.25 22:13:16.251519 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4318 | 2024.06.25 22:13:16.251823 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4319 | 2024.06.25 22:13:16.251962 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Debug> executeQuery: Read 110 rows, 8.78 KiB in 0.001387 sec., 79307.85868781543 rows/sec., 6.18 MiB/sec. | ||
| 4320 | 2024.06.25 22:13:16.252132 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Debug> DynamicQueryHandler: Done processing query | ||
| 4321 | 2024.06.25 22:13:16.252157 [ 3 ] {584b024c-1db4-451b-9243-d3e910982215} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4322 | 2024.06.25 22:13:16.252172 [ 3 ] {} <Debug> HTTP-Session: a0f307ea-6863-4e49-8a24-19dfcac71052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4323 | 2024.06.25 22:13:16.252332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 37780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4324 | 2024.06.25 22:13:16.252379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4325 | 2024.06.25 22:13:16.252398 [ 3 ] {} <Debug> HTTP-Session: 859c9970-7af8-4dd9-b066-b122798c5232 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4326 | 2024.06.25 22:13:16.252414 [ 3 ] {} <Debug> HTTP-Session: 859c9970-7af8-4dd9-b066-b122798c5232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4327 | 2024.06.25 22:13:16.252427 [ 3 ] {} <Debug> HTTP-Session: 859c9970-7af8-4dd9-b066-b122798c5232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4328 | 2024.06.25 22:13:16.252457 [ 3 ] {} <Trace> HTTP-Session: 859c9970-7af8-4dd9-b066-b122798c5232 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4329 | 2024.06.25 22:13:16.252622 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4330 | 2024.06.25 22:13:16.252667 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4331 | 2024.06.25 22:13:16.252812 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4332 | 2024.06.25 22:13:16.253213 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4333 | 2024.06.25 22:13:16.253248 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4334 | 2024.06.25 22:13:16.253631 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4335 | 2024.06.25 22:13:16.253967 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4336 | 2024.06.25 22:13:16.254128 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.001582 sec., 124525.91656131479 rows/sec., 8.69 MiB/sec. | ||
| 4337 | 2024.06.25 22:13:16.254412 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4338 | 2024.06.25 22:13:16.254449 [ 3 ] {16b117b1-fa1e-42c4-b166-d95a228a36cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4339 | 2024.06.25 22:13:16.254477 [ 3 ] {} <Debug> HTTP-Session: 859c9970-7af8-4dd9-b066-b122798c5232 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4340 | 2024.06.25 22:13:16.254649 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32308, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4341 | 2024.06.25 22:13:16.254698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4342 | 2024.06.25 22:13:16.254717 [ 3 ] {} <Debug> HTTP-Session: c3c8c4be-1f2f-470b-9ba6-293c1cc759c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4343 | 2024.06.25 22:13:16.254733 [ 3 ] {} <Debug> HTTP-Session: c3c8c4be-1f2f-470b-9ba6-293c1cc759c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4344 | 2024.06.25 22:13:16.254746 [ 3 ] {} <Debug> HTTP-Session: c3c8c4be-1f2f-470b-9ba6-293c1cc759c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4345 | 2024.06.25 22:13:16.254777 [ 3 ] {} <Trace> HTTP-Session: c3c8c4be-1f2f-470b-9ba6-293c1cc759c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4346 | 2024.06.25 22:13:16.255112 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4347 | 2024.06.25 22:13:16.255183 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4348 | 2024.06.25 22:13:16.255619 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4349 | 2024.06.25 22:13:16.256267 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2024.06.25 22:13:16.256303 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4351 | 2024.06.25 22:13:16.256900 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4352 | 2024.06.25 22:13:16.257316 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4353 | 2024.06.25 22:13:16.257509 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002653 sec., 7538.635506973238 rows/sec., 13.51 MiB/sec. | ||
| 4354 | 2024.06.25 22:13:16.257731 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Debug> DynamicQueryHandler: Done processing query | ||
| 4355 | 2024.06.25 22:13:16.257755 [ 3 ] {a85718fa-a374-44e2-b7f3-54c008219f31} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4356 | 2024.06.25 22:13:16.257771 [ 3 ] {} <Debug> HTTP-Session: c3c8c4be-1f2f-470b-9ba6-293c1cc759c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4357 | 2024.06.25 22:13:16.257895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4358 | 2024.06.25 22:13:16.257943 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4359 | 2024.06.25 22:13:16.257963 [ 3 ] {} <Debug> HTTP-Session: d40bb3c1-5a5d-45ff-8d33-a6ec26fe41ad Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4360 | 2024.06.25 22:13:16.257980 [ 3 ] {} <Debug> HTTP-Session: d40bb3c1-5a5d-45ff-8d33-a6ec26fe41ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4361 | 2024.06.25 22:13:16.257993 [ 3 ] {} <Debug> HTTP-Session: d40bb3c1-5a5d-45ff-8d33-a6ec26fe41ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4362 | 2024.06.25 22:13:16.258024 [ 3 ] {} <Trace> HTTP-Session: d40bb3c1-5a5d-45ff-8d33-a6ec26fe41ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4363 | 2024.06.25 22:13:16.258154 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4364 | 2024.06.25 22:13:16.258198 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4365 | 2024.06.25 22:13:16.258326 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4366 | 2024.06.25 22:13:16.258623 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4367 | 2024.06.25 22:13:16.258659 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4368 | 2024.06.25 22:13:16.259016 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4369 | 2024.06.25 22:13:16.259343 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2024.06.25 22:13:16.259497 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
| 4371 | 2024.06.25 22:13:16.259661 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4372 | 2024.06.25 22:13:16.259685 [ 3 ] {96cbd1f1-d340-4545-8513-182a0db56c6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4373 | 2024.06.25 22:13:16.259700 [ 3 ] {} <Debug> HTTP-Session: d40bb3c1-5a5d-45ff-8d33-a6ec26fe41ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4374 | 2024.06.25 22:13:21.240700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4375 | 2024.06.25 22:13:21.240842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4376 | 2024.06.25 22:13:21.240872 [ 3 ] {} <Debug> HTTP-Session: e120ed61-156d-4058-bed0-2580788ca294 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4377 | 2024.06.25 22:13:21.240900 [ 3 ] {} <Debug> HTTP-Session: e120ed61-156d-4058-bed0-2580788ca294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4378 | 2024.06.25 22:13:21.240919 [ 3 ] {} <Debug> HTTP-Session: e120ed61-156d-4058-bed0-2580788ca294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4379 | 2024.06.25 22:13:21.240976 [ 3 ] {} <Trace> HTTP-Session: e120ed61-156d-4058-bed0-2580788ca294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4380 | 2024.06.25 22:13:21.241171 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4381 | 2024.06.25 22:13:21.241240 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4382 | 2024.06.25 22:13:21.241441 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4383 | 2024.06.25 22:13:21.241920 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4384 | 2024.06.25 22:13:21.241962 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4385 | 2024.06.25 22:13:21.242372 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4386 | 2024.06.25 22:13:21.242722 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4387 | 2024.06.25 22:13:21.242879 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001762 sec., 6242.905788876277 rows/sec., 506.02 KiB/sec. | ||
| 4388 | 2024.06.25 22:13:21.243146 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4389 | 2024.06.25 22:13:21.243174 [ 3 ] {e4e7d113-fc87-48b4-8f98-a3df6f235cbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4390 | 2024.06.25 22:13:21.243191 [ 3 ] {} <Debug> HTTP-Session: e120ed61-156d-4058-bed0-2580788ca294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4391 | 2024.06.25 22:13:21.243332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4392 | 2024.06.25 22:13:21.243389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4393 | 2024.06.25 22:13:21.243409 [ 3 ] {} <Debug> HTTP-Session: 14a5f16b-4017-4811-ba5f-b81606d1e01c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4394 | 2024.06.25 22:13:21.243427 [ 3 ] {} <Debug> HTTP-Session: 14a5f16b-4017-4811-ba5f-b81606d1e01c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4395 | 2024.06.25 22:13:21.243441 [ 3 ] {} <Debug> HTTP-Session: 14a5f16b-4017-4811-ba5f-b81606d1e01c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4396 | 2024.06.25 22:13:21.243476 [ 3 ] {} <Trace> HTTP-Session: 14a5f16b-4017-4811-ba5f-b81606d1e01c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4397 | 2024.06.25 22:13:21.243578 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4398 | 2024.06.25 22:13:21.243624 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4399 | 2024.06.25 22:13:21.243754 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4400 | 2024.06.25 22:13:21.244064 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2024.06.25 22:13:21.244101 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4402 | 2024.06.25 22:13:21.244411 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4403 | 2024.06.25 22:13:21.244719 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2024.06.25 22:13:21.244842 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001293 sec., 1546.7904098994586 rows/sec., 126.13 KiB/sec. | ||
| 4405 | 2024.06.25 22:13:21.245004 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4406 | 2024.06.25 22:13:21.245034 [ 3 ] {caed7870-322b-47e0-baae-45c9c213925f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4407 | 2024.06.25 22:13:21.245050 [ 3 ] {} <Debug> HTTP-Session: 14a5f16b-4017-4811-ba5f-b81606d1e01c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4408 | 2024.06.25 22:13:21.245184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4409 | 2024.06.25 22:13:21.245233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4410 | 2024.06.25 22:13:21.245253 [ 3 ] {} <Debug> HTTP-Session: 311c021f-ddac-440b-8c15-3b918859e118 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4411 | 2024.06.25 22:13:21.245270 [ 3 ] {} <Debug> HTTP-Session: 311c021f-ddac-440b-8c15-3b918859e118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4412 | 2024.06.25 22:13:21.245283 [ 3 ] {} <Debug> HTTP-Session: 311c021f-ddac-440b-8c15-3b918859e118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4413 | 2024.06.25 22:13:21.245313 [ 3 ] {} <Trace> HTTP-Session: 311c021f-ddac-440b-8c15-3b918859e118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4414 | 2024.06.25 22:13:21.245428 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4415 | 2024.06.25 22:13:21.245469 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4416 | 2024.06.25 22:13:21.245591 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4417 | 2024.06.25 22:13:21.245928 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2024.06.25 22:13:21.245964 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4419 | 2024.06.25 22:13:21.246270 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4420 | 2024.06.25 22:13:21.246571 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2024.06.25 22:13:21.246702 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Debug> executeQuery: Read 90 rows, 7.46 KiB in 0.001316 sec., 68389.05775075988 rows/sec., 5.54 MiB/sec. | ||
| 4422 | 2024.06.25 22:13:21.246963 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Debug> DynamicQueryHandler: Done processing query | ||
| 4423 | 2024.06.25 22:13:21.247002 [ 3 ] {d25005cb-2818-4cc0-8ef0-f7b8064b3d21} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4424 | 2024.06.25 22:13:21.247029 [ 3 ] {} <Debug> HTTP-Session: 311c021f-ddac-440b-8c15-3b918859e118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4425 | 2024.06.25 22:13:21.247143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4426 | 2024.06.25 22:13:21.247192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4427 | 2024.06.25 22:13:21.247211 [ 3 ] {} <Debug> HTTP-Session: 26fa171f-fe4a-4b70-b87a-2269b3ff33b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4428 | 2024.06.25 22:13:21.247228 [ 3 ] {} <Debug> HTTP-Session: 26fa171f-fe4a-4b70-b87a-2269b3ff33b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4429 | 2024.06.25 22:13:21.247242 [ 3 ] {} <Debug> HTTP-Session: 26fa171f-fe4a-4b70-b87a-2269b3ff33b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4430 | 2024.06.25 22:13:21.247273 [ 3 ] {} <Trace> HTTP-Session: 26fa171f-fe4a-4b70-b87a-2269b3ff33b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4431 | 2024.06.25 22:13:21.247367 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4432 | 2024.06.25 22:13:21.247411 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4433 | 2024.06.25 22:13:21.247556 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4434 | 2024.06.25 22:13:21.247821 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4435 | 2024.06.25 22:13:21.247856 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4436 | 2024.06.25 22:13:21.248150 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4437 | 2024.06.25 22:13:21.248454 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4438 | 2024.06.25 22:13:21.248579 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001237 sec., 1616.8148746968473 rows/sec., 112.89 KiB/sec. | ||
| 4439 | 2024.06.25 22:13:21.248737 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 4440 | 2024.06.25 22:13:21.248762 [ 3 ] {8e2d3432-5850-4800-b471-e6d8a7a508cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4441 | 2024.06.25 22:13:21.248777 [ 3 ] {} <Debug> HTTP-Session: 26fa171f-fe4a-4b70-b87a-2269b3ff33b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4442 | 2024.06.25 22:13:21.248891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4443 | 2024.06.25 22:13:21.248938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4444 | 2024.06.25 22:13:21.248958 [ 3 ] {} <Debug> HTTP-Session: e9592c0a-f195-410b-b535-09af381ffa3c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4445 | 2024.06.25 22:13:21.248975 [ 3 ] {} <Debug> HTTP-Session: e9592c0a-f195-410b-b535-09af381ffa3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4446 | 2024.06.25 22:13:21.248989 [ 3 ] {} <Debug> HTTP-Session: e9592c0a-f195-410b-b535-09af381ffa3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4447 | 2024.06.25 22:13:21.249019 [ 3 ] {} <Trace> HTTP-Session: e9592c0a-f195-410b-b535-09af381ffa3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4448 | 2024.06.25 22:13:21.249136 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4449 | 2024.06.25 22:13:21.249179 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4450 | 2024.06.25 22:13:21.249303 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4451 | 2024.06.25 22:13:21.249697 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2024.06.25 22:13:21.249733 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4453 | 2024.06.25 22:13:21.250049 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4454 | 2024.06.25 22:13:21.250356 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4455 | 2024.06.25 22:13:21.250484 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.00139 sec., 55395.68345323741 rows/sec., 4.33 MiB/sec. | ||
| 4456 | 2024.06.25 22:13:21.250686 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4457 | 2024.06.25 22:13:21.250711 [ 3 ] {c2bf9a45-754f-48b5-ae76-9a613e262d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4458 | 2024.06.25 22:13:21.250728 [ 3 ] {} <Debug> HTTP-Session: e9592c0a-f195-410b-b535-09af381ffa3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4459 | 2024.06.25 22:13:21.250900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4460 | 2024.06.25 22:13:21.250948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4461 | 2024.06.25 22:13:21.250968 [ 3 ] {} <Debug> HTTP-Session: 41ca7f96-84e5-40b1-a4cc-ff48eb77251c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4462 | 2024.06.25 22:13:21.250985 [ 3 ] {} <Debug> HTTP-Session: 41ca7f96-84e5-40b1-a4cc-ff48eb77251c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4463 | 2024.06.25 22:13:21.250999 [ 3 ] {} <Debug> HTTP-Session: 41ca7f96-84e5-40b1-a4cc-ff48eb77251c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4464 | 2024.06.25 22:13:21.251030 [ 3 ] {} <Trace> HTTP-Session: 41ca7f96-84e5-40b1-a4cc-ff48eb77251c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4465 | 2024.06.25 22:13:21.251172 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4466 | 2024.06.25 22:13:21.251219 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4467 | 2024.06.25 22:13:21.251361 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4468 | 2024.06.25 22:13:21.251748 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4469 | 2024.06.25 22:13:21.251783 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4470 | 2024.06.25 22:13:21.252166 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4471 | 2024.06.25 22:13:21.252504 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2024.06.25 22:13:21.252633 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001525 sec., 105573.77049180327 rows/sec., 7.35 MiB/sec. | ||
| 4473 | 2024.06.25 22:13:21.252797 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4474 | 2024.06.25 22:13:21.252822 [ 3 ] {5f48a456-4cc8-49e5-a2d4-882b03f4949e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4475 | 2024.06.25 22:13:21.252837 [ 3 ] {} <Debug> HTTP-Session: 41ca7f96-84e5-40b1-a4cc-ff48eb77251c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4476 | 2024.06.25 22:13:21.252958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17621, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4477 | 2024.06.25 22:13:21.253006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4478 | 2024.06.25 22:13:21.253032 [ 3 ] {} <Debug> HTTP-Session: 01cb52a8-78a3-48c8-8497-49820f87cf47 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4479 | 2024.06.25 22:13:21.253048 [ 3 ] {} <Debug> HTTP-Session: 01cb52a8-78a3-48c8-8497-49820f87cf47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4480 | 2024.06.25 22:13:21.253062 [ 3 ] {} <Debug> HTTP-Session: 01cb52a8-78a3-48c8-8497-49820f87cf47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4481 | 2024.06.25 22:13:21.253093 [ 3 ] {} <Trace> HTTP-Session: 01cb52a8-78a3-48c8-8497-49820f87cf47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4482 | 2024.06.25 22:13:21.253299 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4483 | 2024.06.25 22:13:21.253363 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4484 | 2024.06.25 22:13:21.253762 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4485 | 2024.06.25 22:13:21.254320 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2024.06.25 22:13:21.254354 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4487 | 2024.06.25 22:13:21.254928 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4488 | 2024.06.25 22:13:21.255333 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4489 | 2024.06.25 22:13:21.255480 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002314 sec., 4753.673292999136 rows/sec., 8.52 MiB/sec. | ||
| 4490 | 2024.06.25 22:13:21.255686 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4491 | 2024.06.25 22:13:21.255710 [ 3 ] {9bda6571-273d-4a9b-b37d-cb13dcc05cd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4492 | 2024.06.25 22:13:21.255726 [ 3 ] {} <Debug> HTTP-Session: 01cb52a8-78a3-48c8-8497-49820f87cf47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4493 | 2024.06.25 22:13:21.255843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4494 | 2024.06.25 22:13:21.255891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4495 | 2024.06.25 22:13:21.255910 [ 3 ] {} <Debug> HTTP-Session: 152cfa70-d34f-44c4-bb40-6cd127985703 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4496 | 2024.06.25 22:13:21.255926 [ 3 ] {} <Debug> HTTP-Session: 152cfa70-d34f-44c4-bb40-6cd127985703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4497 | 2024.06.25 22:13:21.255940 [ 3 ] {} <Debug> HTTP-Session: 152cfa70-d34f-44c4-bb40-6cd127985703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4498 | 2024.06.25 22:13:21.255970 [ 3 ] {} <Trace> HTTP-Session: 152cfa70-d34f-44c4-bb40-6cd127985703 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4499 | 2024.06.25 22:13:21.256093 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4500 | 2024.06.25 22:13:21.256136 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4501 | 2024.06.25 22:13:21.256261 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4502 | 2024.06.25 22:13:21.256567 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4503 | 2024.06.25 22:13:21.256603 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4504 | 2024.06.25 22:13:21.256954 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4505 | 2024.06.25 22:13:21.257276 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4506 | 2024.06.25 22:13:21.257400 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
| 4507 | 2024.06.25 22:13:21.257546 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Debug> DynamicQueryHandler: Done processing query | ||
| 4508 | 2024.06.25 22:13:21.257570 [ 3 ] {133af6ef-e21f-4a9a-b234-b3b5d0876034} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4509 | 2024.06.25 22:13:21.257586 [ 3 ] {} <Debug> HTTP-Session: 152cfa70-d34f-44c4-bb40-6cd127985703 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4510 | 2024.06.25 22:13:23.064518 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4511 | 2024.06.25 22:13:23.064577 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4512 | 2024.06.25 22:13:26.239368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4513 | 2024.06.25 22:13:26.239512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4514 | 2024.06.25 22:13:26.239543 [ 3 ] {} <Debug> HTTP-Session: 28f01091-53b0-450e-bd2a-c126ca2f81b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4515 | 2024.06.25 22:13:26.239572 [ 3 ] {} <Debug> HTTP-Session: 28f01091-53b0-450e-bd2a-c126ca2f81b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4516 | 2024.06.25 22:13:26.239590 [ 3 ] {} <Debug> HTTP-Session: 28f01091-53b0-450e-bd2a-c126ca2f81b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4517 | 2024.06.25 22:13:26.239646 [ 3 ] {} <Trace> HTTP-Session: 28f01091-53b0-450e-bd2a-c126ca2f81b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4518 | 2024.06.25 22:13:26.239858 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4519 | 2024.06.25 22:13:26.239934 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4520 | 2024.06.25 22:13:26.240158 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4521 | 2024.06.25 22:13:26.240732 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4522 | 2024.06.25 22:13:26.240794 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4523 | 2024.06.25 22:13:26.241252 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4524 | 2024.06.25 22:13:26.241667 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4525 | 2024.06.25 22:13:26.241841 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.002038 sec., 9813.542688910697 rows/sec., 795.43 KiB/sec. | ||
| 4526 | 2024.06.25 22:13:26.241851 [ 140 ] {} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4527 | 2024.06.25 22:13:26.241954 [ 140 ] {} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4528 | 2024.06.25 22:13:26.242007 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4529 | 2024.06.25 22:13:26.242183 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4530 | 2024.06.25 22:13:26.242270 [ 3 ] {9029be50-588f-4c41-9543-7bde762bfda1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4531 | 2024.06.25 22:13:26.242326 [ 192 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 4532 | 2024.06.25 22:13:26.242356 [ 3 ] {} <Debug> HTTP-Session: 28f01091-53b0-450e-bd2a-c126ca2f81b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4533 | 2024.06.25 22:13:26.242702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4534 | 2024.06.25 22:13:26.242774 [ 192 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4535 | 2024.06.25 22:13:26.242809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4536 | 2024.06.25 22:13:26.242830 [ 192 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 4537 | 2024.06.25 22:13:26.242849 [ 3 ] {} <Debug> HTTP-Session: e07b29c5-2a22-4009-beb8-1815e1487bee Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4538 | 2024.06.25 22:13:26.242879 [ 3 ] {} <Debug> HTTP-Session: e07b29c5-2a22-4009-beb8-1815e1487bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4539 | 2024.06.25 22:13:26.242909 [ 3 ] {} <Debug> HTTP-Session: e07b29c5-2a22-4009-beb8-1815e1487bee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4540 | 2024.06.25 22:13:26.243001 [ 3 ] {} <Trace> HTTP-Session: e07b29c5-2a22-4009-beb8-1815e1487bee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2024.06.25 22:13:26.243069 [ 192 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part | ||
| 4542 | 2024.06.25 22:13:26.243374 [ 192 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part | ||
| 4543 | 2024.06.25 22:13:26.243394 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4544 | 2024.06.25 22:13:26.243550 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4545 | 2024.06.25 22:13:26.243744 [ 192 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part | ||
| 4546 | 2024.06.25 22:13:26.244082 [ 192 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part | ||
| 4547 | 2024.06.25 22:13:26.244424 [ 192 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 4548 | 2024.06.25 22:13:26.244552 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4549 | 2024.06.25 22:13:26.245599 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4550 | 2024.06.25 22:13:26.245663 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4551 | 2024.06.25 22:13:26.246599 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4552 | 2024.06.25 22:13:26.247133 [ 201 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.005016831 sec., 22524.179108285687 rows/sec., 1.78 MiB/sec. | ||
| 4553 | 2024.06.25 22:13:26.247365 [ 201 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4554 | 2024.06.25 22:13:26.247412 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2024.06.25 22:13:26.247706 [ 140 ] {} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4556 | 2024.06.25 22:13:26.247841 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.00459 sec., 25272.331154684092 rows/sec., 2.09 MiB/sec. | ||
| 4557 | 2024.06.25 22:13:26.247859 [ 140 ] {} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4558 | 2024.06.25 22:13:26.248000 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4559 | 2024.06.25 22:13:26.248722 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4560 | 2024.06.25 22:13:26.248786 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 4561 | 2024.06.25 22:13:26.248852 [ 3 ] {3b3ecc41-ba2c-4c99-b77e-b86fee4be84c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4562 | 2024.06.25 22:13:26.248869 [ 201 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2024.06.25 22:13:26.248991 [ 3 ] {} <Debug> HTTP-Session: e07b29c5-2a22-4009-beb8-1815e1487bee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4564 | 2024.06.25 22:13:26.249376 [ 201 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_26_5} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4565 | 2024.06.25 22:13:26.249404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4566 | 2024.06.25 22:13:26.249721 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4567 | 2024.06.25 22:13:26.249732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4568 | 2024.06.25 22:13:26.249759 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4569 | 2024.06.25 22:13:26.249819 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 189 rows starting from the beginning of the part | ||
| 4570 | 2024.06.25 22:13:26.249821 [ 3 ] {} <Debug> HTTP-Session: bcf89036-3ad7-4c86-be88-9927e484baeb Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4571 | 2024.06.25 22:13:26.249878 [ 3 ] {} <Debug> HTTP-Session: bcf89036-3ad7-4c86-be88-9927e484baeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4572 | 2024.06.25 22:13:26.249956 [ 3 ] {} <Debug> HTTP-Session: bcf89036-3ad7-4c86-be88-9927e484baeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4573 | 2024.06.25 22:13:26.250066 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 116 rows starting from the beginning of the part | ||
| 4574 | 2024.06.25 22:13:26.250110 [ 3 ] {} <Trace> HTTP-Session: bcf89036-3ad7-4c86-be88-9927e484baeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4575 | 2024.06.25 22:13:26.250345 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 89 rows starting from the beginning of the part | ||
| 4576 | 2024.06.25 22:13:26.250575 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4577 | 2024.06.25 22:13:26.250599 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 153 rows starting from the beginning of the part | ||
| 4578 | 2024.06.25 22:13:26.250708 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4579 | 2024.06.25 22:13:26.250862 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part | ||
| 4580 | 2024.06.25 22:13:26.251618 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 116 rows starting from the beginning of the part | ||
| 4581 | 2024.06.25 22:13:26.252252 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4582 | 2024.06.25 22:13:26.253077 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4583 | 2024.06.25 22:13:26.253146 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4584 | 2024.06.25 22:13:26.254037 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4585 | 2024.06.25 22:13:26.254701 [ 192 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 4 columns (4 merged, 0 gathered) in 0.006366071 sec., 118283.31792089657 rows/sec., 9.68 MiB/sec. | ||
| 4586 | 2024.06.25 22:13:26.254909 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4587 | 2024.06.25 22:13:26.254941 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4588 | 2024.06.25 22:13:26.255218 [ 139 ] {} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4589 | 2024.06.25 22:13:26.255331 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.004945 sec., 16986.85540950455 rows/sec., 1.33 MiB/sec. | ||
| 4590 | 2024.06.25 22:13:26.255333 [ 139 ] {} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4591 | 2024.06.25 22:13:26.255434 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4592 | 2024.06.25 22:13:26.255909 [ 201 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 4593 | 2024.06.25 22:13:26.256004 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4594 | 2024.06.25 22:13:26.256067 [ 3 ] {0d87d8f2-c32e-495f-b16e-7ab68d1533f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4595 | 2024.06.25 22:13:26.256141 [ 3 ] {} <Debug> HTTP-Session: bcf89036-3ad7-4c86-be88-9927e484baeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4596 | 2024.06.25 22:13:26.256295 [ 201 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4597 | 2024.06.25 22:13:26.256373 [ 201 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 145 rows starting from the beginning of the part | ||
| 4598 | 2024.06.25 22:13:26.256399 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4599 | 2024.06.25 22:13:26.256422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4600 | 2024.06.25 22:13:26.256633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4601 | 2024.06.25 22:13:26.256696 [ 3 ] {} <Debug> HTTP-Session: a3d5f83d-51de-4bae-815f-cd4da84e62df Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4602 | 2024.06.25 22:13:26.256740 [ 201 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 84 rows starting from the beginning of the part | ||
| 4603 | 2024.06.25 22:13:26.256756 [ 3 ] {} <Debug> HTTP-Session: a3d5f83d-51de-4bae-815f-cd4da84e62df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4604 | 2024.06.25 22:13:26.256853 [ 3 ] {} <Debug> HTTP-Session: a3d5f83d-51de-4bae-815f-cd4da84e62df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4605 | 2024.06.25 22:13:26.257010 [ 3 ] {} <Trace> HTTP-Session: a3d5f83d-51de-4bae-815f-cd4da84e62df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4606 | 2024.06.25 22:13:26.257116 [ 201 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 75 rows starting from the beginning of the part | ||
| 4607 | 2024.06.25 22:13:26.257173 [ 196 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_26_5} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4608 | 2024.06.25 22:13:26.257458 [ 201 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 110 rows starting from the beginning of the part | ||
| 4609 | 2024.06.25 22:13:26.257463 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4610 | 2024.06.25 22:13:26.257681 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4611 | 2024.06.25 22:13:26.257712 [ 201 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
| 4612 | 2024.06.25 22:13:26.258183 [ 201 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 84 rows starting from the beginning of the part | ||
| 4613 | 2024.06.25 22:13:26.258324 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 4614 | 2024.06.25 22:13:26.259022 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4615 | 2024.06.25 22:13:26.260054 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4616 | 2024.06.25 22:13:26.260120 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4617 | 2024.06.25 22:13:26.261201 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 575 rows, containing 4 columns (4 merged, 0 gathered) in 0.005562379 sec., 103373.03517074259 rows/sec., 8.07 MiB/sec. | ||
| 4618 | 2024.06.25 22:13:26.261255 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4619 | 2024.06.25 22:13:26.261417 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4620 | 2024.06.25 22:13:26.262184 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4621 | 2024.06.25 22:13:26.262317 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2024.06.25 22:13:26.262455 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4623 | 2024.06.25 22:13:26.262540 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005271 sec., 30354.771390627968 rows/sec., 2.11 MiB/sec. | ||
| 4624 | 2024.06.25 22:13:26.262547 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2024.06.25 22:13:26.262618 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4626 | 2024.06.25 22:13:26.262665 [ 196 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_26_5} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4627 | 2024.06.25 22:13:26.263092 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4628 | 2024.06.25 22:13:26.263148 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Debug> DynamicQueryHandler: Done processing query | ||
| 4629 | 2024.06.25 22:13:26.263174 [ 201 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 4630 | 2024.06.25 22:13:26.263188 [ 3 ] {60b2e2d6-7a0b-4443-baa9-2bbd7cfd3f10} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4631 | 2024.06.25 22:13:26.263250 [ 3 ] {} <Debug> HTTP-Session: a3d5f83d-51de-4bae-815f-cd4da84e62df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4632 | 2024.06.25 22:13:26.263425 [ 201 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4633 | 2024.06.25 22:13:26.263445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4634 | 2024.06.25 22:13:26.263499 [ 201 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1899 rows starting from the beginning of the part | ||
| 4635 | 2024.06.25 22:13:26.263534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4636 | 2024.06.25 22:13:26.263582 [ 3 ] {} <Debug> HTTP-Session: b3a76927-571c-4703-9983-811e2effd11c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4637 | 2024.06.25 22:13:26.263636 [ 3 ] {} <Debug> HTTP-Session: b3a76927-571c-4703-9983-811e2effd11c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4638 | 2024.06.25 22:13:26.263729 [ 3 ] {} <Debug> HTTP-Session: b3a76927-571c-4703-9983-811e2effd11c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4639 | 2024.06.25 22:13:26.263789 [ 201 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 4640 | 2024.06.25 22:13:26.263840 [ 3 ] {} <Trace> HTTP-Session: b3a76927-571c-4703-9983-811e2effd11c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4641 | 2024.06.25 22:13:26.264138 [ 201 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 4642 | 2024.06.25 22:13:26.264286 [ 201 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 197 rows starting from the beginning of the part | ||
| 4643 | 2024.06.25 22:13:26.264402 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4644 | 2024.06.25 22:13:26.264646 [ 201 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part | ||
| 4645 | 2024.06.25 22:13:26.264775 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4646 | 2024.06.25 22:13:26.264957 [ 201 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 4647 | 2024.06.25 22:13:26.267108 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4648 | 2024.06.25 22:13:26.268826 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4649 | 2024.06.25 22:13:26.268892 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4650 | 2024.06.25 22:13:26.268939 [ 196 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2737 rows, containing 5 columns (5 merged, 0 gathered) in 0.006128137 sec., 446628.39619936695 rows/sec., 31.20 MiB/sec. | ||
| 4651 | 2024.06.25 22:13:26.269457 [ 196 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4652 | 2024.06.25 22:13:26.270352 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4653 | 2024.06.25 22:13:26.270537 [ 196 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4654 | 2024.06.25 22:13:26.270713 [ 196 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4655 | 2024.06.25 22:13:26.270971 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 4656 | 2024.06.25 22:13:26.271265 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4657 | 2024.06.25 22:13:26.271422 [ 139 ] {} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4658 | 2024.06.25 22:13:26.271432 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.007372 sec., 2712.9679869777538 rows/sec., 4.86 MiB/sec. | ||
| 4659 | 2024.06.25 22:13:26.271468 [ 139 ] {} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4660 | 2024.06.25 22:13:26.271518 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4661 | 2024.06.25 22:13:26.271721 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 4662 | 2024.06.25 22:13:26.271809 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4663 | 2024.06.25 22:13:26.271844 [ 3 ] {93bf26e1-bf21-484d-8df6-594a0620859a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4664 | 2024.06.25 22:13:26.271867 [ 3 ] {} <Debug> HTTP-Session: b3a76927-571c-4703-9983-811e2effd11c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4665 | 2024.06.25 22:13:26.272005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4666 | 2024.06.25 22:13:26.272076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4667 | 2024.06.25 22:13:26.272113 [ 3 ] {} <Debug> HTTP-Session: 909fdf9f-2baf-4f04-b3fb-957bcd4fd309 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4668 | 2024.06.25 22:13:26.272144 [ 3 ] {} <Debug> HTTP-Session: 909fdf9f-2baf-4f04-b3fb-957bcd4fd309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4669 | 2024.06.25 22:13:26.272168 [ 3 ] {} <Debug> HTTP-Session: 909fdf9f-2baf-4f04-b3fb-957bcd4fd309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4670 | 2024.06.25 22:13:26.272188 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4671 | 2024.06.25 22:13:26.272210 [ 3 ] {} <Trace> HTTP-Session: 909fdf9f-2baf-4f04-b3fb-957bcd4fd309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4672 | 2024.06.25 22:13:26.272266 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 346 rows starting from the beginning of the part | ||
| 4673 | 2024.06.25 22:13:26.272361 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4674 | 2024.06.25 22:13:26.272504 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4675 | 2024.06.25 22:13:26.272878 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part | ||
| 4676 | 2024.06.25 22:13:26.273022 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4677 | 2024.06.25 22:13:26.273431 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part | ||
| 4678 | 2024.06.25 22:13:26.273999 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part | ||
| 4679 | 2024.06.25 22:13:26.274060 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2024.06.25 22:13:26.274122 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4681 | 2024.06.25 22:13:26.274519 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part | ||
| 4682 | 2024.06.25 22:13:26.275025 [ 191 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 4683 | 2024.06.25 22:13:26.275227 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4684 | 2024.06.25 22:13:26.275872 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2024.06.25 22:13:26.276056 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003752 sec., 15991.471215351812 rows/sec., 1.08 MiB/sec. | ||
| 4686 | 2024.06.25 22:13:26.276307 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4687 | 2024.06.25 22:13:26.276337 [ 3 ] {6689416e-af8e-4c7a-a7c1-d737f828596c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4688 | 2024.06.25 22:13:26.276355 [ 3 ] {} <Debug> HTTP-Session: 909fdf9f-2baf-4f04-b3fb-957bcd4fd309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4689 | 2024.06.25 22:13:26.279038 [ 198 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 428 rows, containing 19 columns (19 merged, 0 gathered) in 0.007421965 sec., 57666.669136812154 rows/sec., 103.34 MiB/sec. | ||
| 4690 | 2024.06.25 22:13:26.279701 [ 197 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4691 | 2024.06.25 22:13:26.280316 [ 197 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2024.06.25 22:13:26.280397 [ 197 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4693 | 2024.06.25 22:13:26.280541 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
| 4694 | 2024.06.25 22:13:31.239043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4695 | 2024.06.25 22:13:31.239195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4696 | 2024.06.25 22:13:31.239227 [ 3 ] {} <Debug> HTTP-Session: 8a99a199-38a4-43b1-bb20-8dc5eb6e1d83 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4697 | 2024.06.25 22:13:31.239256 [ 3 ] {} <Debug> HTTP-Session: 8a99a199-38a4-43b1-bb20-8dc5eb6e1d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4698 | 2024.06.25 22:13:31.239275 [ 3 ] {} <Debug> HTTP-Session: 8a99a199-38a4-43b1-bb20-8dc5eb6e1d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4699 | 2024.06.25 22:13:31.239332 [ 3 ] {} <Trace> HTTP-Session: 8a99a199-38a4-43b1-bb20-8dc5eb6e1d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4700 | 2024.06.25 22:13:31.239549 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4701 | 2024.06.25 22:13:31.239628 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4702 | 2024.06.25 22:13:31.239852 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4703 | 2024.06.25 22:13:31.240333 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4704 | 2024.06.25 22:13:31.240382 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4705 | 2024.06.25 22:13:31.240768 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4706 | 2024.06.25 22:13:31.241125 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4707 | 2024.06.25 22:13:31.241305 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001816 sec., 6057.268722466961 rows/sec., 490.97 KiB/sec. | ||
| 4708 | 2024.06.25 22:13:31.241527 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Debug> DynamicQueryHandler: Done processing query | ||
| 4709 | 2024.06.25 22:13:31.241557 [ 3 ] {1b589d0b-b35e-4916-91fd-03f8885f5804} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4710 | 2024.06.25 22:13:31.241574 [ 3 ] {} <Debug> HTTP-Session: 8a99a199-38a4-43b1-bb20-8dc5eb6e1d83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4711 | 2024.06.25 22:13:31.241716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4712 | 2024.06.25 22:13:31.241771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4713 | 2024.06.25 22:13:31.241791 [ 3 ] {} <Debug> HTTP-Session: a7e5429d-695a-4436-b323-09e6ee58ae76 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4714 | 2024.06.25 22:13:31.241809 [ 3 ] {} <Debug> HTTP-Session: a7e5429d-695a-4436-b323-09e6ee58ae76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4715 | 2024.06.25 22:13:31.241824 [ 3 ] {} <Debug> HTTP-Session: a7e5429d-695a-4436-b323-09e6ee58ae76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4716 | 2024.06.25 22:13:31.241859 [ 3 ] {} <Trace> HTTP-Session: a7e5429d-695a-4436-b323-09e6ee58ae76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4717 | 2024.06.25 22:13:31.241990 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4718 | 2024.06.25 22:13:31.242039 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4719 | 2024.06.25 22:13:31.242175 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4720 | 2024.06.25 22:13:31.242521 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4721 | 2024.06.25 22:13:31.242560 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4722 | 2024.06.25 22:13:31.242879 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4723 | 2024.06.25 22:13:31.243194 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4724 | 2024.06.25 22:13:31.243353 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001412 sec., 63031.161473087814 rows/sec., 5.11 MiB/sec. | ||
| 4725 | 2024.06.25 22:13:31.243511 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Debug> DynamicQueryHandler: Done processing query | ||
| 4726 | 2024.06.25 22:13:31.243537 [ 3 ] {c8e0e906-8f7e-4a1f-a411-47c21e47d782} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4727 | 2024.06.25 22:13:31.243553 [ 3 ] {} <Debug> HTTP-Session: a7e5429d-695a-4436-b323-09e6ee58ae76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4728 | 2024.06.25 22:13:31.243667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4729 | 2024.06.25 22:13:31.243716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4730 | 2024.06.25 22:13:31.243736 [ 3 ] {} <Debug> HTTP-Session: 380b8bf5-e2ac-4461-8f40-46019eec6f0f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4731 | 2024.06.25 22:13:31.243752 [ 3 ] {} <Debug> HTTP-Session: 380b8bf5-e2ac-4461-8f40-46019eec6f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4732 | 2024.06.25 22:13:31.243767 [ 3 ] {} <Debug> HTTP-Session: 380b8bf5-e2ac-4461-8f40-46019eec6f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4733 | 2024.06.25 22:13:31.243799 [ 3 ] {} <Trace> HTTP-Session: 380b8bf5-e2ac-4461-8f40-46019eec6f0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4734 | 2024.06.25 22:13:31.243919 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4735 | 2024.06.25 22:13:31.243964 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4736 | 2024.06.25 22:13:31.244093 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4737 | 2024.06.25 22:13:31.244431 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2024.06.25 22:13:31.244469 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4739 | 2024.06.25 22:13:31.244786 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4740 | 2024.06.25 22:13:31.245098 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4741 | 2024.06.25 22:13:31.245256 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001378 sec., 54426.70537010159 rows/sec., 4.25 MiB/sec. | ||
| 4742 | 2024.06.25 22:13:31.245422 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Debug> DynamicQueryHandler: Done processing query | ||
| 4743 | 2024.06.25 22:13:31.245447 [ 3 ] {d1df6dea-4f5a-4f85-b00a-93ccf0e20755} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4744 | 2024.06.25 22:13:31.245463 [ 3 ] {} <Debug> HTTP-Session: 380b8bf5-e2ac-4461-8f40-46019eec6f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4745 | 2024.06.25 22:13:31.245604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4746 | 2024.06.25 22:13:31.245653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4747 | 2024.06.25 22:13:31.245673 [ 3 ] {} <Debug> HTTP-Session: 5c4718ab-77a1-4cef-b80b-7b17755769b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4748 | 2024.06.25 22:13:31.245691 [ 3 ] {} <Debug> HTTP-Session: 5c4718ab-77a1-4cef-b80b-7b17755769b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4749 | 2024.06.25 22:13:31.245705 [ 3 ] {} <Debug> HTTP-Session: 5c4718ab-77a1-4cef-b80b-7b17755769b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4750 | 2024.06.25 22:13:31.245736 [ 3 ] {} <Trace> HTTP-Session: 5c4718ab-77a1-4cef-b80b-7b17755769b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4751 | 2024.06.25 22:13:31.245888 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4752 | 2024.06.25 22:13:31.245937 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4753 | 2024.06.25 22:13:31.246089 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4754 | 2024.06.25 22:13:31.246446 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4755 | 2024.06.25 22:13:31.246483 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4756 | 2024.06.25 22:13:31.246872 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4757 | 2024.06.25 22:13:31.247221 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4758 | 2024.06.25 22:13:31.247390 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 4759 | 2024.06.25 22:13:31.247552 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Debug> DynamicQueryHandler: Done processing query | ||
| 4760 | 2024.06.25 22:13:31.247576 [ 3 ] {ffb62bfd-fac1-41ef-a976-b5b212c84e26} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4761 | 2024.06.25 22:13:31.247593 [ 3 ] {} <Debug> HTTP-Session: 5c4718ab-77a1-4cef-b80b-7b17755769b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4762 | 2024.06.25 22:13:31.247706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4763 | 2024.06.25 22:13:31.247755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4764 | 2024.06.25 22:13:31.247774 [ 3 ] {} <Debug> HTTP-Session: c28ff283-c19d-428f-b034-cfb7e6b86691 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4765 | 2024.06.25 22:13:31.247791 [ 3 ] {} <Debug> HTTP-Session: c28ff283-c19d-428f-b034-cfb7e6b86691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4766 | 2024.06.25 22:13:31.247805 [ 3 ] {} <Debug> HTTP-Session: c28ff283-c19d-428f-b034-cfb7e6b86691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4767 | 2024.06.25 22:13:31.247836 [ 3 ] {} <Trace> HTTP-Session: c28ff283-c19d-428f-b034-cfb7e6b86691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4768 | 2024.06.25 22:13:31.248012 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4769 | 2024.06.25 22:13:31.248078 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4770 | 2024.06.25 22:13:31.248486 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4771 | 2024.06.25 22:13:31.249043 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4772 | 2024.06.25 22:13:31.249081 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4773 | 2024.06.25 22:13:31.249672 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4774 | 2024.06.25 22:13:31.250083 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4775 | 2024.06.25 22:13:31.250268 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002355 sec., 4670.912951167728 rows/sec., 8.37 MiB/sec. | ||
| 4776 | 2024.06.25 22:13:31.250488 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4777 | 2024.06.25 22:13:31.250513 [ 3 ] {c1a3c23f-dba1-41ad-bd1c-6b952088536c} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4778 | 2024.06.25 22:13:31.250530 [ 3 ] {} <Debug> HTTP-Session: c28ff283-c19d-428f-b034-cfb7e6b86691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4779 | 2024.06.25 22:13:31.250645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4780 | 2024.06.25 22:13:31.250695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4781 | 2024.06.25 22:13:31.250715 [ 3 ] {} <Debug> HTTP-Session: b980e632-0617-4e86-9acf-42650f4b93a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4782 | 2024.06.25 22:13:31.250732 [ 3 ] {} <Debug> HTTP-Session: b980e632-0617-4e86-9acf-42650f4b93a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4783 | 2024.06.25 22:13:31.250746 [ 3 ] {} <Debug> HTTP-Session: b980e632-0617-4e86-9acf-42650f4b93a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4784 | 2024.06.25 22:13:31.250777 [ 3 ] {} <Trace> HTTP-Session: b980e632-0617-4e86-9acf-42650f4b93a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4785 | 2024.06.25 22:13:31.250889 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4786 | 2024.06.25 22:13:31.250935 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4787 | 2024.06.25 22:13:31.251064 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4788 | 2024.06.25 22:13:31.251336 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4789 | 2024.06.25 22:13:31.251373 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4790 | 2024.06.25 22:13:31.251720 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4791 | 2024.06.25 22:13:31.252022 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4792 | 2024.06.25 22:13:31.252172 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 4793 | 2024.06.25 22:13:31.252182 [ 137 ] {} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4794 | 2024.06.25 22:13:31.252287 [ 137 ] {} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4795 | 2024.06.25 22:13:31.252319 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4796 | 2024.06.25 22:13:31.252386 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Debug> DynamicQueryHandler: Done processing query | ||
| 4797 | 2024.06.25 22:13:31.252435 [ 3 ] {92ef8565-8e35-4c36-997d-4df9f2e13e84} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4798 | 2024.06.25 22:13:31.252554 [ 3 ] {} <Debug> HTTP-Session: b980e632-0617-4e86-9acf-42650f4b93a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4799 | 2024.06.25 22:13:31.252616 [ 198 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4800 | 2024.06.25 22:13:31.252797 [ 198 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4801 | 2024.06.25 22:13:31.252832 [ 198 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 592 rows starting from the beginning of the part | ||
| 4802 | 2024.06.25 22:13:31.252918 [ 198 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4803 | 2024.06.25 22:13:31.253141 [ 198 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4804 | 2024.06.25 22:13:31.253300 [ 198 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4805 | 2024.06.25 22:13:31.253507 [ 198 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4806 | 2024.06.25 22:13:31.253670 [ 198 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 4807 | 2024.06.25 22:13:31.254812 [ 197 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 4 columns (4 merged, 0 gathered) in 0.002342303 sec., 380821.7809566055 rows/sec., 25.68 MiB/sec. | ||
| 4808 | 2024.06.25 22:13:31.255004 [ 197 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4809 | 2024.06.25 22:13:31.255428 [ 197 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_21_4} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2024.06.25 22:13:31.255513 [ 197 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_21_4} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4811 | 2024.06.25 22:13:31.255605 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 4812 | 2024.06.25 22:13:32.034215 [ 135 ] {} <Debug> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4813 | 2024.06.25 22:13:32.034286 [ 135 ] {} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4814 | 2024.06.25 22:13:32.034312 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4815 | 2024.06.25 22:13:32.034509 [ 189 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::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 | ||
| 4816 | 2024.06.25 22:13:32.034691 [ 189 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4817 | 2024.06.25 22:13:32.034724 [ 189 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 4818 | 2024.06.25 22:13:32.034829 [ 189 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::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 | ||
| 4819 | 2024.06.25 22:13:32.034989 [ 189 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::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 | ||
| 4820 | 2024.06.25 22:13:32.035262 [ 189 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 4821 | 2024.06.25 22:13:32.035412 [ 189 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4822 | 2024.06.25 22:13:32.036446 [ 198 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.002042679 sec., 6853.74451884021 rows/sec., 558.87 KiB/sec. | ||
| 4823 | 2024.06.25 22:13:32.036623 [ 198 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4824 | 2024.06.25 22:13:32.037047 [ 198 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_5_1} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4825 | 2024.06.25 22:13:32.037132 [ 198 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_5_1} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4826 | 2024.06.25 22:13:32.037225 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4827 | 2024.06.25 22:13:33.926436 [ 134 ] {} <Debug> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4828 | 2024.06.25 22:13:33.926633 [ 134 ] {} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4829 | 2024.06.25 22:13:33.926656 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4830 | 2024.06.25 22:13:33.926842 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::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 | ||
| 4831 | 2024.06.25 22:13:33.927041 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4832 | 2024.06.25 22:13:33.927082 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 4833 | 2024.06.25 22:13:33.927196 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::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 | ||
| 4834 | 2024.06.25 22:13:33.927433 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::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 | ||
| 4835 | 2024.06.25 22:13:33.927565 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 4836 | 2024.06.25 22:13:33.927759 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4837 | 2024.06.25 22:13:33.928901 [ 198 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.002169911 sec., 6451.877519400565 rows/sec., 450.50 KiB/sec. | ||
| 4838 | 2024.06.25 22:13:33.929019 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4839 | 2024.06.25 22:13:33.929375 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_5_1} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4840 | 2024.06.25 22:13:33.929456 [ 186 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_5_1} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4841 | 2024.06.25 22:13:33.929533 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4842 | 2024.06.25 22:13:36.239790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4843 | 2024.06.25 22:13:36.239919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4844 | 2024.06.25 22:13:36.239949 [ 3 ] {} <Debug> HTTP-Session: 01be09dd-bc24-4f47-8c7a-1be3e09ad5d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4845 | 2024.06.25 22:13:36.239978 [ 3 ] {} <Debug> HTTP-Session: 01be09dd-bc24-4f47-8c7a-1be3e09ad5d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4846 | 2024.06.25 22:13:36.239996 [ 3 ] {} <Debug> HTTP-Session: 01be09dd-bc24-4f47-8c7a-1be3e09ad5d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4847 | 2024.06.25 22:13:36.240053 [ 3 ] {} <Trace> HTTP-Session: 01be09dd-bc24-4f47-8c7a-1be3e09ad5d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4848 | 2024.06.25 22:13:36.240260 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4849 | 2024.06.25 22:13:36.240337 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4850 | 2024.06.25 22:13:36.240561 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4851 | 2024.06.25 22:13:36.241056 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2024.06.25 22:13:36.241111 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4853 | 2024.06.25 22:13:36.241495 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4854 | 2024.06.25 22:13:36.241824 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2024.06.25 22:13:36.242002 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001799 sec., 11117.287381878821 rows/sec., 901.11 KiB/sec. | ||
| 4856 | 2024.06.25 22:13:36.242214 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4857 | 2024.06.25 22:13:36.242241 [ 3 ] {fd8d33fa-88b7-4365-9f79-feb6138b6de7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4858 | 2024.06.25 22:13:36.242258 [ 3 ] {} <Debug> HTTP-Session: 01be09dd-bc24-4f47-8c7a-1be3e09ad5d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4859 | 2024.06.25 22:13:36.242397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4860 | 2024.06.25 22:13:36.242450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4861 | 2024.06.25 22:13:36.242471 [ 3 ] {} <Debug> HTTP-Session: 5dd93777-ae7d-4682-a4c4-de40a0f32bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4862 | 2024.06.25 22:13:36.242488 [ 3 ] {} <Debug> HTTP-Session: 5dd93777-ae7d-4682-a4c4-de40a0f32bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4863 | 2024.06.25 22:13:36.242502 [ 3 ] {} <Debug> HTTP-Session: 5dd93777-ae7d-4682-a4c4-de40a0f32bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4864 | 2024.06.25 22:13:36.242537 [ 3 ] {} <Trace> HTTP-Session: 5dd93777-ae7d-4682-a4c4-de40a0f32bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4865 | 2024.06.25 22:13:36.242670 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4866 | 2024.06.25 22:13:36.242718 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4867 | 2024.06.25 22:13:36.242852 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4868 | 2024.06.25 22:13:36.243205 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4869 | 2024.06.25 22:13:36.243244 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4870 | 2024.06.25 22:13:36.243593 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4871 | 2024.06.25 22:13:36.243903 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4872 | 2024.06.25 22:13:36.244061 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001436 sec., 80779.9442896936 rows/sec., 6.68 MiB/sec. | ||
| 4873 | 2024.06.25 22:13:36.244220 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4874 | 2024.06.25 22:13:36.244245 [ 3 ] {18dcd9ba-d543-4a94-b67f-3a0d3412afb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4875 | 2024.06.25 22:13:36.244260 [ 3 ] {} <Debug> HTTP-Session: 5dd93777-ae7d-4682-a4c4-de40a0f32bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4876 | 2024.06.25 22:13:36.244378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4877 | 2024.06.25 22:13:36.244427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4878 | 2024.06.25 22:13:36.244446 [ 3 ] {} <Debug> HTTP-Session: c433e920-98a0-4e4d-b182-d2ea623d5441 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4879 | 2024.06.25 22:13:36.244462 [ 3 ] {} <Debug> HTTP-Session: c433e920-98a0-4e4d-b182-d2ea623d5441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4880 | 2024.06.25 22:13:36.244477 [ 3 ] {} <Debug> HTTP-Session: c433e920-98a0-4e4d-b182-d2ea623d5441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4881 | 2024.06.25 22:13:36.244508 [ 3 ] {} <Trace> HTTP-Session: c433e920-98a0-4e4d-b182-d2ea623d5441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4882 | 2024.06.25 22:13:36.244651 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4883 | 2024.06.25 22:13:36.244716 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4884 | 2024.06.25 22:13:36.244875 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4885 | 2024.06.25 22:13:36.245231 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4886 | 2024.06.25 22:13:36.245268 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4887 | 2024.06.25 22:13:36.245593 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4888 | 2024.06.25 22:13:36.245911 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4889 | 2024.06.25 22:13:36.246075 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.00149 sec., 56375.838926174496 rows/sec., 4.40 MiB/sec. | ||
| 4890 | 2024.06.25 22:13:36.246368 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4891 | 2024.06.25 22:13:36.246419 [ 3 ] {8cbc9803-0b24-4da5-9f7e-a988221bdce6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4892 | 2024.06.25 22:13:36.246439 [ 3 ] {} <Debug> HTTP-Session: c433e920-98a0-4e4d-b182-d2ea623d5441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4893 | 2024.06.25 22:13:36.246604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4894 | 2024.06.25 22:13:36.246655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4895 | 2024.06.25 22:13:36.246674 [ 3 ] {} <Debug> HTTP-Session: fe1aea79-2d1e-42c9-a664-5d537b1dc40e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4896 | 2024.06.25 22:13:36.246691 [ 3 ] {} <Debug> HTTP-Session: fe1aea79-2d1e-42c9-a664-5d537b1dc40e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4897 | 2024.06.25 22:13:36.246704 [ 3 ] {} <Debug> HTTP-Session: fe1aea79-2d1e-42c9-a664-5d537b1dc40e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4898 | 2024.06.25 22:13:36.246736 [ 3 ] {} <Trace> HTTP-Session: fe1aea79-2d1e-42c9-a664-5d537b1dc40e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2024.06.25 22:13:36.246886 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4900 | 2024.06.25 22:13:36.246937 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4901 | 2024.06.25 22:13:36.247102 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4902 | 2024.06.25 22:13:36.247462 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4903 | 2024.06.25 22:13:36.247499 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4904 | 2024.06.25 22:13:36.247890 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4905 | 2024.06.25 22:13:36.248243 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4906 | 2024.06.25 22:13:36.248403 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
| 4907 | 2024.06.25 22:13:36.248677 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4908 | 2024.06.25 22:13:36.248713 [ 3 ] {6251d20a-f299-452e-b1f3-53e650a2e37a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4909 | 2024.06.25 22:13:36.248737 [ 3 ] {} <Debug> HTTP-Session: fe1aea79-2d1e-42c9-a664-5d537b1dc40e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4910 | 2024.06.25 22:13:36.248865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4911 | 2024.06.25 22:13:36.248913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4912 | 2024.06.25 22:13:36.248933 [ 3 ] {} <Debug> HTTP-Session: 62aaefcd-7a93-4f6c-abbb-87b9dbac0daf Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4913 | 2024.06.25 22:13:36.248949 [ 3 ] {} <Debug> HTTP-Session: 62aaefcd-7a93-4f6c-abbb-87b9dbac0daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4914 | 2024.06.25 22:13:36.248963 [ 3 ] {} <Debug> HTTP-Session: 62aaefcd-7a93-4f6c-abbb-87b9dbac0daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4915 | 2024.06.25 22:13:36.248994 [ 3 ] {} <Trace> HTTP-Session: 62aaefcd-7a93-4f6c-abbb-87b9dbac0daf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4916 | 2024.06.25 22:13:36.249255 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4917 | 2024.06.25 22:13:36.249327 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4918 | 2024.06.25 22:13:36.249769 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4919 | 2024.06.25 22:13:36.250419 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4920 | 2024.06.25 22:13:36.250456 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4921 | 2024.06.25 22:13:36.251092 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4922 | 2024.06.25 22:13:36.251514 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2024.06.25 22:13:36.251679 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002599 sec., 7695.267410542516 rows/sec., 13.79 MiB/sec. | ||
| 4924 | 2024.06.25 22:13:36.251929 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Debug> DynamicQueryHandler: Done processing query | ||
| 4925 | 2024.06.25 22:13:36.251955 [ 3 ] {764413cf-895c-43bf-836e-724fd294cb94} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 4926 | 2024.06.25 22:13:36.251972 [ 3 ] {} <Debug> HTTP-Session: 62aaefcd-7a93-4f6c-abbb-87b9dbac0daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4927 | 2024.06.25 22:13:36.252079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4928 | 2024.06.25 22:13:36.252127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4929 | 2024.06.25 22:13:36.252148 [ 3 ] {} <Debug> HTTP-Session: 6a110923-775d-4828-80a4-eed15c932c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4930 | 2024.06.25 22:13:36.252164 [ 3 ] {} <Debug> HTTP-Session: 6a110923-775d-4828-80a4-eed15c932c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4931 | 2024.06.25 22:13:36.252177 [ 3 ] {} <Debug> HTTP-Session: 6a110923-775d-4828-80a4-eed15c932c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4932 | 2024.06.25 22:13:36.252208 [ 3 ] {} <Trace> HTTP-Session: 6a110923-775d-4828-80a4-eed15c932c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4933 | 2024.06.25 22:13:36.252324 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4934 | 2024.06.25 22:13:36.252368 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4935 | 2024.06.25 22:13:36.252497 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4936 | 2024.06.25 22:13:36.252794 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4937 | 2024.06.25 22:13:36.252831 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4938 | 2024.06.25 22:13:36.253193 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4939 | 2024.06.25 22:13:36.253525 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4940 | 2024.06.25 22:13:36.253688 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
| 4941 | 2024.06.25 22:13:36.253989 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Debug> DynamicQueryHandler: Done processing query | ||
| 4942 | 2024.06.25 22:13:36.254020 [ 3 ] {9583b3bc-9307-4428-8d26-4984590eeaea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4943 | 2024.06.25 22:13:36.254037 [ 3 ] {} <Debug> HTTP-Session: 6a110923-775d-4828-80a4-eed15c932c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4944 | 2024.06.25 22:13:38.064618 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4945 | 2024.06.25 22:13:38.064673 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4946 | 2024.06.25 22:13:41.239293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4947 | 2024.06.25 22:13:41.239433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4948 | 2024.06.25 22:13:41.239462 [ 3 ] {} <Debug> HTTP-Session: 005d136b-5e50-4d3e-be3d-fe82847e3256 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4949 | 2024.06.25 22:13:41.239489 [ 3 ] {} <Debug> HTTP-Session: 005d136b-5e50-4d3e-be3d-fe82847e3256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4950 | 2024.06.25 22:13:41.239507 [ 3 ] {} <Debug> HTTP-Session: 005d136b-5e50-4d3e-be3d-fe82847e3256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4951 | 2024.06.25 22:13:41.239562 [ 3 ] {} <Trace> HTTP-Session: 005d136b-5e50-4d3e-be3d-fe82847e3256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4952 | 2024.06.25 22:13:41.239758 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4953 | 2024.06.25 22:13:41.239830 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4954 | 2024.06.25 22:13:41.240048 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4955 | 2024.06.25 22:13:41.240478 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4956 | 2024.06.25 22:13:41.240516 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4957 | 2024.06.25 22:13:41.240894 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4958 | 2024.06.25 22:13:41.241231 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2024.06.25 22:13:41.241368 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001672 sec., 6578.9473684210525 rows/sec., 533.25 KiB/sec. | ||
| 4960 | 2024.06.25 22:13:41.241672 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4961 | 2024.06.25 22:13:41.241721 [ 3 ] {f4f90f6d-0d17-4110-923a-f7d8bbc436a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4962 | 2024.06.25 22:13:41.241753 [ 3 ] {} <Debug> HTTP-Session: 005d136b-5e50-4d3e-be3d-fe82847e3256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4963 | 2024.06.25 22:13:41.241903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4964 | 2024.06.25 22:13:41.241953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4965 | 2024.06.25 22:13:41.241972 [ 3 ] {} <Debug> HTTP-Session: 0e3c4d90-5f98-40ed-b1b6-9163ce657b33 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4966 | 2024.06.25 22:13:41.241989 [ 3 ] {} <Debug> HTTP-Session: 0e3c4d90-5f98-40ed-b1b6-9163ce657b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4967 | 2024.06.25 22:13:41.242003 [ 3 ] {} <Debug> HTTP-Session: 0e3c4d90-5f98-40ed-b1b6-9163ce657b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4968 | 2024.06.25 22:13:41.242034 [ 3 ] {} <Trace> HTTP-Session: 0e3c4d90-5f98-40ed-b1b6-9163ce657b33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4969 | 2024.06.25 22:13:41.242130 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4970 | 2024.06.25 22:13:41.242176 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4971 | 2024.06.25 22:13:41.242319 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4972 | 2024.06.25 22:13:41.242605 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2024.06.25 22:13:41.242641 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4974 | 2024.06.25 22:13:41.242933 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4975 | 2024.06.25 22:13:41.243244 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4976 | 2024.06.25 22:13:41.243361 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 389.54 KiB/sec. | ||
| 4977 | 2024.06.25 22:13:41.243547 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4978 | 2024.06.25 22:13:41.243570 [ 3 ] {273363dc-2343-47b5-8065-598dc1de76d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4979 | 2024.06.25 22:13:41.243587 [ 3 ] {} <Debug> HTTP-Session: 0e3c4d90-5f98-40ed-b1b6-9163ce657b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4980 | 2024.06.25 22:13:41.243715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4981 | 2024.06.25 22:13:41.243760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4982 | 2024.06.25 22:13:41.243778 [ 3 ] {} <Debug> HTTP-Session: e23e801f-801d-4927-a87f-648ac4343a5e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 4983 | 2024.06.25 22:13:41.243794 [ 3 ] {} <Debug> HTTP-Session: e23e801f-801d-4927-a87f-648ac4343a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4984 | 2024.06.25 22:13:41.243808 [ 3 ] {} <Debug> HTTP-Session: e23e801f-801d-4927-a87f-648ac4343a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4985 | 2024.06.25 22:13:41.243838 [ 3 ] {} <Trace> HTTP-Session: e23e801f-801d-4927-a87f-648ac4343a5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2024.06.25 22:13:41.243954 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4987 | 2024.06.25 22:13:41.243997 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4988 | 2024.06.25 22:13:41.244117 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4989 | 2024.06.25 22:13:41.244514 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4990 | 2024.06.25 22:13:41.244549 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 4991 | 2024.06.25 22:13:41.244856 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4992 | 2024.06.25 22:13:41.245157 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4993 | 2024.06.25 22:13:41.245280 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Debug> executeQuery: Read 92 rows, 7.61 KiB in 0.001371 sec., 67104.30342815463 rows/sec., 5.42 MiB/sec. | ||
| 4994 | 2024.06.25 22:13:41.245437 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4995 | 2024.06.25 22:13:41.245461 [ 3 ] {b0e374ef-ef82-48c3-88d2-9cb5fcf0660c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4996 | 2024.06.25 22:13:41.245477 [ 3 ] {} <Debug> HTTP-Session: e23e801f-801d-4927-a87f-648ac4343a5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4997 | 2024.06.25 22:13:41.245585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4998 | 2024.06.25 22:13:41.245633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4999 | 2024.06.25 22:13:41.245652 [ 3 ] {} <Debug> HTTP-Session: a77fc461-6007-4142-9f9c-d936dea47ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5000 | 2024.06.25 22:13:41.245669 [ 3 ] {} <Debug> HTTP-Session: a77fc461-6007-4142-9f9c-d936dea47ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5001 | 2024.06.25 22:13:41.245683 [ 3 ] {} <Debug> HTTP-Session: a77fc461-6007-4142-9f9c-d936dea47ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5002 | 2024.06.25 22:13:41.245713 [ 3 ] {} <Trace> HTTP-Session: a77fc461-6007-4142-9f9c-d936dea47ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5003 | 2024.06.25 22:13:41.245807 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5004 | 2024.06.25 22:13:41.245849 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5005 | 2024.06.25 22:13:41.245973 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5006 | 2024.06.25 22:13:41.246236 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2024.06.25 22:13:41.246271 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5008 | 2024.06.25 22:13:41.246568 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5009 | 2024.06.25 22:13:41.246870 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2024.06.25 22:13:41.246989 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001205 sec., 4979.253112033195 rows/sec., 347.67 KiB/sec. | ||
| 5011 | 2024.06.25 22:13:41.247132 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Debug> DynamicQueryHandler: Done processing query | ||
| 5012 | 2024.06.25 22:13:41.247156 [ 3 ] {b4626a9f-4920-4ed5-994f-a3a1effa5e91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5013 | 2024.06.25 22:13:41.247171 [ 3 ] {} <Debug> HTTP-Session: a77fc461-6007-4142-9f9c-d936dea47ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5014 | 2024.06.25 22:13:41.247285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5015 | 2024.06.25 22:13:41.247330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5016 | 2024.06.25 22:13:41.247349 [ 3 ] {} <Debug> HTTP-Session: b27ab88f-cb7a-4cd2-b578-5ab4753b802e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5017 | 2024.06.25 22:13:41.247365 [ 3 ] {} <Debug> HTTP-Session: b27ab88f-cb7a-4cd2-b578-5ab4753b802e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5018 | 2024.06.25 22:13:41.247378 [ 3 ] {} <Debug> HTTP-Session: b27ab88f-cb7a-4cd2-b578-5ab4753b802e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5019 | 2024.06.25 22:13:41.247407 [ 3 ] {} <Trace> HTTP-Session: b27ab88f-cb7a-4cd2-b578-5ab4753b802e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5020 | 2024.06.25 22:13:41.247523 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5021 | 2024.06.25 22:13:41.247564 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5022 | 2024.06.25 22:13:41.247687 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5023 | 2024.06.25 22:13:41.248005 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2024.06.25 22:13:41.248041 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5025 | 2024.06.25 22:13:41.248342 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5026 | 2024.06.25 22:13:41.248644 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5027 | 2024.06.25 22:13:41.248768 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Debug> executeQuery: Read 81 rows, 6.49 KiB in 0.001289 sec., 62839.41039565555 rows/sec., 4.91 MiB/sec. | ||
| 5028 | 2024.06.25 22:13:41.248921 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5029 | 2024.06.25 22:13:41.248946 [ 3 ] {69415bcb-01b2-4a08-81ab-f435e04dad6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5030 | 2024.06.25 22:13:41.248961 [ 3 ] {} <Debug> HTTP-Session: b27ab88f-cb7a-4cd2-b578-5ab4753b802e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5031 | 2024.06.25 22:13:41.249105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5032 | 2024.06.25 22:13:41.249153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5033 | 2024.06.25 22:13:41.249172 [ 3 ] {} <Debug> HTTP-Session: cd161dc3-3177-4611-8963-9161e9a45394 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5034 | 2024.06.25 22:13:41.249188 [ 3 ] {} <Debug> HTTP-Session: cd161dc3-3177-4611-8963-9161e9a45394 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5035 | 2024.06.25 22:13:41.249202 [ 3 ] {} <Debug> HTTP-Session: cd161dc3-3177-4611-8963-9161e9a45394 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5036 | 2024.06.25 22:13:41.249232 [ 3 ] {} <Trace> HTTP-Session: cd161dc3-3177-4611-8963-9161e9a45394 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5037 | 2024.06.25 22:13:41.249374 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5038 | 2024.06.25 22:13:41.249420 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5039 | 2024.06.25 22:13:41.249560 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5040 | 2024.06.25 22:13:41.249908 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2024.06.25 22:13:41.249942 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5042 | 2024.06.25 22:13:41.250319 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5043 | 2024.06.25 22:13:41.250655 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2024.06.25 22:13:41.250836 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001529 sec., 106605.6245912361 rows/sec., 7.42 MiB/sec. | ||
| 5045 | 2024.06.25 22:13:41.250985 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5046 | 2024.06.25 22:13:41.251009 [ 3 ] {eaf375b3-d5a2-423c-9aea-5c8cdfaf271e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5047 | 2024.06.25 22:13:41.251024 [ 3 ] {} <Debug> HTTP-Session: cd161dc3-3177-4611-8963-9161e9a45394 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5048 | 2024.06.25 22:13:41.251138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5049 | 2024.06.25 22:13:41.251184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5050 | 2024.06.25 22:13:41.251202 [ 3 ] {} <Debug> HTTP-Session: d01a510b-8a51-492f-9b11-d55b645b3600 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5051 | 2024.06.25 22:13:41.251219 [ 3 ] {} <Debug> HTTP-Session: d01a510b-8a51-492f-9b11-d55b645b3600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5052 | 2024.06.25 22:13:41.251233 [ 3 ] {} <Debug> HTTP-Session: d01a510b-8a51-492f-9b11-d55b645b3600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5053 | 2024.06.25 22:13:41.251262 [ 3 ] {} <Trace> HTTP-Session: d01a510b-8a51-492f-9b11-d55b645b3600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5054 | 2024.06.25 22:13:41.251432 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5055 | 2024.06.25 22:13:41.251494 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5056 | 2024.06.25 22:13:41.251893 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5057 | 2024.06.25 22:13:41.252428 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5058 | 2024.06.25 22:13:41.252463 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5059 | 2024.06.25 22:13:41.253051 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5060 | 2024.06.25 22:13:41.253454 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5061 | 2024.06.25 22:13:41.253592 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002255 sec., 4878.048780487805 rows/sec., 8.74 MiB/sec. | ||
| 5062 | 2024.06.25 22:13:41.253799 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5063 | 2024.06.25 22:13:41.253824 [ 3 ] {b91a9ad0-4bb4-4061-b1cc-9bc375f463dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5064 | 2024.06.25 22:13:41.253839 [ 3 ] {} <Debug> HTTP-Session: d01a510b-8a51-492f-9b11-d55b645b3600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5065 | 2024.06.25 22:13:41.253947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5066 | 2024.06.25 22:13:41.253994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5067 | 2024.06.25 22:13:41.254012 [ 3 ] {} <Debug> HTTP-Session: a72fe1a1-d3e7-44c0-aefd-7979782efa5e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5068 | 2024.06.25 22:13:41.254028 [ 3 ] {} <Debug> HTTP-Session: a72fe1a1-d3e7-44c0-aefd-7979782efa5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5069 | 2024.06.25 22:13:41.254042 [ 3 ] {} <Debug> HTTP-Session: a72fe1a1-d3e7-44c0-aefd-7979782efa5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5070 | 2024.06.25 22:13:41.254072 [ 3 ] {} <Trace> HTTP-Session: a72fe1a1-d3e7-44c0-aefd-7979782efa5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5071 | 2024.06.25 22:13:41.254189 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5072 | 2024.06.25 22:13:41.254232 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5073 | 2024.06.25 22:13:41.254358 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5074 | 2024.06.25 22:13:41.254627 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2024.06.25 22:13:41.254661 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5076 | 2024.06.25 22:13:41.255007 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5077 | 2024.06.25 22:13:41.255334 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2024.06.25 22:13:41.255460 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. | ||
| 5079 | 2024.06.25 22:13:41.255642 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Debug> DynamicQueryHandler: Done processing query | ||
| 5080 | 2024.06.25 22:13:41.255666 [ 3 ] {95858fbe-4df4-4252-86dc-fae805e1ca21} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5081 | 2024.06.25 22:13:41.255682 [ 3 ] {} <Debug> HTTP-Session: a72fe1a1-d3e7-44c0-aefd-7979782efa5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5082 | 2024.06.25 22:13:46.241597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5083 | 2024.06.25 22:13:46.241732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5084 | 2024.06.25 22:13:46.241763 [ 3 ] {} <Debug> HTTP-Session: 72373073-a7ed-4a38-8c9b-980b3bafb2bc Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5085 | 2024.06.25 22:13:46.241794 [ 3 ] {} <Debug> HTTP-Session: 72373073-a7ed-4a38-8c9b-980b3bafb2bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5086 | 2024.06.25 22:13:46.241813 [ 3 ] {} <Debug> HTTP-Session: 72373073-a7ed-4a38-8c9b-980b3bafb2bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5087 | 2024.06.25 22:13:46.241868 [ 3 ] {} <Trace> HTTP-Session: 72373073-a7ed-4a38-8c9b-980b3bafb2bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5088 | 2024.06.25 22:13:46.242070 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5089 | 2024.06.25 22:13:46.242145 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5090 | 2024.06.25 22:13:46.242364 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5091 | 2024.06.25 22:13:46.242790 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5092 | 2024.06.25 22:13:46.242832 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5093 | 2024.06.25 22:13:46.243204 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5094 | 2024.06.25 22:13:46.243546 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2024.06.25 22:13:46.243686 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001679 sec., 11911.852293031567 rows/sec., 965.51 KiB/sec. | ||
| 5096 | 2024.06.25 22:13:46.243897 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Debug> DynamicQueryHandler: Done processing query | ||
| 5097 | 2024.06.25 22:13:46.243924 [ 3 ] {375fb39b-23d3-49ed-bb26-33424352bb86} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5098 | 2024.06.25 22:13:46.243941 [ 3 ] {} <Debug> HTTP-Session: 72373073-a7ed-4a38-8c9b-980b3bafb2bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5099 | 2024.06.25 22:13:46.244075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5100 | 2024.06.25 22:13:46.244129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5101 | 2024.06.25 22:13:46.244149 [ 3 ] {} <Debug> HTTP-Session: 16ded2fe-16ee-41bf-90be-93a589a70d67 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5102 | 2024.06.25 22:13:46.244167 [ 3 ] {} <Debug> HTTP-Session: 16ded2fe-16ee-41bf-90be-93a589a70d67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5103 | 2024.06.25 22:13:46.244181 [ 3 ] {} <Debug> HTTP-Session: 16ded2fe-16ee-41bf-90be-93a589a70d67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5104 | 2024.06.25 22:13:46.244215 [ 3 ] {} <Trace> HTTP-Session: 16ded2fe-16ee-41bf-90be-93a589a70d67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5105 | 2024.06.25 22:13:46.244319 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5106 | 2024.06.25 22:13:46.244367 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5107 | 2024.06.25 22:13:46.244500 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5108 | 2024.06.25 22:13:46.244853 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5109 | 2024.06.25 22:13:46.244889 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5110 | 2024.06.25 22:13:46.245194 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5111 | 2024.06.25 22:13:46.245492 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5112 | 2024.06.25 22:13:46.245614 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001325 sec., 3018.867924528302 rows/sec., 246.17 KiB/sec. | ||
| 5113 | 2024.06.25 22:13:46.245772 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5114 | 2024.06.25 22:13:46.245796 [ 3 ] {f5d7e01f-d445-478f-9b30-10c1aa0e983b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5115 | 2024.06.25 22:13:46.245812 [ 3 ] {} <Debug> HTTP-Session: 16ded2fe-16ee-41bf-90be-93a589a70d67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5116 | 2024.06.25 22:13:46.245988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 22135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5117 | 2024.06.25 22:13:46.246037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5118 | 2024.06.25 22:13:46.246056 [ 3 ] {} <Debug> HTTP-Session: 6433b933-787f-4028-883e-72526e46af79 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5119 | 2024.06.25 22:13:46.246072 [ 3 ] {} <Debug> HTTP-Session: 6433b933-787f-4028-883e-72526e46af79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5120 | 2024.06.25 22:13:46.246086 [ 3 ] {} <Debug> HTTP-Session: 6433b933-787f-4028-883e-72526e46af79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5121 | 2024.06.25 22:13:46.246118 [ 3 ] {} <Trace> HTTP-Session: 6433b933-787f-4028-883e-72526e46af79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5122 | 2024.06.25 22:13:46.246251 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5123 | 2024.06.25 22:13:46.246295 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5124 | 2024.06.25 22:13:46.246419 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5125 | 2024.06.25 22:13:46.246835 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2024.06.25 22:13:46.246871 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5127 | 2024.06.25 22:13:46.247180 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5128 | 2024.06.25 22:13:46.247475 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5129 | 2024.06.25 22:13:46.247597 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Debug> executeQuery: Read 154 rows, 12.78 KiB in 0.001403 sec., 109764.7897362794 rows/sec., 8.90 MiB/sec. | ||
| 5130 | 2024.06.25 22:13:46.247793 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Debug> DynamicQueryHandler: Done processing query | ||
| 5131 | 2024.06.25 22:13:46.247828 [ 3 ] {0be37af3-d3e9-4408-83a4-1d4c6410a435} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5132 | 2024.06.25 22:13:46.247850 [ 3 ] {} <Debug> HTTP-Session: 6433b933-787f-4028-883e-72526e46af79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5133 | 2024.06.25 22:13:46.247981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5134 | 2024.06.25 22:13:46.248041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5135 | 2024.06.25 22:13:46.248069 [ 3 ] {} <Debug> HTTP-Session: 47c2cc54-ef00-4b0e-b958-e19c12f128f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5136 | 2024.06.25 22:13:46.248091 [ 3 ] {} <Debug> HTTP-Session: 47c2cc54-ef00-4b0e-b958-e19c12f128f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5137 | 2024.06.25 22:13:46.248109 [ 3 ] {} <Debug> HTTP-Session: 47c2cc54-ef00-4b0e-b958-e19c12f128f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5138 | 2024.06.25 22:13:46.248148 [ 3 ] {} <Trace> HTTP-Session: 47c2cc54-ef00-4b0e-b958-e19c12f128f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5139 | 2024.06.25 22:13:46.248267 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5140 | 2024.06.25 22:13:46.248321 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5141 | 2024.06.25 22:13:46.248456 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5142 | 2024.06.25 22:13:46.248736 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5143 | 2024.06.25 22:13:46.248771 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5144 | 2024.06.25 22:13:46.249061 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5145 | 2024.06.25 22:13:46.249356 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5146 | 2024.06.25 22:13:46.249468 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00128 sec., 3124.9999999999995 rows/sec., 218.20 KiB/sec. | ||
| 5147 | 2024.06.25 22:13:46.249794 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Debug> DynamicQueryHandler: Done processing query | ||
| 5148 | 2024.06.25 22:13:46.249821 [ 3 ] {c9a645b4-7e11-4a13-89d9-5b6e0468be44} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5149 | 2024.06.25 22:13:46.249838 [ 3 ] {} <Debug> HTTP-Session: 47c2cc54-ef00-4b0e-b958-e19c12f128f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5150 | 2024.06.25 22:13:46.249972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 18991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5151 | 2024.06.25 22:13:46.250022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5152 | 2024.06.25 22:13:46.250042 [ 3 ] {} <Debug> HTTP-Session: 8b94ecdc-3c2e-4199-9d30-a3e57f87b6fe Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5153 | 2024.06.25 22:13:46.250058 [ 3 ] {} <Debug> HTTP-Session: 8b94ecdc-3c2e-4199-9d30-a3e57f87b6fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5154 | 2024.06.25 22:13:46.250072 [ 3 ] {} <Debug> HTTP-Session: 8b94ecdc-3c2e-4199-9d30-a3e57f87b6fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5155 | 2024.06.25 22:13:46.250103 [ 3 ] {} <Trace> HTTP-Session: 8b94ecdc-3c2e-4199-9d30-a3e57f87b6fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5156 | 2024.06.25 22:13:46.250237 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5157 | 2024.06.25 22:13:46.250281 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5158 | 2024.06.25 22:13:46.250426 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5159 | 2024.06.25 22:13:46.250775 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2024.06.25 22:13:46.250812 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5161 | 2024.06.25 22:13:46.251132 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5162 | 2024.06.25 22:13:46.251453 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5163 | 2024.06.25 22:13:46.251581 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001402 sec., 79885.87731811697 rows/sec., 6.23 MiB/sec. | ||
| 5164 | 2024.06.25 22:13:46.251843 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5165 | 2024.06.25 22:13:46.251885 [ 3 ] {b07f5af9-08d7-48e5-85ec-90c4e315dc4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5166 | 2024.06.25 22:13:46.251914 [ 3 ] {} <Debug> HTTP-Session: 8b94ecdc-3c2e-4199-9d30-a3e57f87b6fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5167 | 2024.06.25 22:13:46.252087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 37972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5168 | 2024.06.25 22:13:46.252136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5169 | 2024.06.25 22:13:46.252157 [ 3 ] {} <Debug> HTTP-Session: 3ee12e1f-842b-4c72-a1f6-af02d7b35b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5170 | 2024.06.25 22:13:46.252174 [ 3 ] {} <Debug> HTTP-Session: 3ee12e1f-842b-4c72-a1f6-af02d7b35b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5171 | 2024.06.25 22:13:46.252188 [ 3 ] {} <Debug> HTTP-Session: 3ee12e1f-842b-4c72-a1f6-af02d7b35b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5172 | 2024.06.25 22:13:46.252218 [ 3 ] {} <Trace> HTTP-Session: 3ee12e1f-842b-4c72-a1f6-af02d7b35b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5173 | 2024.06.25 22:13:46.252391 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5174 | 2024.06.25 22:13:46.252441 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5175 | 2024.06.25 22:13:46.252607 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5176 | 2024.06.25 22:13:46.253019 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5177 | 2024.06.25 22:13:46.253055 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5178 | 2024.06.25 22:13:46.253446 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5179 | 2024.06.25 22:13:46.253801 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5180 | 2024.06.25 22:13:46.253928 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001622 sec., 122071.51664611591 rows/sec., 8.52 MiB/sec. | ||
| 5181 | 2024.06.25 22:13:46.254092 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Debug> DynamicQueryHandler: Done processing query | ||
| 5182 | 2024.06.25 22:13:46.254117 [ 3 ] {4b30be09-0516-4bb0-85f5-1f3cb737af77} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5183 | 2024.06.25 22:13:46.254134 [ 3 ] {} <Debug> HTTP-Session: 3ee12e1f-842b-4c72-a1f6-af02d7b35b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5184 | 2024.06.25 22:13:46.254290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5185 | 2024.06.25 22:13:46.254340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5186 | 2024.06.25 22:13:46.254360 [ 3 ] {} <Debug> HTTP-Session: 31f94206-8b15-437c-a4f3-66b6073434e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5187 | 2024.06.25 22:13:46.254377 [ 3 ] {} <Debug> HTTP-Session: 31f94206-8b15-437c-a4f3-66b6073434e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5188 | 2024.06.25 22:13:46.254390 [ 3 ] {} <Debug> HTTP-Session: 31f94206-8b15-437c-a4f3-66b6073434e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5189 | 2024.06.25 22:13:46.254421 [ 3 ] {} <Trace> HTTP-Session: 31f94206-8b15-437c-a4f3-66b6073434e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5190 | 2024.06.25 22:13:46.254703 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5191 | 2024.06.25 22:13:46.254768 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5192 | 2024.06.25 22:13:46.255169 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5193 | 2024.06.25 22:13:46.255743 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5194 | 2024.06.25 22:13:46.255779 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5195 | 2024.06.25 22:13:46.256365 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5196 | 2024.06.25 22:13:46.256788 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5197 | 2024.06.25 22:13:46.256953 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.00245 sec., 8163.265306122449 rows/sec., 14.63 MiB/sec. | ||
| 5198 | 2024.06.25 22:13:46.257162 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Debug> DynamicQueryHandler: Done processing query | ||
| 5199 | 2024.06.25 22:13:46.257188 [ 3 ] {1b3c0a3e-1d6c-40b9-97e2-9b866f9c9299} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 5200 | 2024.06.25 22:13:46.257203 [ 3 ] {} <Debug> HTTP-Session: 31f94206-8b15-437c-a4f3-66b6073434e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5201 | 2024.06.25 22:13:46.257324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5202 | 2024.06.25 22:13:46.257372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5203 | 2024.06.25 22:13:46.257393 [ 3 ] {} <Debug> HTTP-Session: a45ca570-8ddb-4a8c-a1ba-5fcdfd7fb169 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5204 | 2024.06.25 22:13:46.257411 [ 3 ] {} <Debug> HTTP-Session: a45ca570-8ddb-4a8c-a1ba-5fcdfd7fb169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5205 | 2024.06.25 22:13:46.257425 [ 3 ] {} <Debug> HTTP-Session: a45ca570-8ddb-4a8c-a1ba-5fcdfd7fb169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5206 | 2024.06.25 22:13:46.257456 [ 3 ] {} <Trace> HTTP-Session: a45ca570-8ddb-4a8c-a1ba-5fcdfd7fb169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5207 | 2024.06.25 22:13:46.257569 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5208 | 2024.06.25 22:13:46.257614 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5209 | 2024.06.25 22:13:46.257738 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5210 | 2024.06.25 22:13:46.258028 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5211 | 2024.06.25 22:13:46.258063 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5212 | 2024.06.25 22:13:46.258431 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5213 | 2024.06.25 22:13:46.258770 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5214 | 2024.06.25 22:13:46.258931 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
| 5215 | 2024.06.25 22:13:46.259204 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5216 | 2024.06.25 22:13:46.259243 [ 3 ] {750922d8-00a5-4e9e-adc9-a59995966fe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5217 | 2024.06.25 22:13:46.259275 [ 3 ] {} <Debug> HTTP-Session: a45ca570-8ddb-4a8c-a1ba-5fcdfd7fb169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5218 | 2024.06.25 22:13:51.239776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5219 | 2024.06.25 22:13:51.239926 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5220 | 2024.06.25 22:13:51.239957 [ 3 ] {} <Debug> HTTP-Session: 08996f05-37eb-4c71-820a-cd6e0f1d9544 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5221 | 2024.06.25 22:13:51.239986 [ 3 ] {} <Debug> HTTP-Session: 08996f05-37eb-4c71-820a-cd6e0f1d9544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5222 | 2024.06.25 22:13:51.240003 [ 3 ] {} <Debug> HTTP-Session: 08996f05-37eb-4c71-820a-cd6e0f1d9544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5223 | 2024.06.25 22:13:51.240060 [ 3 ] {} <Trace> HTTP-Session: 08996f05-37eb-4c71-820a-cd6e0f1d9544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5224 | 2024.06.25 22:13:51.240284 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5225 | 2024.06.25 22:13:51.240363 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5226 | 2024.06.25 22:13:51.240603 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5227 | 2024.06.25 22:13:51.241079 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5228 | 2024.06.25 22:13:51.241129 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5229 | 2024.06.25 22:13:51.241515 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5230 | 2024.06.25 22:13:51.241861 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5231 | 2024.06.25 22:13:51.242026 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001801 sec., 6107.717934480844 rows/sec., 495.06 KiB/sec. | ||
| 5232 | 2024.06.25 22:13:51.242054 [ 118 ] {} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5233 | 2024.06.25 22:13:51.242169 [ 118 ] {} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5234 | 2024.06.25 22:13:51.242204 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5235 | 2024.06.25 22:13:51.242332 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Debug> DynamicQueryHandler: Done processing query | ||
| 5236 | 2024.06.25 22:13:51.242412 [ 3 ] {457f4449-7d88-4985-b7ff-a76d9230ee75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5237 | 2024.06.25 22:13:51.242472 [ 3 ] {} <Debug> HTTP-Session: 08996f05-37eb-4c71-820a-cd6e0f1d9544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5238 | 2024.06.25 22:13:51.242482 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 5239 | 2024.06.25 22:13:51.242704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5240 | 2024.06.25 22:13:51.242895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5241 | 2024.06.25 22:13:51.243000 [ 3 ] {} <Debug> HTTP-Session: 8b8abcba-a960-4966-a3de-9e1b15ea5b76 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5242 | 2024.06.25 22:13:51.243091 [ 3 ] {} <Debug> HTTP-Session: 8b8abcba-a960-4966-a3de-9e1b15ea5b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5243 | 2024.06.25 22:13:51.243108 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5244 | 2024.06.25 22:13:51.243152 [ 3 ] {} <Debug> HTTP-Session: 8b8abcba-a960-4966-a3de-9e1b15ea5b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5245 | 2024.06.25 22:13:51.243210 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 5246 | 2024.06.25 22:13:51.243266 [ 3 ] {} <Trace> HTTP-Session: 8b8abcba-a960-4966-a3de-9e1b15ea5b76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5247 | 2024.06.25 22:13:51.243536 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part | ||
| 5248 | 2024.06.25 22:13:51.243614 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5249 | 2024.06.25 22:13:51.243670 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part | ||
| 5250 | 2024.06.25 22:13:51.243751 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5251 | 2024.06.25 22:13:51.244129 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part | ||
| 5252 | 2024.06.25 22:13:51.244299 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part | ||
| 5253 | 2024.06.25 22:13:51.244759 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part | ||
| 5254 | 2024.06.25 22:13:51.245025 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5255 | 2024.06.25 22:13:51.245840 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5256 | 2024.06.25 22:13:51.245886 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5257 | 2024.06.25 22:13:51.246647 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5258 | 2024.06.25 22:13:51.247448 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.005165383 sec., 20134.034591433006 rows/sec., 1.59 MiB/sec. | ||
| 5259 | 2024.06.25 22:13:51.247573 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5260 | 2024.06.25 22:13:51.247677 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2024.06.25 22:13:51.247947 [ 118 ] {} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5262 | 2024.06.25 22:13:51.247989 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.004461 sec., 19950.68370320556 rows/sec., 1.62 MiB/sec. | ||
| 5263 | 2024.06.25 22:13:51.248033 [ 118 ] {} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2024.06.25 22:13:51.248142 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5265 | 2024.06.25 22:13:51.248401 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5266 | 2024.06.25 22:13:51.248563 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Debug> DynamicQueryHandler: Done processing query | ||
| 5267 | 2024.06.25 22:13:51.248619 [ 186 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 5268 | 2024.06.25 22:13:51.248621 [ 3 ] {c3d63d3c-c4dc-41de-bf83-2430367d7cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5269 | 2024.06.25 22:13:51.248668 [ 195 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_31_6} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5270 | 2024.06.25 22:13:51.248700 [ 3 ] {} <Debug> HTTP-Session: 8b8abcba-a960-4966-a3de-9e1b15ea5b76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5271 | 2024.06.25 22:13:51.248879 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5272 | 2024.06.25 22:13:51.248913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5273 | 2024.06.25 22:13:51.249036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5274 | 2024.06.25 22:13:51.249055 [ 186 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5275 | 2024.06.25 22:13:51.249076 [ 3 ] {} <Debug> HTTP-Session: a2d3886d-b873-4461-ae00-a5bb55a51ab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5276 | 2024.06.25 22:13:51.249114 [ 3 ] {} <Debug> HTTP-Session: a2d3886d-b873-4461-ae00-a5bb55a51ab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5277 | 2024.06.25 22:13:51.249120 [ 186 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 191 rows starting from the beginning of the part | ||
| 5278 | 2024.06.25 22:13:51.249136 [ 3 ] {} <Debug> HTTP-Session: a2d3886d-b873-4461-ae00-a5bb55a51ab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5279 | 2024.06.25 22:13:51.249220 [ 3 ] {} <Trace> HTTP-Session: a2d3886d-b873-4461-ae00-a5bb55a51ab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5280 | 2024.06.25 22:13:51.249369 [ 186 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 89 rows starting from the beginning of the part | ||
| 5281 | 2024.06.25 22:13:51.249677 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5282 | 2024.06.25 22:13:51.249697 [ 186 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 116 rows starting from the beginning of the part | ||
| 5283 | 2024.06.25 22:13:51.249793 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5284 | 2024.06.25 22:13:51.249954 [ 186 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 92 rows starting from the beginning of the part | ||
| 5285 | 2024.06.25 22:13:51.250241 [ 186 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 154 rows starting from the beginning of the part | ||
| 5286 | 2024.06.25 22:13:51.250527 [ 186 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 89 rows starting from the beginning of the part | ||
| 5287 | 2024.06.25 22:13:51.251207 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5288 | 2024.06.25 22:13:51.252065 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5289 | 2024.06.25 22:13:51.252128 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5290 | 2024.06.25 22:13:51.252951 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5291 | 2024.06.25 22:13:51.253639 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 731 rows, containing 4 columns (4 merged, 0 gathered) in 0.005305775 sec., 137774.4061894822 rows/sec., 11.24 MiB/sec. | ||
| 5292 | 2024.06.25 22:13:51.253702 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5293 | 2024.06.25 22:13:51.253869 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5294 | 2024.06.25 22:13:51.253920 [ 118 ] {} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5295 | 2024.06.25 22:13:51.253941 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.004419 sec., 16972.165648336726 rows/sec., 1.33 MiB/sec. | ||
| 5296 | 2024.06.25 22:13:51.254040 [ 118 ] {} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5297 | 2024.06.25 22:13:51.254136 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5298 | 2024.06.25 22:13:51.254498 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Debug> DynamicQueryHandler: Done processing query | ||
| 5299 | 2024.06.25 22:13:51.254533 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 5300 | 2024.06.25 22:13:51.254555 [ 3 ] {017c1281-f580-419b-a495-0cdeeeb51412} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5301 | 2024.06.25 22:13:51.254617 [ 3 ] {} <Debug> HTTP-Session: a2d3886d-b873-4461-ae00-a5bb55a51ab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5302 | 2024.06.25 22:13:51.254764 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5303 | 2024.06.25 22:13:51.254806 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 149 rows starting from the beginning of the part | ||
| 5304 | 2024.06.25 22:13:51.254824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5305 | 2024.06.25 22:13:51.255046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5306 | 2024.06.25 22:13:51.255152 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 75 rows starting from the beginning of the part | ||
| 5307 | 2024.06.25 22:13:51.255152 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5308 | 2024.06.25 22:13:51.255228 [ 3 ] {} <Debug> HTTP-Session: f66f66ea-32b7-4d19-8581-1a55a4702025 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5309 | 2024.06.25 22:13:51.255362 [ 3 ] {} <Debug> HTTP-Session: f66f66ea-32b7-4d19-8581-1a55a4702025 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5310 | 2024.06.25 22:13:51.255461 [ 3 ] {} <Debug> HTTP-Session: f66f66ea-32b7-4d19-8581-1a55a4702025 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5311 | 2024.06.25 22:13:51.255542 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 84 rows starting from the beginning of the part | ||
| 5312 | 2024.06.25 22:13:51.255579 [ 3 ] {} <Trace> HTTP-Session: f66f66ea-32b7-4d19-8581-1a55a4702025 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5313 | 2024.06.25 22:13:51.255585 [ 187 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_31_6} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5314 | 2024.06.25 22:13:51.255999 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5315 | 2024.06.25 22:13:51.256023 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 81 rows starting from the beginning of the part | ||
| 5316 | 2024.06.25 22:13:51.256134 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5317 | 2024.06.25 22:13:51.256245 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
| 5318 | 2024.06.25 22:13:51.256289 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5319 | 2024.06.25 22:13:51.256553 [ 195 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 75 rows starting from the beginning of the part | ||
| 5320 | 2024.06.25 22:13:51.256967 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5321 | 2024.06.25 22:13:51.257732 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2024.06.25 22:13:51.257772 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5323 | 2024.06.25 22:13:51.258230 [ 187 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 4 columns (4 merged, 0 gathered) in 0.003939407 sec., 146214.8998567551 rows/sec., 11.42 MiB/sec. | ||
| 5324 | 2024.06.25 22:13:51.258389 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5325 | 2024.06.25 22:13:51.258391 [ 187 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5326 | 2024.06.25 22:13:51.258980 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5327 | 2024.06.25 22:13:51.259019 [ 187 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5328 | 2024.06.25 22:13:51.259141 [ 187 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_31_6} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5329 | 2024.06.25 22:13:51.259193 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5330 | 2024.06.25 22:13:51.259227 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003311 sec., 48323.76925400181 rows/sec., 3.37 MiB/sec. | ||
| 5331 | 2024.06.25 22:13:51.259312 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5332 | 2024.06.25 22:13:51.259360 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5333 | 2024.06.25 22:13:51.259450 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5334 | 2024.06.25 22:13:51.259686 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 5335 | 2024.06.25 22:13:51.259706 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Debug> DynamicQueryHandler: Done processing query | ||
| 5336 | 2024.06.25 22:13:51.259761 [ 3 ] {9c3fc41f-bebf-4f15-adbb-e60b60a94620} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5337 | 2024.06.25 22:13:51.259786 [ 3 ] {} <Debug> HTTP-Session: f66f66ea-32b7-4d19-8581-1a55a4702025 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5338 | 2024.06.25 22:13:51.259936 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5339 | 2024.06.25 22:13:51.259953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5340 | 2024.06.25 22:13:51.260010 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2737 rows starting from the beginning of the part | ||
| 5341 | 2024.06.25 22:13:51.260046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5342 | 2024.06.25 22:13:51.260091 [ 3 ] {} <Debug> HTTP-Session: 1e507ed9-cd92-44e4-8b01-a8f63186830e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5343 | 2024.06.25 22:13:51.260152 [ 3 ] {} <Debug> HTTP-Session: 1e507ed9-cd92-44e4-8b01-a8f63186830e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5344 | 2024.06.25 22:13:51.260229 [ 3 ] {} <Debug> HTTP-Session: 1e507ed9-cd92-44e4-8b01-a8f63186830e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5345 | 2024.06.25 22:13:51.260338 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 5346 | 2024.06.25 22:13:51.260366 [ 3 ] {} <Trace> HTTP-Session: 1e507ed9-cd92-44e4-8b01-a8f63186830e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5347 | 2024.06.25 22:13:51.260586 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 5348 | 2024.06.25 22:13:51.260812 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5349 | 2024.06.25 22:13:51.260914 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 163 rows starting from the beginning of the part | ||
| 5350 | 2024.06.25 22:13:51.261096 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5351 | 2024.06.25 22:13:51.261228 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 198 rows starting from the beginning of the part | ||
| 5352 | 2024.06.25 22:13:51.261640 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 5353 | 2024.06.25 22:13:51.263392 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5354 | 2024.06.25 22:13:51.265056 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2024.06.25 22:13:51.265105 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5356 | 2024.06.25 22:13:51.266346 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3578 rows, containing 5 columns (5 merged, 0 gathered) in 0.006731116 sec., 531561.1853962998 rows/sec., 37.11 MiB/sec. | ||
| 5357 | 2024.06.25 22:13:51.266602 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5358 | 2024.06.25 22:13:51.266679 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5359 | 2024.06.25 22:13:51.267810 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5360 | 2024.06.25 22:13:51.267930 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5361 | 2024.06.25 22:13:51.267995 [ 193 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5362 | 2024.06.25 22:13:51.268156 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 5363 | 2024.06.25 22:13:51.268255 [ 118 ] {} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5364 | 2024.06.25 22:13:51.268345 [ 118 ] {} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5365 | 2024.06.25 22:13:51.268360 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007789 sec., 1412.2480421106688 rows/sec., 2.53 MiB/sec. | ||
| 5366 | 2024.06.25 22:13:51.268391 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5367 | 2024.06.25 22:13:51.268666 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 5368 | 2024.06.25 22:13:51.268869 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5369 | 2024.06.25 22:13:51.268906 [ 3 ] {8ec89b11-8b3e-4394-89fa-d259b30e87f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5370 | 2024.06.25 22:13:51.268935 [ 3 ] {} <Debug> HTTP-Session: 1e507ed9-cd92-44e4-8b01-a8f63186830e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5371 | 2024.06.25 22:13:51.269042 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5372 | 2024.06.25 22:13:51.269063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5373 | 2024.06.25 22:13:51.269184 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 428 rows starting from the beginning of the part | ||
| 5374 | 2024.06.25 22:13:51.269193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5375 | 2024.06.25 22:13:51.269222 [ 3 ] {} <Debug> HTTP-Session: 184f5ad7-c66a-44d1-9bf0-a69eee18368b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5376 | 2024.06.25 22:13:51.269254 [ 3 ] {} <Debug> HTTP-Session: 184f5ad7-c66a-44d1-9bf0-a69eee18368b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5377 | 2024.06.25 22:13:51.269278 [ 3 ] {} <Debug> HTTP-Session: 184f5ad7-c66a-44d1-9bf0-a69eee18368b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5378 | 2024.06.25 22:13:51.269361 [ 3 ] {} <Trace> HTTP-Session: 184f5ad7-c66a-44d1-9bf0-a69eee18368b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5379 | 2024.06.25 22:13:51.269537 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part | ||
| 5380 | 2024.06.25 22:13:51.269596 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5381 | 2024.06.25 22:13:51.269705 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5382 | 2024.06.25 22:13:51.269951 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part | ||
| 5383 | 2024.06.25 22:13:51.270214 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5384 | 2024.06.25 22:13:51.270444 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part | ||
| 5385 | 2024.06.25 22:13:51.270953 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part | ||
| 5386 | 2024.06.25 22:13:51.271078 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2024.06.25 22:13:51.271142 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5388 | 2024.06.25 22:13:51.271295 [ 195 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part | ||
| 5389 | 2024.06.25 22:13:51.271891 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5390 | 2024.06.25 22:13:51.272355 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2024.06.25 22:13:51.272537 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003056 sec., 19633.50785340314 rows/sec., 1.32 MiB/sec. | ||
| 5392 | 2024.06.25 22:13:51.272947 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5393 | 2024.06.25 22:13:51.272979 [ 3 ] {e19a5001-dd19-4646-a7bf-ee8e4f769c6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5394 | 2024.06.25 22:13:51.272995 [ 3 ] {} <Debug> HTTP-Session: 184f5ad7-c66a-44d1-9bf0-a69eee18368b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5395 | 2024.06.25 22:13:51.275690 [ 193 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 501 rows, containing 19 columns (19 merged, 0 gathered) in 0.007178682 sec., 69789.96980225618 rows/sec., 125.06 MiB/sec. | ||
| 5396 | 2024.06.25 22:13:51.276467 [ 199 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5397 | 2024.06.25 22:13:51.277014 [ 199 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5398 | 2024.06.25 22:13:51.277091 [ 199 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5399 | 2024.06.25 22:13:51.277191 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 5400 | 2024.06.25 22:13:52.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.67 MiB, peak 193.74 MiB, free memory in arenas 0.00 B, will set to 186.25 MiB (RSS), difference: 1.59 MiB | ||
| 5401 | 2024.06.25 22:13:53.064715 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5402 | 2024.06.25 22:13:53.064801 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5403 | 2024.06.25 22:13:56.239665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5404 | 2024.06.25 22:13:56.239806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5405 | 2024.06.25 22:13:56.239835 [ 3 ] {} <Debug> HTTP-Session: badff628-eebf-480c-8823-32deba8d7a00 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5406 | 2024.06.25 22:13:56.239864 [ 3 ] {} <Debug> HTTP-Session: badff628-eebf-480c-8823-32deba8d7a00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5407 | 2024.06.25 22:13:56.239883 [ 3 ] {} <Debug> HTTP-Session: badff628-eebf-480c-8823-32deba8d7a00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5408 | 2024.06.25 22:13:56.239940 [ 3 ] {} <Trace> HTTP-Session: badff628-eebf-480c-8823-32deba8d7a00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5409 | 2024.06.25 22:13:56.240148 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5410 | 2024.06.25 22:13:56.240222 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5411 | 2024.06.25 22:13:56.240445 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5412 | 2024.06.25 22:13:56.240919 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5413 | 2024.06.25 22:13:56.240958 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5414 | 2024.06.25 22:13:56.241328 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5415 | 2024.06.25 22:13:56.241690 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5416 | 2024.06.25 22:13:56.241831 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001754 sec., 11402.508551881414 rows/sec., 924.23 KiB/sec. | ||
| 5417 | 2024.06.25 22:13:56.242024 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5418 | 2024.06.25 22:13:56.242051 [ 3 ] {c559869c-4f84-414d-8fbf-22611a566b0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5419 | 2024.06.25 22:13:56.242069 [ 3 ] {} <Debug> HTTP-Session: badff628-eebf-480c-8823-32deba8d7a00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5420 | 2024.06.25 22:13:56.242231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5421 | 2024.06.25 22:13:56.242280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5422 | 2024.06.25 22:13:56.242301 [ 3 ] {} <Debug> HTTP-Session: 6f9f9dfa-38a8-4303-b7ee-2e764174f259 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5423 | 2024.06.25 22:13:56.242317 [ 3 ] {} <Debug> HTTP-Session: 6f9f9dfa-38a8-4303-b7ee-2e764174f259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5424 | 2024.06.25 22:13:56.242331 [ 3 ] {} <Debug> HTTP-Session: 6f9f9dfa-38a8-4303-b7ee-2e764174f259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5425 | 2024.06.25 22:13:56.242363 [ 3 ] {} <Trace> HTTP-Session: 6f9f9dfa-38a8-4303-b7ee-2e764174f259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5426 | 2024.06.25 22:13:56.242493 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5427 | 2024.06.25 22:13:56.242539 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5428 | 2024.06.25 22:13:56.242665 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5429 | 2024.06.25 22:13:56.243072 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2024.06.25 22:13:56.243109 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5431 | 2024.06.25 22:13:56.243430 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5432 | 2024.06.25 22:13:56.243743 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5433 | 2024.06.25 22:13:56.243866 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.00142 sec., 81690.14084507042 rows/sec., 6.76 MiB/sec. | ||
| 5434 | 2024.06.25 22:13:56.244031 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Debug> DynamicQueryHandler: Done processing query | ||
| 5435 | 2024.06.25 22:13:56.244056 [ 3 ] {ec97f021-d382-4c58-85c2-7969c2407236} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5436 | 2024.06.25 22:13:56.244073 [ 3 ] {} <Debug> HTTP-Session: 6f9f9dfa-38a8-4303-b7ee-2e764174f259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5437 | 2024.06.25 22:13:56.244218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5438 | 2024.06.25 22:13:56.244267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5439 | 2024.06.25 22:13:56.244287 [ 3 ] {} <Debug> HTTP-Session: bce18899-e562-46f4-85d8-4435dafd9d99 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5440 | 2024.06.25 22:13:56.244305 [ 3 ] {} <Debug> HTTP-Session: bce18899-e562-46f4-85d8-4435dafd9d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5441 | 2024.06.25 22:13:56.244319 [ 3 ] {} <Debug> HTTP-Session: bce18899-e562-46f4-85d8-4435dafd9d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5442 | 2024.06.25 22:13:56.244350 [ 3 ] {} <Trace> HTTP-Session: bce18899-e562-46f4-85d8-4435dafd9d99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5443 | 2024.06.25 22:13:56.244479 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5444 | 2024.06.25 22:13:56.244520 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5445 | 2024.06.25 22:13:56.244648 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5446 | 2024.06.25 22:13:56.244993 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5447 | 2024.06.25 22:13:56.245030 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5448 | 2024.06.25 22:13:56.245343 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5449 | 2024.06.25 22:13:56.245650 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5450 | 2024.06.25 22:13:56.245779 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.00135 sec., 62222.22222222222 rows/sec., 4.86 MiB/sec. | ||
| 5451 | 2024.06.25 22:13:56.245944 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5452 | 2024.06.25 22:13:56.245970 [ 3 ] {e5257e17-e396-4563-9a6f-0bdbe7d0a3cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5453 | 2024.06.25 22:13:56.245986 [ 3 ] {} <Debug> HTTP-Session: bce18899-e562-46f4-85d8-4435dafd9d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5454 | 2024.06.25 22:13:56.246149 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5455 | 2024.06.25 22:13:56.246198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5456 | 2024.06.25 22:13:56.246218 [ 3 ] {} <Debug> HTTP-Session: 5b42dd85-ee42-430c-8f81-5890913f181e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5457 | 2024.06.25 22:13:56.246235 [ 3 ] {} <Debug> HTTP-Session: 5b42dd85-ee42-430c-8f81-5890913f181e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5458 | 2024.06.25 22:13:56.246249 [ 3 ] {} <Debug> HTTP-Session: 5b42dd85-ee42-430c-8f81-5890913f181e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5459 | 2024.06.25 22:13:56.246279 [ 3 ] {} <Trace> HTTP-Session: 5b42dd85-ee42-430c-8f81-5890913f181e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5460 | 2024.06.25 22:13:56.246428 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5461 | 2024.06.25 22:13:56.246475 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5462 | 2024.06.25 22:13:56.246619 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5463 | 2024.06.25 22:13:56.247021 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5464 | 2024.06.25 22:13:56.247056 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5465 | 2024.06.25 22:13:56.247446 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5466 | 2024.06.25 22:13:56.247798 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5467 | 2024.06.25 22:13:56.247923 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
| 5468 | 2024.06.25 22:13:56.248206 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Debug> DynamicQueryHandler: Done processing query | ||
| 5469 | 2024.06.25 22:13:56.248272 [ 3 ] {d6b46dee-f8be-4077-b662-959bf56c5254} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5470 | 2024.06.25 22:13:56.248334 [ 3 ] {} <Debug> HTTP-Session: 5b42dd85-ee42-430c-8f81-5890913f181e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5471 | 2024.06.25 22:13:56.248571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5472 | 2024.06.25 22:13:56.248624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5473 | 2024.06.25 22:13:56.248645 [ 3 ] {} <Debug> HTTP-Session: 4a526a13-f159-4379-aa3e-88ec2dfb86e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5474 | 2024.06.25 22:13:56.248662 [ 3 ] {} <Debug> HTTP-Session: 4a526a13-f159-4379-aa3e-88ec2dfb86e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5475 | 2024.06.25 22:13:56.248676 [ 3 ] {} <Debug> HTTP-Session: 4a526a13-f159-4379-aa3e-88ec2dfb86e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5476 | 2024.06.25 22:13:56.248708 [ 3 ] {} <Trace> HTTP-Session: 4a526a13-f159-4379-aa3e-88ec2dfb86e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5477 | 2024.06.25 22:13:56.248982 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5478 | 2024.06.25 22:13:56.249052 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5479 | 2024.06.25 22:13:56.249470 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5480 | 2024.06.25 22:13:56.250149 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2024.06.25 22:13:56.250186 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5482 | 2024.06.25 22:13:56.250806 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5483 | 2024.06.25 22:13:56.251227 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5484 | 2024.06.25 22:13:56.251375 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002581 sec., 7748.934521503294 rows/sec., 13.89 MiB/sec. | ||
| 5485 | 2024.06.25 22:13:56.251595 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5486 | 2024.06.25 22:13:56.251620 [ 3 ] {a23aa0f4-272a-470f-8bc4-577eab07dde0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 5487 | 2024.06.25 22:13:56.251636 [ 3 ] {} <Debug> HTTP-Session: 4a526a13-f159-4379-aa3e-88ec2dfb86e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5488 | 2024.06.25 22:13:56.251761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5489 | 2024.06.25 22:13:56.251811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5490 | 2024.06.25 22:13:56.251831 [ 3 ] {} <Debug> HTTP-Session: cc719253-4467-41a2-913f-d8e253365d14 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5491 | 2024.06.25 22:13:56.251847 [ 3 ] {} <Debug> HTTP-Session: cc719253-4467-41a2-913f-d8e253365d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5492 | 2024.06.25 22:13:56.251861 [ 3 ] {} <Debug> HTTP-Session: cc719253-4467-41a2-913f-d8e253365d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5493 | 2024.06.25 22:13:56.251897 [ 3 ] {} <Trace> HTTP-Session: cc719253-4467-41a2-913f-d8e253365d14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5494 | 2024.06.25 22:13:56.252033 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5495 | 2024.06.25 22:13:56.252076 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5496 | 2024.06.25 22:13:56.252204 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5497 | 2024.06.25 22:13:56.252493 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2024.06.25 22:13:56.252529 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5499 | 2024.06.25 22:13:56.252889 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5500 | 2024.06.25 22:13:56.253213 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2024.06.25 22:13:56.253333 [ 115 ] {} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5502 | 2024.06.25 22:13:56.253338 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001365 sec., 43956.04395604396 rows/sec., 2.96 MiB/sec. | ||
| 5503 | 2024.06.25 22:13:56.253374 [ 115 ] {} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5504 | 2024.06.25 22:13:56.253409 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5505 | 2024.06.25 22:13:56.253611 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5506 | 2024.06.25 22:13:56.253686 [ 3 ] {bfcdedda-1c27-4347-ad31-e54508ef552c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5507 | 2024.06.25 22:13:56.253710 [ 193 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 5508 | 2024.06.25 22:13:56.253758 [ 3 ] {} <Debug> HTTP-Session: cc719253-4467-41a2-913f-d8e253365d14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5509 | 2024.06.25 22:13:56.254028 [ 193 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5510 | 2024.06.25 22:13:56.254074 [ 193 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 892 rows starting from the beginning of the part | ||
| 5511 | 2024.06.25 22:13:56.254152 [ 193 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 5512 | 2024.06.25 22:13:56.254390 [ 193 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 5513 | 2024.06.25 22:13:56.254596 [ 193 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 5514 | 2024.06.25 22:13:56.254702 [ 193 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 5515 | 2024.06.25 22:13:56.254846 [ 193 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 5516 | 2024.06.25 22:13:56.256054 [ 199 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1192 rows, containing 4 columns (4 merged, 0 gathered) in 0.002556097 sec., 466335.9802073239 rows/sec., 31.44 MiB/sec. | ||
| 5517 | 2024.06.25 22:13:56.256326 [ 188 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5518 | 2024.06.25 22:13:56.256814 [ 188 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_26_5} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5519 | 2024.06.25 22:13:56.256911 [ 188 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_26_5} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5520 | 2024.06.25 22:13:56.257013 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 5521 | 2024.06.25 22:14:01.239555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5522 | 2024.06.25 22:14:01.239746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5523 | 2024.06.25 22:14:01.239791 [ 3 ] {} <Debug> HTTP-Session: 4bcda8ae-3151-40d9-921a-7efb33aaee98 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5524 | 2024.06.25 22:14:01.239835 [ 3 ] {} <Debug> HTTP-Session: 4bcda8ae-3151-40d9-921a-7efb33aaee98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5525 | 2024.06.25 22:14:01.239864 [ 3 ] {} <Debug> HTTP-Session: 4bcda8ae-3151-40d9-921a-7efb33aaee98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5526 | 2024.06.25 22:14:01.239944 [ 3 ] {} <Trace> HTTP-Session: 4bcda8ae-3151-40d9-921a-7efb33aaee98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5527 | 2024.06.25 22:14:01.240149 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5528 | 2024.06.25 22:14:01.240214 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5529 | 2024.06.25 22:14:01.240410 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5530 | 2024.06.25 22:14:01.240913 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5531 | 2024.06.25 22:14:01.240955 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5532 | 2024.06.25 22:14:01.241331 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5533 | 2024.06.25 22:14:01.241676 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5534 | 2024.06.25 22:14:01.241819 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001727 sec., 6369.426751592357 rows/sec., 516.27 KiB/sec. | ||
| 5535 | 2024.06.25 22:14:01.242030 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Debug> DynamicQueryHandler: Done processing query | ||
| 5536 | 2024.06.25 22:14:01.242056 [ 3 ] {ada60bb1-b518-44d8-8c69-4691b6129f78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5537 | 2024.06.25 22:14:01.242073 [ 3 ] {} <Debug> HTTP-Session: 4bcda8ae-3151-40d9-921a-7efb33aaee98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5538 | 2024.06.25 22:14:01.242238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5539 | 2024.06.25 22:14:01.242289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5540 | 2024.06.25 22:14:01.242308 [ 3 ] {} <Debug> HTTP-Session: 1c7bfb52-cde5-46ca-8bf6-9b221f1be887 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5541 | 2024.06.25 22:14:01.242325 [ 3 ] {} <Debug> HTTP-Session: 1c7bfb52-cde5-46ca-8bf6-9b221f1be887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5542 | 2024.06.25 22:14:01.242339 [ 3 ] {} <Debug> HTTP-Session: 1c7bfb52-cde5-46ca-8bf6-9b221f1be887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5543 | 2024.06.25 22:14:01.242374 [ 3 ] {} <Trace> HTTP-Session: 1c7bfb52-cde5-46ca-8bf6-9b221f1be887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5544 | 2024.06.25 22:14:01.242500 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5545 | 2024.06.25 22:14:01.242546 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5546 | 2024.06.25 22:14:01.242676 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5547 | 2024.06.25 22:14:01.243020 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5548 | 2024.06.25 22:14:01.243056 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5549 | 2024.06.25 22:14:01.243379 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5550 | 2024.06.25 22:14:01.243693 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5551 | 2024.06.25 22:14:01.243821 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.00137 sec., 64963.503649635044 rows/sec., 5.27 MiB/sec. | ||
| 5552 | 2024.06.25 22:14:01.244085 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5553 | 2024.06.25 22:14:01.244144 [ 3 ] {907a7b58-c3a9-47d9-a023-4889435f134c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5554 | 2024.06.25 22:14:01.244188 [ 3 ] {} <Debug> HTTP-Session: 1c7bfb52-cde5-46ca-8bf6-9b221f1be887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5555 | 2024.06.25 22:14:01.244354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5556 | 2024.06.25 22:14:01.244405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5557 | 2024.06.25 22:14:01.244425 [ 3 ] {} <Debug> HTTP-Session: db53b114-a85d-4753-9c4f-6a96bb6dcb62 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5558 | 2024.06.25 22:14:01.244443 [ 3 ] {} <Debug> HTTP-Session: db53b114-a85d-4753-9c4f-6a96bb6dcb62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5559 | 2024.06.25 22:14:01.244458 [ 3 ] {} <Debug> HTTP-Session: db53b114-a85d-4753-9c4f-6a96bb6dcb62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5560 | 2024.06.25 22:14:01.244490 [ 3 ] {} <Trace> HTTP-Session: db53b114-a85d-4753-9c4f-6a96bb6dcb62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5561 | 2024.06.25 22:14:01.244613 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5562 | 2024.06.25 22:14:01.244656 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5563 | 2024.06.25 22:14:01.244801 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5564 | 2024.06.25 22:14:01.245136 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5565 | 2024.06.25 22:14:01.245172 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5566 | 2024.06.25 22:14:01.245482 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5567 | 2024.06.25 22:14:01.245788 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5568 | 2024.06.25 22:14:01.245915 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001345 sec., 55762.08178438662 rows/sec., 4.35 MiB/sec. | ||
| 5569 | 2024.06.25 22:14:01.246202 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Debug> DynamicQueryHandler: Done processing query | ||
| 5570 | 2024.06.25 22:14:01.246241 [ 3 ] {66baef10-8a95-4476-a56c-16e58c5e7222} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5571 | 2024.06.25 22:14:01.246260 [ 3 ] {} <Debug> HTTP-Session: db53b114-a85d-4753-9c4f-6a96bb6dcb62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5572 | 2024.06.25 22:14:01.246444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5573 | 2024.06.25 22:14:01.246493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5574 | 2024.06.25 22:14:01.246513 [ 3 ] {} <Debug> HTTP-Session: fb3cee5c-52f8-48e7-b656-5ab6d08827ef Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5575 | 2024.06.25 22:14:01.246530 [ 3 ] {} <Debug> HTTP-Session: fb3cee5c-52f8-48e7-b656-5ab6d08827ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5576 | 2024.06.25 22:14:01.246544 [ 3 ] {} <Debug> HTTP-Session: fb3cee5c-52f8-48e7-b656-5ab6d08827ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5577 | 2024.06.25 22:14:01.246576 [ 3 ] {} <Trace> HTTP-Session: fb3cee5c-52f8-48e7-b656-5ab6d08827ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5578 | 2024.06.25 22:14:01.246720 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5579 | 2024.06.25 22:14:01.246769 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5580 | 2024.06.25 22:14:01.246928 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5581 | 2024.06.25 22:14:01.247298 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2024.06.25 22:14:01.247332 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5583 | 2024.06.25 22:14:01.247765 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5584 | 2024.06.25 22:14:01.248154 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2024.06.25 22:14:01.248278 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 5586 | 2024.06.25 22:14:01.248498 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Debug> DynamicQueryHandler: Done processing query | ||
| 5587 | 2024.06.25 22:14:01.248524 [ 3 ] {d78afc63-0b16-4697-938b-970606a5a879} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5588 | 2024.06.25 22:14:01.248539 [ 3 ] {} <Debug> HTTP-Session: fb3cee5c-52f8-48e7-b656-5ab6d08827ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5589 | 2024.06.25 22:14:01.248682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5590 | 2024.06.25 22:14:01.248731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5591 | 2024.06.25 22:14:01.248750 [ 3 ] {} <Debug> HTTP-Session: 52f25acf-d512-4344-960b-de74c3b44ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5592 | 2024.06.25 22:14:01.248766 [ 3 ] {} <Debug> HTTP-Session: 52f25acf-d512-4344-960b-de74c3b44ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5593 | 2024.06.25 22:14:01.248780 [ 3 ] {} <Debug> HTTP-Session: 52f25acf-d512-4344-960b-de74c3b44ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5594 | 2024.06.25 22:14:01.248810 [ 3 ] {} <Trace> HTTP-Session: 52f25acf-d512-4344-960b-de74c3b44ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5595 | 2024.06.25 22:14:01.248993 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5596 | 2024.06.25 22:14:01.249057 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5597 | 2024.06.25 22:14:01.249460 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5598 | 2024.06.25 22:14:01.250021 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2024.06.25 22:14:01.250057 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5600 | 2024.06.25 22:14:01.250646 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5601 | 2024.06.25 22:14:01.251053 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2024.06.25 22:14:01.251209 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002319 sec., 4743.423889607589 rows/sec., 8.50 MiB/sec. | ||
| 5603 | 2024.06.25 22:14:01.251743 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5604 | 2024.06.25 22:14:01.251768 [ 3 ] {d1361f89-fce8-4822-a353-8574be46028d} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5605 | 2024.06.25 22:14:01.251784 [ 3 ] {} <Debug> HTTP-Session: 52f25acf-d512-4344-960b-de74c3b44ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5606 | 2024.06.25 22:14:01.251908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5607 | 2024.06.25 22:14:01.251957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5608 | 2024.06.25 22:14:01.251975 [ 3 ] {} <Debug> HTTP-Session: e61adcb2-ce4f-4d6d-a8ca-747ae117e6a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5609 | 2024.06.25 22:14:01.251991 [ 3 ] {} <Debug> HTTP-Session: e61adcb2-ce4f-4d6d-a8ca-747ae117e6a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5610 | 2024.06.25 22:14:01.252005 [ 3 ] {} <Debug> HTTP-Session: e61adcb2-ce4f-4d6d-a8ca-747ae117e6a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5611 | 2024.06.25 22:14:01.252036 [ 3 ] {} <Trace> HTTP-Session: e61adcb2-ce4f-4d6d-a8ca-747ae117e6a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5612 | 2024.06.25 22:14:01.252154 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5613 | 2024.06.25 22:14:01.252199 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5614 | 2024.06.25 22:14:01.252346 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5615 | 2024.06.25 22:14:01.252646 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5616 | 2024.06.25 22:14:01.252681 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.72 GiB. | ||
| 5617 | 2024.06.25 22:14:01.253041 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5618 | 2024.06.25 22:14:01.253365 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5619 | 2024.06.25 22:14:01.253488 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
| 5620 | 2024.06.25 22:14:01.253692 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5621 | 2024.06.25 22:14:01.253716 [ 3 ] {fd8aa558-e7e9-4770-a3cd-5d5cc7a7addb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5622 | 2024.06.25 22:14:01.253731 [ 3 ] {} <Debug> HTTP-Session: e61adcb2-ce4f-4d6d-a8ca-747ae117e6a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5623 | 2024.06.25 22:14:06.239431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5624 | 2024.06.25 22:14:06.239563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5625 | 2024.06.25 22:14:06.239589 [ 3 ] {} <Debug> HTTP-Session: a2ecfb15-3582-439a-9677-657d8fcfac12 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5626 | 2024.06.25 22:14:06.239613 [ 3 ] {} <Debug> HTTP-Session: a2ecfb15-3582-439a-9677-657d8fcfac12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5627 | 2024.06.25 22:14:06.239628 [ 3 ] {} <Debug> HTTP-Session: a2ecfb15-3582-439a-9677-657d8fcfac12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5628 | 2024.06.25 22:14:06.239678 [ 3 ] {} <Trace> HTTP-Session: a2ecfb15-3582-439a-9677-657d8fcfac12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5629 | 2024.06.25 22:14:06.239862 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5630 | 2024.06.25 22:14:06.239931 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5631 | 2024.06.25 22:14:06.240124 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5632 | 2024.06.25 22:14:06.240529 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5633 | 2024.06.25 22:14:06.240572 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5634 | 2024.06.25 22:14:06.240942 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5635 | 2024.06.25 22:14:06.241287 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5636 | 2024.06.25 22:14:06.241443 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.00164 sec., 12195.121951219513 rows/sec., 988.47 KiB/sec. | ||
| 5637 | 2024.06.25 22:14:06.241727 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5638 | 2024.06.25 22:14:06.241781 [ 3 ] {e0ec0fdb-b207-4630-a6fa-9d2ed6975e6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5639 | 2024.06.25 22:14:06.241807 [ 3 ] {} <Debug> HTTP-Session: a2ecfb15-3582-439a-9677-657d8fcfac12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5640 | 2024.06.25 22:14:06.241956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5641 | 2024.06.25 22:14:06.242009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5642 | 2024.06.25 22:14:06.242030 [ 3 ] {} <Debug> HTTP-Session: a0285f4b-2c87-42d8-8fe6-84972d252eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5643 | 2024.06.25 22:14:06.242048 [ 3 ] {} <Debug> HTTP-Session: a0285f4b-2c87-42d8-8fe6-84972d252eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5644 | 2024.06.25 22:14:06.242062 [ 3 ] {} <Debug> HTTP-Session: a0285f4b-2c87-42d8-8fe6-84972d252eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5645 | 2024.06.25 22:14:06.242094 [ 3 ] {} <Trace> HTTP-Session: a0285f4b-2c87-42d8-8fe6-84972d252eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5646 | 2024.06.25 22:14:06.242224 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5647 | 2024.06.25 22:14:06.242271 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5648 | 2024.06.25 22:14:06.242420 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5649 | 2024.06.25 22:14:06.242809 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5650 | 2024.06.25 22:14:06.242848 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5651 | 2024.06.25 22:14:06.243169 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5652 | 2024.06.25 22:14:06.243483 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5653 | 2024.06.25 22:14:06.243638 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001459 sec., 79506.51130911583 rows/sec., 6.58 MiB/sec. | ||
| 5654 | 2024.06.25 22:14:06.243809 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5655 | 2024.06.25 22:14:06.243834 [ 3 ] {c9c99df7-c48d-43c3-8fec-9532ba153ec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5656 | 2024.06.25 22:14:06.243849 [ 3 ] {} <Debug> HTTP-Session: a0285f4b-2c87-42d8-8fe6-84972d252eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5657 | 2024.06.25 22:14:06.243982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5658 | 2024.06.25 22:14:06.244032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5659 | 2024.06.25 22:14:06.244052 [ 3 ] {} <Debug> HTTP-Session: c0b53826-89be-444e-ad64-cfcde89c7264 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5660 | 2024.06.25 22:14:06.244069 [ 3 ] {} <Debug> HTTP-Session: c0b53826-89be-444e-ad64-cfcde89c7264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5661 | 2024.06.25 22:14:06.244083 [ 3 ] {} <Debug> HTTP-Session: c0b53826-89be-444e-ad64-cfcde89c7264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5662 | 2024.06.25 22:14:06.244114 [ 3 ] {} <Trace> HTTP-Session: c0b53826-89be-444e-ad64-cfcde89c7264 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5663 | 2024.06.25 22:14:06.244230 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5664 | 2024.06.25 22:14:06.244273 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5665 | 2024.06.25 22:14:06.244400 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5666 | 2024.06.25 22:14:06.244723 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2024.06.25 22:14:06.244761 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5668 | 2024.06.25 22:14:06.245083 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5669 | 2024.06.25 22:14:06.245404 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2024.06.25 22:14:06.245554 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.00136 sec., 61764.70588235294 rows/sec., 4.82 MiB/sec. | ||
| 5671 | 2024.06.25 22:14:06.245706 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Debug> DynamicQueryHandler: Done processing query | ||
| 5672 | 2024.06.25 22:14:06.245731 [ 3 ] {3b41a945-7935-4d3c-982b-38b5b8c5c579} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5673 | 2024.06.25 22:14:06.245747 [ 3 ] {} <Debug> HTTP-Session: c0b53826-89be-444e-ad64-cfcde89c7264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5674 | 2024.06.25 22:14:06.245875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5675 | 2024.06.25 22:14:06.245923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5676 | 2024.06.25 22:14:06.245943 [ 3 ] {} <Debug> HTTP-Session: c2032bad-2223-4a45-99f4-37f542bdbb23 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5677 | 2024.06.25 22:14:06.245960 [ 3 ] {} <Debug> HTTP-Session: c2032bad-2223-4a45-99f4-37f542bdbb23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5678 | 2024.06.25 22:14:06.245974 [ 3 ] {} <Debug> HTTP-Session: c2032bad-2223-4a45-99f4-37f542bdbb23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5679 | 2024.06.25 22:14:06.246004 [ 3 ] {} <Trace> HTTP-Session: c2032bad-2223-4a45-99f4-37f542bdbb23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5680 | 2024.06.25 22:14:06.246146 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5681 | 2024.06.25 22:14:06.246193 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5682 | 2024.06.25 22:14:06.246338 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5683 | 2024.06.25 22:14:06.246745 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5684 | 2024.06.25 22:14:06.246782 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5685 | 2024.06.25 22:14:06.247173 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5686 | 2024.06.25 22:14:06.247512 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5687 | 2024.06.25 22:14:06.247675 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 5688 | 2024.06.25 22:14:06.247932 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5689 | 2024.06.25 22:14:06.247981 [ 3 ] {3693f862-dfda-47ce-b76b-6d4a7f95344c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5690 | 2024.06.25 22:14:06.247998 [ 3 ] {} <Debug> HTTP-Session: c2032bad-2223-4a45-99f4-37f542bdbb23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5691 | 2024.06.25 22:14:06.248142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5692 | 2024.06.25 22:14:06.248193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5693 | 2024.06.25 22:14:06.248211 [ 3 ] {} <Debug> HTTP-Session: 4cc1ab02-df31-4aad-9550-47a180774cb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5694 | 2024.06.25 22:14:06.248228 [ 3 ] {} <Debug> HTTP-Session: 4cc1ab02-df31-4aad-9550-47a180774cb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5695 | 2024.06.25 22:14:06.248242 [ 3 ] {} <Debug> HTTP-Session: 4cc1ab02-df31-4aad-9550-47a180774cb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5696 | 2024.06.25 22:14:06.248272 [ 3 ] {} <Trace> HTTP-Session: 4cc1ab02-df31-4aad-9550-47a180774cb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5697 | 2024.06.25 22:14:06.248649 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5698 | 2024.06.25 22:14:06.248720 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5699 | 2024.06.25 22:14:06.249165 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5700 | 2024.06.25 22:14:06.249708 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5701 | 2024.06.25 22:14:06.249744 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5702 | 2024.06.25 22:14:06.250336 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5703 | 2024.06.25 22:14:06.250741 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5704 | 2024.06.25 22:14:06.250928 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.00258 sec., 7751.937984496125 rows/sec., 13.89 MiB/sec. | ||
| 5705 | 2024.06.25 22:14:06.251122 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Debug> DynamicQueryHandler: Done processing query | ||
| 5706 | 2024.06.25 22:14:06.251149 [ 3 ] {4ea47e92-849f-4758-9481-3a7c7164c5af} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 5707 | 2024.06.25 22:14:06.251164 [ 3 ] {} <Debug> HTTP-Session: 4cc1ab02-df31-4aad-9550-47a180774cb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5708 | 2024.06.25 22:14:06.251292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5709 | 2024.06.25 22:14:06.251341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5710 | 2024.06.25 22:14:06.251361 [ 3 ] {} <Debug> HTTP-Session: aad17688-9c5f-4d27-9166-385fe1df70cc Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5711 | 2024.06.25 22:14:06.251378 [ 3 ] {} <Debug> HTTP-Session: aad17688-9c5f-4d27-9166-385fe1df70cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5712 | 2024.06.25 22:14:06.251392 [ 3 ] {} <Debug> HTTP-Session: aad17688-9c5f-4d27-9166-385fe1df70cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5713 | 2024.06.25 22:14:06.251423 [ 3 ] {} <Trace> HTTP-Session: aad17688-9c5f-4d27-9166-385fe1df70cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5714 | 2024.06.25 22:14:06.251535 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5715 | 2024.06.25 22:14:06.251579 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5716 | 2024.06.25 22:14:06.251705 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5717 | 2024.06.25 22:14:06.252007 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5718 | 2024.06.25 22:14:06.252044 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5719 | 2024.06.25 22:14:06.252413 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5720 | 2024.06.25 22:14:06.252747 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5721 | 2024.06.25 22:14:06.252904 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
| 5722 | 2024.06.25 22:14:06.253069 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5723 | 2024.06.25 22:14:06.253094 [ 3 ] {3d156009-9dc3-4b45-b530-40fcb2b21db8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5724 | 2024.06.25 22:14:06.253111 [ 3 ] {} <Debug> HTTP-Session: aad17688-9c5f-4d27-9166-385fe1df70cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5725 | 2024.06.25 22:14:08.064856 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5726 | 2024.06.25 22:14:08.064909 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5727 | 2024.06.25 22:14:11.239597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5728 | 2024.06.25 22:14:11.239729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5729 | 2024.06.25 22:14:11.239755 [ 3 ] {} <Debug> HTTP-Session: 1607a144-4ce0-44d0-a473-2ecef5731b97 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5730 | 2024.06.25 22:14:11.239779 [ 3 ] {} <Debug> HTTP-Session: 1607a144-4ce0-44d0-a473-2ecef5731b97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5731 | 2024.06.25 22:14:11.239796 [ 3 ] {} <Debug> HTTP-Session: 1607a144-4ce0-44d0-a473-2ecef5731b97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5732 | 2024.06.25 22:14:11.239845 [ 3 ] {} <Trace> HTTP-Session: 1607a144-4ce0-44d0-a473-2ecef5731b97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5733 | 2024.06.25 22:14:11.240030 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5734 | 2024.06.25 22:14:11.240097 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5735 | 2024.06.25 22:14:11.240295 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5736 | 2024.06.25 22:14:11.240701 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5737 | 2024.06.25 22:14:11.240745 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5738 | 2024.06.25 22:14:11.241113 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5739 | 2024.06.25 22:14:11.241465 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5740 | 2024.06.25 22:14:11.241619 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001648 sec., 6674.757281553399 rows/sec., 541.02 KiB/sec. | ||
| 5741 | 2024.06.25 22:14:11.241834 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5742 | 2024.06.25 22:14:11.241861 [ 3 ] {f29ffa93-2c03-4402-b8e6-4864501f90a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5743 | 2024.06.25 22:14:11.241878 [ 3 ] {} <Debug> HTTP-Session: 1607a144-4ce0-44d0-a473-2ecef5731b97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5744 | 2024.06.25 22:14:11.242007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5745 | 2024.06.25 22:14:11.242057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5746 | 2024.06.25 22:14:11.242077 [ 3 ] {} <Debug> HTTP-Session: 3d12382d-d8e1-4135-86df-0d06bcb4557d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5747 | 2024.06.25 22:14:11.242095 [ 3 ] {} <Debug> HTTP-Session: 3d12382d-d8e1-4135-86df-0d06bcb4557d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5748 | 2024.06.25 22:14:11.242110 [ 3 ] {} <Debug> HTTP-Session: 3d12382d-d8e1-4135-86df-0d06bcb4557d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5749 | 2024.06.25 22:14:11.242141 [ 3 ] {} <Trace> HTTP-Session: 3d12382d-d8e1-4135-86df-0d06bcb4557d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5750 | 2024.06.25 22:14:11.242262 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5751 | 2024.06.25 22:14:11.242307 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5752 | 2024.06.25 22:14:11.242439 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5753 | 2024.06.25 22:14:11.242807 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5754 | 2024.06.25 22:14:11.242845 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5755 | 2024.06.25 22:14:11.243169 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5756 | 2024.06.25 22:14:11.243492 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2024.06.25 22:14:11.243641 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001419 sec., 62720.22551092319 rows/sec., 5.09 MiB/sec. | ||
| 5758 | 2024.06.25 22:14:11.243886 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5759 | 2024.06.25 22:14:11.243944 [ 3 ] {eb15bc5e-fa4a-4f45-97ac-5b6b54e57aa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5760 | 2024.06.25 22:14:11.244001 [ 3 ] {} <Debug> HTTP-Session: 3d12382d-d8e1-4135-86df-0d06bcb4557d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5761 | 2024.06.25 22:14:11.244157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5762 | 2024.06.25 22:14:11.244211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5763 | 2024.06.25 22:14:11.244232 [ 3 ] {} <Debug> HTTP-Session: 801a6565-3a16-4f96-b9cb-739393b150c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5764 | 2024.06.25 22:14:11.244249 [ 3 ] {} <Debug> HTTP-Session: 801a6565-3a16-4f96-b9cb-739393b150c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5765 | 2024.06.25 22:14:11.244264 [ 3 ] {} <Debug> HTTP-Session: 801a6565-3a16-4f96-b9cb-739393b150c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5766 | 2024.06.25 22:14:11.244297 [ 3 ] {} <Trace> HTTP-Session: 801a6565-3a16-4f96-b9cb-739393b150c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5767 | 2024.06.25 22:14:11.244421 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5768 | 2024.06.25 22:14:11.244466 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5769 | 2024.06.25 22:14:11.244610 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5770 | 2024.06.25 22:14:11.245000 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5771 | 2024.06.25 22:14:11.245037 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5772 | 2024.06.25 22:14:11.245362 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5773 | 2024.06.25 22:14:11.245733 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5774 | 2024.06.25 22:14:11.245890 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.00151 sec., 49668.87417218543 rows/sec., 3.88 MiB/sec. | ||
| 5775 | 2024.06.25 22:14:11.246059 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Debug> DynamicQueryHandler: Done processing query | ||
| 5776 | 2024.06.25 22:14:11.246084 [ 3 ] {334916e5-2833-41ca-b71a-50b3ac754e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5777 | 2024.06.25 22:14:11.246101 [ 3 ] {} <Debug> HTTP-Session: 801a6565-3a16-4f96-b9cb-739393b150c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5778 | 2024.06.25 22:14:11.246249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5779 | 2024.06.25 22:14:11.246299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5780 | 2024.06.25 22:14:11.246320 [ 3 ] {} <Debug> HTTP-Session: be50c02c-8696-49ed-ab81-dd24c6eb5713 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5781 | 2024.06.25 22:14:11.246336 [ 3 ] {} <Debug> HTTP-Session: be50c02c-8696-49ed-ab81-dd24c6eb5713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5782 | 2024.06.25 22:14:11.246350 [ 3 ] {} <Debug> HTTP-Session: be50c02c-8696-49ed-ab81-dd24c6eb5713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5783 | 2024.06.25 22:14:11.246380 [ 3 ] {} <Trace> HTTP-Session: be50c02c-8696-49ed-ab81-dd24c6eb5713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5784 | 2024.06.25 22:14:11.246525 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5785 | 2024.06.25 22:14:11.246573 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5786 | 2024.06.25 22:14:11.246719 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5787 | 2024.06.25 22:14:11.247121 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5788 | 2024.06.25 22:14:11.247158 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5789 | 2024.06.25 22:14:11.247559 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5790 | 2024.06.25 22:14:11.247903 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5791 | 2024.06.25 22:14:11.248064 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
| 5792 | 2024.06.25 22:14:11.248234 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5793 | 2024.06.25 22:14:11.248258 [ 3 ] {143246a0-07b5-46f7-b96e-3f509c515c8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5794 | 2024.06.25 22:14:11.248274 [ 3 ] {} <Debug> HTTP-Session: be50c02c-8696-49ed-ab81-dd24c6eb5713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5795 | 2024.06.25 22:14:11.248389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5796 | 2024.06.25 22:14:11.248438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5797 | 2024.06.25 22:14:11.248457 [ 3 ] {} <Debug> HTTP-Session: 1c2de1b8-0cd0-474f-a3c0-584ca22a11ab Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5798 | 2024.06.25 22:14:11.248474 [ 3 ] {} <Debug> HTTP-Session: 1c2de1b8-0cd0-474f-a3c0-584ca22a11ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5799 | 2024.06.25 22:14:11.248488 [ 3 ] {} <Debug> HTTP-Session: 1c2de1b8-0cd0-474f-a3c0-584ca22a11ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5800 | 2024.06.25 22:14:11.248519 [ 3 ] {} <Trace> HTTP-Session: 1c2de1b8-0cd0-474f-a3c0-584ca22a11ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5801 | 2024.06.25 22:14:11.248732 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5802 | 2024.06.25 22:14:11.248796 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5803 | 2024.06.25 22:14:11.249207 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5804 | 2024.06.25 22:14:11.249756 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5805 | 2024.06.25 22:14:11.249792 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5806 | 2024.06.25 22:14:11.250377 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5807 | 2024.06.25 22:14:11.250803 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5808 | 2024.06.25 22:14:11.250991 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002392 sec., 4598.662207357859 rows/sec., 8.24 MiB/sec. | ||
| 5809 | 2024.06.25 22:14:11.251646 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5810 | 2024.06.25 22:14:11.251671 [ 3 ] {24e9b001-2f92-4075-91af-24e17afb4ee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5811 | 2024.06.25 22:14:11.251687 [ 3 ] {} <Debug> HTTP-Session: 1c2de1b8-0cd0-474f-a3c0-584ca22a11ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5812 | 2024.06.25 22:14:11.251795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5813 | 2024.06.25 22:14:11.251845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5814 | 2024.06.25 22:14:11.251864 [ 3 ] {} <Debug> HTTP-Session: 9c584056-fe2b-46d7-8db9-82b59b57e88b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5815 | 2024.06.25 22:14:11.251881 [ 3 ] {} <Debug> HTTP-Session: 9c584056-fe2b-46d7-8db9-82b59b57e88b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5816 | 2024.06.25 22:14:11.251895 [ 3 ] {} <Debug> HTTP-Session: 9c584056-fe2b-46d7-8db9-82b59b57e88b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5817 | 2024.06.25 22:14:11.251925 [ 3 ] {} <Trace> HTTP-Session: 9c584056-fe2b-46d7-8db9-82b59b57e88b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5818 | 2024.06.25 22:14:11.252046 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5819 | 2024.06.25 22:14:11.252092 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5820 | 2024.06.25 22:14:11.252245 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5821 | 2024.06.25 22:14:11.252561 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5822 | 2024.06.25 22:14:11.252598 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5823 | 2024.06.25 22:14:11.252963 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5824 | 2024.06.25 22:14:11.253292 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5825 | 2024.06.25 22:14:11.253450 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 5826 | 2024.06.25 22:14:11.253610 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Debug> DynamicQueryHandler: Done processing query | ||
| 5827 | 2024.06.25 22:14:11.253636 [ 3 ] {5126c8e4-c1d6-4032-8581-aa49e4e45c67} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5828 | 2024.06.25 22:14:11.253652 [ 3 ] {} <Debug> HTTP-Session: 9c584056-fe2b-46d7-8db9-82b59b57e88b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5829 | 2024.06.25 22:14:16.241202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5830 | 2024.06.25 22:14:16.241342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5831 | 2024.06.25 22:14:16.241373 [ 3 ] {} <Debug> HTTP-Session: f6c8726a-1827-410b-90b1-df1072d1ff36 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5832 | 2024.06.25 22:14:16.241401 [ 3 ] {} <Debug> HTTP-Session: f6c8726a-1827-410b-90b1-df1072d1ff36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5833 | 2024.06.25 22:14:16.241419 [ 3 ] {} <Debug> HTTP-Session: f6c8726a-1827-410b-90b1-df1072d1ff36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5834 | 2024.06.25 22:14:16.241476 [ 3 ] {} <Trace> HTTP-Session: f6c8726a-1827-410b-90b1-df1072d1ff36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5835 | 2024.06.25 22:14:16.241669 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5836 | 2024.06.25 22:14:16.241737 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5837 | 2024.06.25 22:14:16.241934 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5838 | 2024.06.25 22:14:16.242397 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5839 | 2024.06.25 22:14:16.242443 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5840 | 2024.06.25 22:14:16.242829 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5841 | 2024.06.25 22:14:16.243179 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5842 | 2024.06.25 22:14:16.243355 [ 101 ] {} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5843 | 2024.06.25 22:14:16.243364 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001744 sec., 11467.88990825688 rows/sec., 929.53 KiB/sec. | ||
| 5844 | 2024.06.25 22:14:16.243448 [ 101 ] {} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5845 | 2024.06.25 22:14:16.243508 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5846 | 2024.06.25 22:14:16.243699 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 5847 | 2024.06.25 22:14:16.243768 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 5848 | 2024.06.25 22:14:16.243819 [ 3 ] {da287ad9-22c0-449f-8ed7-ff49a68b28ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5849 | 2024.06.25 22:14:16.243866 [ 3 ] {} <Debug> HTTP-Session: f6c8726a-1827-410b-90b1-df1072d1ff36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5850 | 2024.06.25 22:14:16.243956 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5851 | 2024.06.25 22:14:16.243995 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
| 5852 | 2024.06.25 22:14:16.244167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5853 | 2024.06.25 22:14:16.244179 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 5854 | 2024.06.25 22:14:16.244322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5855 | 2024.06.25 22:14:16.244396 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 11 rows starting from the beginning of the part | ||
| 5856 | 2024.06.25 22:14:16.244408 [ 3 ] {} <Debug> HTTP-Session: 0b2ac718-f68e-41c8-8edf-6fc939fc2e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5857 | 2024.06.25 22:14:16.244488 [ 3 ] {} <Debug> HTTP-Session: 0b2ac718-f68e-41c8-8edf-6fc939fc2e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5858 | 2024.06.25 22:14:16.244658 [ 3 ] {} <Debug> HTTP-Session: 0b2ac718-f68e-41c8-8edf-6fc939fc2e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5859 | 2024.06.25 22:14:16.244704 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part | ||
| 5860 | 2024.06.25 22:14:16.244793 [ 3 ] {} <Trace> HTTP-Session: 0b2ac718-f68e-41c8-8edf-6fc939fc2e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5861 | 2024.06.25 22:14:16.244894 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part | ||
| 5862 | 2024.06.25 22:14:16.245196 [ 193 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part | ||
| 5863 | 2024.06.25 22:14:16.245316 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5864 | 2024.06.25 22:14:16.245540 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5865 | 2024.06.25 22:14:16.245986 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5866 | 2024.06.25 22:14:16.246830 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5867 | 2024.06.25 22:14:16.246914 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5868 | 2024.06.25 22:14:16.247861 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5869 | 2024.06.25 22:14:16.247887 [ 199 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 113 rows, containing 4 columns (4 merged, 0 gathered) in 0.004279781 sec., 26403.220164770115 rows/sec., 2.09 MiB/sec. | ||
| 5870 | 2024.06.25 22:14:16.248109 [ 199 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5871 | 2024.06.25 22:14:16.248324 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5872 | 2024.06.25 22:14:16.248640 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003518 sec., 568.5048322910745 rows/sec., 46.36 KiB/sec. | ||
| 5873 | 2024.06.25 22:14:16.248905 [ 199 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2024.06.25 22:14:16.249154 [ 199 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_36_7} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5875 | 2024.06.25 22:14:16.249161 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5876 | 2024.06.25 22:14:16.249196 [ 3 ] {ff6d3107-e8a5-4da1-8054-5a2e91d3079f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5877 | 2024.06.25 22:14:16.249225 [ 3 ] {} <Debug> HTTP-Session: 0b2ac718-f68e-41c8-8edf-6fc939fc2e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5878 | 2024.06.25 22:14:16.249265 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5879 | 2024.06.25 22:14:16.249386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 22002, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5880 | 2024.06.25 22:14:16.249439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5881 | 2024.06.25 22:14:16.249459 [ 3 ] {} <Debug> HTTP-Session: 6343d325-9b20-4fe6-9604-41b7f5e1d966 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5882 | 2024.06.25 22:14:16.249477 [ 3 ] {} <Debug> HTTP-Session: 6343d325-9b20-4fe6-9604-41b7f5e1d966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5883 | 2024.06.25 22:14:16.249490 [ 3 ] {} <Debug> HTTP-Session: 6343d325-9b20-4fe6-9604-41b7f5e1d966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5884 | 2024.06.25 22:14:16.249524 [ 3 ] {} <Trace> HTTP-Session: 6343d325-9b20-4fe6-9604-41b7f5e1d966 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5885 | 2024.06.25 22:14:16.249676 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5886 | 2024.06.25 22:14:16.249723 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5887 | 2024.06.25 22:14:16.249865 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5888 | 2024.06.25 22:14:16.250288 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5889 | 2024.06.25 22:14:16.250326 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5890 | 2024.06.25 22:14:16.250644 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5891 | 2024.06.25 22:14:16.250958 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5892 | 2024.06.25 22:14:16.251089 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Debug> executeQuery: Read 153 rows, 12.71 KiB in 0.001481 sec., 103308.57528696828 rows/sec., 8.38 MiB/sec. | ||
| 5893 | 2024.06.25 22:14:16.251100 [ 99 ] {} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5894 | 2024.06.25 22:14:16.251167 [ 99 ] {} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2024.06.25 22:14:16.251229 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5896 | 2024.06.25 22:14:16.251328 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5897 | 2024.06.25 22:14:16.251413 [ 3 ] {0efffbed-965a-4961-8739-56548973d36b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5898 | 2024.06.25 22:14:16.251508 [ 3 ] {} <Debug> HTTP-Session: 6343d325-9b20-4fe6-9604-41b7f5e1d966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5899 | 2024.06.25 22:14:16.251672 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 5900 | 2024.06.25 22:14:16.251788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5901 | 2024.06.25 22:14:16.251925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5902 | 2024.06.25 22:14:16.251975 [ 3 ] {} <Debug> HTTP-Session: f523b0b0-fae7-410d-8745-f58522487134 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5903 | 2024.06.25 22:14:16.252017 [ 3 ] {} <Debug> HTTP-Session: f523b0b0-fae7-410d-8745-f58522487134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5904 | 2024.06.25 22:14:16.252059 [ 3 ] {} <Debug> HTTP-Session: f523b0b0-fae7-410d-8745-f58522487134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5905 | 2024.06.25 22:14:16.252139 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5906 | 2024.06.25 22:14:16.252149 [ 3 ] {} <Trace> HTTP-Session: f523b0b0-fae7-410d-8745-f58522487134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5907 | 2024.06.25 22:14:16.252214 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 5908 | 2024.06.25 22:14:16.252387 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5909 | 2024.06.25 22:14:16.252500 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 116 rows starting from the beginning of the part | ||
| 5910 | 2024.06.25 22:14:16.252555 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5911 | 2024.06.25 22:14:16.252769 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 89 rows starting from the beginning of the part | ||
| 5912 | 2024.06.25 22:14:16.253090 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 116 rows starting from the beginning of the part | ||
| 5913 | 2024.06.25 22:14:16.253395 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 89 rows starting from the beginning of the part | ||
| 5914 | 2024.06.25 22:14:16.253729 [ 194 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 153 rows starting from the beginning of the part | ||
| 5915 | 2024.06.25 22:14:16.253922 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5916 | 2024.06.25 22:14:16.254805 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5917 | 2024.06.25 22:14:16.254866 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5918 | 2024.06.25 22:14:16.255702 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5919 | 2024.06.25 22:14:16.256578 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5920 | 2024.06.25 22:14:16.256778 [ 199 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 755 rows, containing 4 columns (4 merged, 0 gathered) in 0.005470178 sec., 138021.10278678316 rows/sec., 11.30 MiB/sec. | ||
| 5921 | 2024.06.25 22:14:16.256868 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004591 sec., 435.6349379220214 rows/sec., 30.42 KiB/sec. | ||
| 5922 | 2024.06.25 22:14:16.257005 [ 199 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5923 | 2024.06.25 22:14:16.257077 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Debug> DynamicQueryHandler: Done processing query | ||
| 5924 | 2024.06.25 22:14:16.257102 [ 3 ] {ac936e15-c3da-47df-bf34-016039e01506} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5925 | 2024.06.25 22:14:16.257120 [ 3 ] {} <Debug> HTTP-Session: f523b0b0-fae7-410d-8745-f58522487134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5926 | 2024.06.25 22:14:16.257269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 18650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5927 | 2024.06.25 22:14:16.257323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5928 | 2024.06.25 22:14:16.257348 [ 3 ] {} <Debug> HTTP-Session: 9e6e1675-5417-4fdf-8af1-6b05f3221740 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5929 | 2024.06.25 22:14:16.257367 [ 3 ] {} <Debug> HTTP-Session: 9e6e1675-5417-4fdf-8af1-6b05f3221740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5930 | 2024.06.25 22:14:16.257381 [ 3 ] {} <Debug> HTTP-Session: 9e6e1675-5417-4fdf-8af1-6b05f3221740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5931 | 2024.06.25 22:14:16.257418 [ 3 ] {} <Trace> HTTP-Session: 9e6e1675-5417-4fdf-8af1-6b05f3221740 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5932 | 2024.06.25 22:14:16.257488 [ 199 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2024.06.25 22:14:16.257588 [ 199 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_36_7} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5934 | 2024.06.25 22:14:16.257592 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5935 | 2024.06.25 22:14:16.257660 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5936 | 2024.06.25 22:14:16.257679 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 5937 | 2024.06.25 22:14:16.257809 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5938 | 2024.06.25 22:14:16.258251 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5939 | 2024.06.25 22:14:16.258288 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5940 | 2024.06.25 22:14:16.258603 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5941 | 2024.06.25 22:14:16.258922 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5942 | 2024.06.25 22:14:16.259045 [ 99 ] {} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5943 | 2024.06.25 22:14:16.259049 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Debug> executeQuery: Read 110 rows, 8.78 KiB in 0.001537 sec., 71567.9895901106 rows/sec., 5.58 MiB/sec. | ||
| 5944 | 2024.06.25 22:14:16.259083 [ 99 ] {} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5945 | 2024.06.25 22:14:16.259125 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5946 | 2024.06.25 22:14:16.259276 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 5947 | 2024.06.25 22:14:16.259285 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5948 | 2024.06.25 22:14:16.259349 [ 3 ] {6dc69442-dc13-4649-94a3-7f5aea5401c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5949 | 2024.06.25 22:14:16.259388 [ 3 ] {} <Debug> HTTP-Session: 9e6e1675-5417-4fdf-8af1-6b05f3221740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5950 | 2024.06.25 22:14:16.259492 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5951 | 2024.06.25 22:14:16.259527 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 5952 | 2024.06.25 22:14:16.259628 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 84 rows starting from the beginning of the part | ||
| 5953 | 2024.06.25 22:14:16.259688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 37780, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5954 | 2024.06.25 22:14:16.259937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5955 | 2024.06.25 22:14:16.259953 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 75 rows starting from the beginning of the part | ||
| 5956 | 2024.06.25 22:14:16.259999 [ 3 ] {} <Debug> HTTP-Session: bfe74f36-2e35-4028-a268-d154de35ea92 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5957 | 2024.06.25 22:14:16.260106 [ 3 ] {} <Debug> HTTP-Session: bfe74f36-2e35-4028-a268-d154de35ea92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5958 | 2024.06.25 22:14:16.260182 [ 3 ] {} <Debug> HTTP-Session: bfe74f36-2e35-4028-a268-d154de35ea92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5959 | 2024.06.25 22:14:16.260222 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 84 rows starting from the beginning of the part | ||
| 5960 | 2024.06.25 22:14:16.260362 [ 3 ] {} <Trace> HTTP-Session: bfe74f36-2e35-4028-a268-d154de35ea92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5961 | 2024.06.25 22:14:16.260514 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 75 rows starting from the beginning of the part | ||
| 5962 | 2024.06.25 22:14:16.260684 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 110 rows starting from the beginning of the part | ||
| 5963 | 2024.06.25 22:14:16.261004 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5964 | 2024.06.25 22:14:16.261127 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5965 | 2024.06.25 22:14:16.261663 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5966 | 2024.06.25 22:14:16.262750 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2024.06.25 22:14:16.262814 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5968 | 2024.06.25 22:14:16.263331 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 4 columns (4 merged, 0 gathered) in 0.004130009 sec., 140193.3990942877 rows/sec., 10.95 MiB/sec. | ||
| 5969 | 2024.06.25 22:14:16.263552 [ 194 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5970 | 2024.06.25 22:14:16.263699 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5971 | 2024.06.25 22:14:16.264294 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5972 | 2024.06.25 22:14:16.264389 [ 199 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_36_7} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5973 | 2024.06.25 22:14:16.264421 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5974 | 2024.06.25 22:14:16.264495 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5975 | 2024.06.25 22:14:16.264596 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Debug> executeQuery: Read 197 rows, 14.08 KiB in 0.004032 sec., 48859.12698412698 rows/sec., 3.41 MiB/sec. | ||
| 5976 | 2024.06.25 22:14:16.264597 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5977 | 2024.06.25 22:14:16.264668 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5978 | 2024.06.25 22:14:16.264711 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 5979 | 2024.06.25 22:14:16.264851 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5980 | 2024.06.25 22:14:16.264932 [ 3 ] {a3d0a2de-8cfe-4f59-8d3e-dcb8005de88f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5981 | 2024.06.25 22:14:16.265014 [ 3 ] {} <Debug> HTTP-Session: bfe74f36-2e35-4028-a268-d154de35ea92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5982 | 2024.06.25 22:14:16.265200 [ 199 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 5983 | 2024.06.25 22:14:16.265370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5984 | 2024.06.25 22:14:16.265530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5985 | 2024.06.25 22:14:16.265582 [ 3 ] {} <Debug> HTTP-Session: 02ac2fc1-1072-4fd8-b515-ed86b9c1c1d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 5986 | 2024.06.25 22:14:16.265610 [ 3 ] {} <Debug> HTTP-Session: 02ac2fc1-1072-4fd8-b515-ed86b9c1c1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5987 | 2024.06.25 22:14:16.265616 [ 199 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5988 | 2024.06.25 22:14:16.265628 [ 3 ] {} <Debug> HTTP-Session: 02ac2fc1-1072-4fd8-b515-ed86b9c1c1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5989 | 2024.06.25 22:14:16.265657 [ 199 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3578 rows starting from the beginning of the part | ||
| 5990 | 2024.06.25 22:14:16.265670 [ 3 ] {} <Trace> HTTP-Session: 02ac2fc1-1072-4fd8-b515-ed86b9c1c1d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5991 | 2024.06.25 22:14:16.265769 [ 199 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 5992 | 2024.06.25 22:14:16.266050 [ 199 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 5993 | 2024.06.25 22:14:16.266182 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5994 | 2024.06.25 22:14:16.266269 [ 199 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 5995 | 2024.06.25 22:14:16.266555 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5996 | 2024.06.25 22:14:16.266586 [ 199 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 5997 | 2024.06.25 22:14:16.266835 [ 199 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 197 rows starting from the beginning of the part | ||
| 5998 | 2024.06.25 22:14:16.267761 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5999 | 2024.06.25 22:14:16.269052 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2024.06.25 22:14:16.269089 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6001 | 2024.06.25 22:14:16.270188 [ 192 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005375486 sec., 821321.0861306308 rows/sec., 57.32 MiB/sec. | ||
| 6002 | 2024.06.25 22:14:16.270284 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6003 | 2024.06.25 22:14:16.270688 [ 192 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6004 | 2024.06.25 22:14:16.270907 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6005 | 2024.06.25 22:14:16.271192 [ 99 ] {} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6006 | 2024.06.25 22:14:16.271321 [ 99 ] {} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6007 | 2024.06.25 22:14:16.271412 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6008 | 2024.06.25 22:14:16.271584 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.005746 sec., 3480.682213713888 rows/sec., 6.24 MiB/sec. | ||
| 6009 | 2024.06.25 22:14:16.271865 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 6010 | 2024.06.25 22:14:16.272605 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Debug> DynamicQueryHandler: Done processing query | ||
| 6011 | 2024.06.25 22:14:16.272662 [ 192 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6012 | 2024.06.25 22:14:16.272711 [ 3 ] {dd40e553-5f27-432d-b7b6-3064d206df60} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6013 | 2024.06.25 22:14:16.272795 [ 3 ] {} <Debug> HTTP-Session: 02ac2fc1-1072-4fd8-b515-ed86b9c1c1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6014 | 2024.06.25 22:14:16.273048 [ 192 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6015 | 2024.06.25 22:14:16.273066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6016 | 2024.06.25 22:14:16.273230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6017 | 2024.06.25 22:14:16.273319 [ 3 ] {} <Debug> HTTP-Session: d2a48d91-58cb-453c-ab00-2d6908171010 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6018 | 2024.06.25 22:14:16.273383 [ 3 ] {} <Debug> HTTP-Session: d2a48d91-58cb-453c-ab00-2d6908171010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6019 | 2024.06.25 22:14:16.273445 [ 3 ] {} <Debug> HTTP-Session: d2a48d91-58cb-453c-ab00-2d6908171010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6020 | 2024.06.25 22:14:16.273468 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6021 | 2024.06.25 22:14:16.273475 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 6022 | 2024.06.25 22:14:16.273572 [ 3 ] {} <Trace> HTTP-Session: d2a48d91-58cb-453c-ab00-2d6908171010 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6023 | 2024.06.25 22:14:16.273676 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 501 rows starting from the beginning of the part | ||
| 6024 | 2024.06.25 22:14:16.273891 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6025 | 2024.06.25 22:14:16.274061 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6026 | 2024.06.25 22:14:16.274473 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 6027 | 2024.06.25 22:14:16.274767 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6028 | 2024.06.25 22:14:16.275231 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 11 rows starting from the beginning of the part | ||
| 6029 | 2024.06.25 22:14:16.275964 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part | ||
| 6030 | 2024.06.25 22:14:16.276016 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6031 | 2024.06.25 22:14:16.276080 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6032 | 2024.06.25 22:14:16.276532 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part | ||
| 6033 | 2024.06.25 22:14:16.277159 [ 190 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part | ||
| 6034 | 2024.06.25 22:14:16.277499 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6035 | 2024.06.25 22:14:16.278517 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6036 | 2024.06.25 22:14:16.278965 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005181 sec., 11580.775911986104 rows/sec., 799.19 KiB/sec. | ||
| 6037 | 2024.06.25 22:14:16.279672 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Debug> DynamicQueryHandler: Done processing query | ||
| 6038 | 2024.06.25 22:14:16.279707 [ 3 ] {c958e0e2-a8dd-4f6c-8e3e-adcf7bbc5145} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6039 | 2024.06.25 22:14:16.279725 [ 3 ] {} <Debug> HTTP-Session: d2a48d91-58cb-453c-ab00-2d6908171010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6040 | 2024.06.25 22:14:16.291834 [ 192 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 19 columns (19 merged, 0 gathered) in 0.020247458 sec., 28793.73795959967 rows/sec., 51.60 MiB/sec. | ||
| 6041 | 2024.06.25 22:14:16.292834 [ 192 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6042 | 2024.06.25 22:14:16.293431 [ 192 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6043 | 2024.06.25 22:14:16.293518 [ 192 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6044 | 2024.06.25 22:14:16.293661 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
| 6045 | 2024.06.25 22:14:17.000218 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.21 MiB, peak 196.33 MiB, free memory in arenas 0.00 B, will set to 189.08 MiB (RSS), difference: 1.87 MiB | ||
| 6046 | 2024.06.25 22:14:21.240047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6047 | 2024.06.25 22:14:21.240195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6048 | 2024.06.25 22:14:21.240225 [ 3 ] {} <Debug> HTTP-Session: 9b6677e7-8cb5-4551-b636-93d7831b05b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6049 | 2024.06.25 22:14:21.240255 [ 3 ] {} <Debug> HTTP-Session: 9b6677e7-8cb5-4551-b636-93d7831b05b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6050 | 2024.06.25 22:14:21.240272 [ 3 ] {} <Debug> HTTP-Session: 9b6677e7-8cb5-4551-b636-93d7831b05b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6051 | 2024.06.25 22:14:21.240332 [ 3 ] {} <Trace> HTTP-Session: 9b6677e7-8cb5-4551-b636-93d7831b05b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6052 | 2024.06.25 22:14:21.240541 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6053 | 2024.06.25 22:14:21.240620 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6054 | 2024.06.25 22:14:21.240868 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6055 | 2024.06.25 22:14:21.241338 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6056 | 2024.06.25 22:14:21.241384 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6057 | 2024.06.25 22:14:21.241767 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6058 | 2024.06.25 22:14:21.242129 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6059 | 2024.06.25 22:14:21.242298 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001816 sec., 6057.268722466961 rows/sec., 490.97 KiB/sec. | ||
| 6060 | 2024.06.25 22:14:21.242518 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Debug> DynamicQueryHandler: Done processing query | ||
| 6061 | 2024.06.25 22:14:21.242546 [ 3 ] {718c85cb-e962-48d9-813d-98906cec6907} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6062 | 2024.06.25 22:14:21.242563 [ 3 ] {} <Debug> HTTP-Session: 9b6677e7-8cb5-4551-b636-93d7831b05b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6063 | 2024.06.25 22:14:21.242678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6064 | 2024.06.25 22:14:21.242732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6065 | 2024.06.25 22:14:21.242753 [ 3 ] {} <Debug> HTTP-Session: ce3f4160-a0b4-491d-a64a-b7f38e71b9f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6066 | 2024.06.25 22:14:21.242771 [ 3 ] {} <Debug> HTTP-Session: ce3f4160-a0b4-491d-a64a-b7f38e71b9f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6067 | 2024.06.25 22:14:21.242784 [ 3 ] {} <Debug> HTTP-Session: ce3f4160-a0b4-491d-a64a-b7f38e71b9f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6068 | 2024.06.25 22:14:21.242820 [ 3 ] {} <Trace> HTTP-Session: ce3f4160-a0b4-491d-a64a-b7f38e71b9f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6069 | 2024.06.25 22:14:21.242923 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6070 | 2024.06.25 22:14:21.242971 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6071 | 2024.06.25 22:14:21.243132 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6072 | 2024.06.25 22:14:21.243422 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6073 | 2024.06.25 22:14:21.243461 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6074 | 2024.06.25 22:14:21.243774 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6075 | 2024.06.25 22:14:21.244094 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2024.06.25 22:14:21.244247 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001346 sec., 1485.8841010401188 rows/sec., 121.16 KiB/sec. | ||
| 6077 | 2024.06.25 22:14:21.244403 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6078 | 2024.06.25 22:14:21.244429 [ 3 ] {fa2a481d-c797-4ca0-bf7c-5e2d10331bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6079 | 2024.06.25 22:14:21.244445 [ 3 ] {} <Debug> HTTP-Session: ce3f4160-a0b4-491d-a64a-b7f38e71b9f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6080 | 2024.06.25 22:14:21.244555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6081 | 2024.06.25 22:14:21.244627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6082 | 2024.06.25 22:14:21.244646 [ 3 ] {} <Debug> HTTP-Session: 65131d24-a2ad-49da-9e08-c1e434051cde Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6083 | 2024.06.25 22:14:21.244663 [ 3 ] {} <Debug> HTTP-Session: 65131d24-a2ad-49da-9e08-c1e434051cde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6084 | 2024.06.25 22:14:21.244677 [ 3 ] {} <Debug> HTTP-Session: 65131d24-a2ad-49da-9e08-c1e434051cde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6085 | 2024.06.25 22:14:21.244707 [ 3 ] {} <Trace> HTTP-Session: 65131d24-a2ad-49da-9e08-c1e434051cde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6086 | 2024.06.25 22:14:21.244826 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6087 | 2024.06.25 22:14:21.244869 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6088 | 2024.06.25 22:14:21.244995 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6089 | 2024.06.25 22:14:21.245338 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6090 | 2024.06.25 22:14:21.245374 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6091 | 2024.06.25 22:14:21.245692 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6092 | 2024.06.25 22:14:21.246008 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6093 | 2024.06.25 22:14:21.246164 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Debug> executeQuery: Read 90 rows, 7.46 KiB in 0.001379 sec., 65264.68455402466 rows/sec., 5.29 MiB/sec. | ||
| 6094 | 2024.06.25 22:14:21.246424 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Debug> DynamicQueryHandler: Done processing query | ||
| 6095 | 2024.06.25 22:14:21.246484 [ 3 ] {4a37ca03-80e8-4659-88ab-a705b648ab83} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6096 | 2024.06.25 22:14:21.246522 [ 3 ] {} <Debug> HTTP-Session: 65131d24-a2ad-49da-9e08-c1e434051cde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6097 | 2024.06.25 22:14:21.246662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6098 | 2024.06.25 22:14:21.246716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6099 | 2024.06.25 22:14:21.246736 [ 3 ] {} <Debug> HTTP-Session: f07d2524-d751-490a-8daf-d7541efd6bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6100 | 2024.06.25 22:14:21.246753 [ 3 ] {} <Debug> HTTP-Session: f07d2524-d751-490a-8daf-d7541efd6bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6101 | 2024.06.25 22:14:21.246767 [ 3 ] {} <Debug> HTTP-Session: f07d2524-d751-490a-8daf-d7541efd6bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6102 | 2024.06.25 22:14:21.246799 [ 3 ] {} <Trace> HTTP-Session: f07d2524-d751-490a-8daf-d7541efd6bfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6103 | 2024.06.25 22:14:21.246898 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6104 | 2024.06.25 22:14:21.246942 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6105 | 2024.06.25 22:14:21.247088 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6106 | 2024.06.25 22:14:21.247358 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6107 | 2024.06.25 22:14:21.247394 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6108 | 2024.06.25 22:14:21.247708 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6109 | 2024.06.25 22:14:21.248033 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2024.06.25 22:14:21.248188 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001306 sec., 1531.3935681470136 rows/sec., 106.93 KiB/sec. | ||
| 6111 | 2024.06.25 22:14:21.248343 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Debug> DynamicQueryHandler: Done processing query | ||
| 6112 | 2024.06.25 22:14:21.248368 [ 3 ] {ed376be4-4c0e-4946-aaa8-103995d6bd95} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6113 | 2024.06.25 22:14:21.248383 [ 3 ] {} <Debug> HTTP-Session: f07d2524-d751-490a-8daf-d7541efd6bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6114 | 2024.06.25 22:14:21.248493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6115 | 2024.06.25 22:14:21.248540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6116 | 2024.06.25 22:14:21.248558 [ 3 ] {} <Debug> HTTP-Session: 1f9dcc45-1b83-465c-8f4e-4f3f7687ed07 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6117 | 2024.06.25 22:14:21.248576 [ 3 ] {} <Debug> HTTP-Session: 1f9dcc45-1b83-465c-8f4e-4f3f7687ed07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6118 | 2024.06.25 22:14:21.248589 [ 3 ] {} <Debug> HTTP-Session: 1f9dcc45-1b83-465c-8f4e-4f3f7687ed07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6119 | 2024.06.25 22:14:21.248619 [ 3 ] {} <Trace> HTTP-Session: 1f9dcc45-1b83-465c-8f4e-4f3f7687ed07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6120 | 2024.06.25 22:14:21.248732 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6121 | 2024.06.25 22:14:21.248775 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6122 | 2024.06.25 22:14:21.248902 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6123 | 2024.06.25 22:14:21.249342 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6124 | 2024.06.25 22:14:21.249378 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6125 | 2024.06.25 22:14:21.249698 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6126 | 2024.06.25 22:14:21.250012 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6127 | 2024.06.25 22:14:21.250163 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Debug> executeQuery: Read 77 rows, 6.16 KiB in 0.001464 sec., 52595.62841530055 rows/sec., 4.11 MiB/sec. | ||
| 6128 | 2024.06.25 22:14:21.250331 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Debug> DynamicQueryHandler: Done processing query | ||
| 6129 | 2024.06.25 22:14:21.250355 [ 3 ] {33a8c1bd-dfbe-4956-a681-ece9278f9824} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6130 | 2024.06.25 22:14:21.250372 [ 3 ] {} <Debug> HTTP-Session: 1f9dcc45-1b83-465c-8f4e-4f3f7687ed07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6131 | 2024.06.25 22:14:21.250519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6132 | 2024.06.25 22:14:21.250568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6133 | 2024.06.25 22:14:21.250587 [ 3 ] {} <Debug> HTTP-Session: 8c422df1-ea5e-4f14-98cc-d01c64ea3155 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6134 | 2024.06.25 22:14:21.250603 [ 3 ] {} <Debug> HTTP-Session: 8c422df1-ea5e-4f14-98cc-d01c64ea3155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6135 | 2024.06.25 22:14:21.250617 [ 3 ] {} <Debug> HTTP-Session: 8c422df1-ea5e-4f14-98cc-d01c64ea3155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6136 | 2024.06.25 22:14:21.250647 [ 3 ] {} <Trace> HTTP-Session: 8c422df1-ea5e-4f14-98cc-d01c64ea3155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6137 | 2024.06.25 22:14:21.250798 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6138 | 2024.06.25 22:14:21.250847 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6139 | 2024.06.25 22:14:21.250996 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6140 | 2024.06.25 22:14:21.251451 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6141 | 2024.06.25 22:14:21.251488 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6142 | 2024.06.25 22:14:21.251889 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6143 | 2024.06.25 22:14:21.252247 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6144 | 2024.06.25 22:14:21.252404 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001679 sec., 95890.41095890412 rows/sec., 6.68 MiB/sec. | ||
| 6145 | 2024.06.25 22:14:21.252577 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6146 | 2024.06.25 22:14:21.252601 [ 3 ] {6616c931-3fc0-4f90-85e2-4abb30e111c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6147 | 2024.06.25 22:14:21.252618 [ 3 ] {} <Debug> HTTP-Session: 8c422df1-ea5e-4f14-98cc-d01c64ea3155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6148 | 2024.06.25 22:14:21.252727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17709, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6149 | 2024.06.25 22:14:21.252778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6150 | 2024.06.25 22:14:21.252797 [ 3 ] {} <Debug> HTTP-Session: 67bea570-f24c-413c-b610-3398490299a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6151 | 2024.06.25 22:14:21.252814 [ 3 ] {} <Debug> HTTP-Session: 67bea570-f24c-413c-b610-3398490299a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6152 | 2024.06.25 22:14:21.252828 [ 3 ] {} <Debug> HTTP-Session: 67bea570-f24c-413c-b610-3398490299a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6153 | 2024.06.25 22:14:21.252859 [ 3 ] {} <Trace> HTTP-Session: 67bea570-f24c-413c-b610-3398490299a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6154 | 2024.06.25 22:14:21.253045 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6155 | 2024.06.25 22:14:21.253111 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6156 | 2024.06.25 22:14:21.253526 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6157 | 2024.06.25 22:14:21.254129 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6158 | 2024.06.25 22:14:21.254165 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6159 | 2024.06.25 22:14:21.254782 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6160 | 2024.06.25 22:14:21.255198 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6161 | 2024.06.25 22:14:21.255386 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002447 sec., 4495.300367797303 rows/sec., 8.06 MiB/sec. | ||
| 6162 | 2024.06.25 22:14:21.255605 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Debug> DynamicQueryHandler: Done processing query | ||
| 6163 | 2024.06.25 22:14:21.255630 [ 3 ] {36ff7d47-9cb5-48e2-812b-228ddf611129} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6164 | 2024.06.25 22:14:21.255645 [ 3 ] {} <Debug> HTTP-Session: 67bea570-f24c-413c-b610-3398490299a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6165 | 2024.06.25 22:14:21.255756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6166 | 2024.06.25 22:14:21.255805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6167 | 2024.06.25 22:14:21.255824 [ 3 ] {} <Debug> HTTP-Session: da5cee1f-168c-4db7-99ab-e3464b680dfc Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6168 | 2024.06.25 22:14:21.255840 [ 3 ] {} <Debug> HTTP-Session: da5cee1f-168c-4db7-99ab-e3464b680dfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6169 | 2024.06.25 22:14:21.255854 [ 3 ] {} <Debug> HTTP-Session: da5cee1f-168c-4db7-99ab-e3464b680dfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6170 | 2024.06.25 22:14:21.255884 [ 3 ] {} <Trace> HTTP-Session: da5cee1f-168c-4db7-99ab-e3464b680dfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2024.06.25 22:14:21.256000 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6172 | 2024.06.25 22:14:21.256044 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6173 | 2024.06.25 22:14:21.256172 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6174 | 2024.06.25 22:14:21.256493 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6175 | 2024.06.25 22:14:21.256529 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6176 | 2024.06.25 22:14:21.256891 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6177 | 2024.06.25 22:14:21.257219 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6178 | 2024.06.25 22:14:21.257378 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
| 6179 | 2024.06.25 22:14:21.257377 [ 96 ] {} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6180 | 2024.06.25 22:14:21.257480 [ 96 ] {} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6181 | 2024.06.25 22:14:21.257527 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6182 | 2024.06.25 22:14:21.257659 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Debug> DynamicQueryHandler: Done processing query | ||
| 6183 | 2024.06.25 22:14:21.257745 [ 3 ] {1cc1be1a-07e1-4ccb-8b3a-2fb35943b721} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6184 | 2024.06.25 22:14:21.257810 [ 3 ] {} <Debug> HTTP-Session: da5cee1f-168c-4db7-99ab-e3464b680dfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6185 | 2024.06.25 22:14:21.257952 [ 192 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6186 | 2024.06.25 22:14:21.258217 [ 192 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6187 | 2024.06.25 22:14:21.258254 [ 192 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1192 rows starting from the beginning of the part | ||
| 6188 | 2024.06.25 22:14:21.258326 [ 192 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6189 | 2024.06.25 22:14:21.258558 [ 192 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6190 | 2024.06.25 22:14:21.258769 [ 192 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6191 | 2024.06.25 22:14:21.258929 [ 192 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6192 | 2024.06.25 22:14:21.259103 [ 192 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6193 | 2024.06.25 22:14:21.260431 [ 196 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1492 rows, containing 4 columns (4 merged, 0 gathered) in 0.00281994 sec., 529089.2714029377 rows/sec., 35.67 MiB/sec. | ||
| 6194 | 2024.06.25 22:14:21.260693 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6195 | 2024.06.25 22:14:21.261144 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_31_6} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2024.06.25 22:14:21.261241 [ 190 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_31_6} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6197 | 2024.06.25 22:14:21.261341 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 6198 | 2024.06.25 22:14:23.064973 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6199 | 2024.06.25 22:14:23.065058 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6200 | 2024.06.25 22:14:26.240231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6201 | 2024.06.25 22:14:26.240378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6202 | 2024.06.25 22:14:26.240410 [ 3 ] {} <Debug> HTTP-Session: 149d4c9e-2c58-45a0-9f62-e41d165814b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6203 | 2024.06.25 22:14:26.240438 [ 3 ] {} <Debug> HTTP-Session: 149d4c9e-2c58-45a0-9f62-e41d165814b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6204 | 2024.06.25 22:14:26.240457 [ 3 ] {} <Debug> HTTP-Session: 149d4c9e-2c58-45a0-9f62-e41d165814b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6205 | 2024.06.25 22:14:26.240514 [ 3 ] {} <Trace> HTTP-Session: 149d4c9e-2c58-45a0-9f62-e41d165814b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6206 | 2024.06.25 22:14:26.240726 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6207 | 2024.06.25 22:14:26.240802 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6208 | 2024.06.25 22:14:26.241005 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6209 | 2024.06.25 22:14:26.241464 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2024.06.25 22:14:26.241511 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6211 | 2024.06.25 22:14:26.241897 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6212 | 2024.06.25 22:14:26.242240 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2024.06.25 22:14:26.242401 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001742 sec., 11481.05625717566 rows/sec., 930.59 KiB/sec. | ||
| 6214 | 2024.06.25 22:14:26.242614 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 6215 | 2024.06.25 22:14:26.242642 [ 3 ] {58704a3e-4fb5-4abc-b0eb-33f76bc2b0ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6216 | 2024.06.25 22:14:26.242658 [ 3 ] {} <Debug> HTTP-Session: 149d4c9e-2c58-45a0-9f62-e41d165814b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6217 | 2024.06.25 22:14:26.242799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6218 | 2024.06.25 22:14:26.242857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6219 | 2024.06.25 22:14:26.242877 [ 3 ] {} <Debug> HTTP-Session: 99998018-4860-4578-8aae-aff3b632873c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6220 | 2024.06.25 22:14:26.242896 [ 3 ] {} <Debug> HTTP-Session: 99998018-4860-4578-8aae-aff3b632873c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6221 | 2024.06.25 22:14:26.242910 [ 3 ] {} <Debug> HTTP-Session: 99998018-4860-4578-8aae-aff3b632873c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6222 | 2024.06.25 22:14:26.242945 [ 3 ] {} <Trace> HTTP-Session: 99998018-4860-4578-8aae-aff3b632873c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6223 | 2024.06.25 22:14:26.243080 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6224 | 2024.06.25 22:14:26.243127 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6225 | 2024.06.25 22:14:26.243259 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6226 | 2024.06.25 22:14:26.243654 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6227 | 2024.06.25 22:14:26.243692 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6228 | 2024.06.25 22:14:26.244006 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6229 | 2024.06.25 22:14:26.244316 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6230 | 2024.06.25 22:14:26.244452 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001429 sec., 81175.64730580826 rows/sec., 6.71 MiB/sec. | ||
| 6231 | 2024.06.25 22:14:26.244728 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Debug> DynamicQueryHandler: Done processing query | ||
| 6232 | 2024.06.25 22:14:26.244786 [ 3 ] {6429a2d7-9b61-408b-80ce-13178ab29825} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6233 | 2024.06.25 22:14:26.244829 [ 3 ] {} <Debug> HTTP-Session: 99998018-4860-4578-8aae-aff3b632873c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6234 | 2024.06.25 22:14:26.244984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6235 | 2024.06.25 22:14:26.245038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6236 | 2024.06.25 22:14:26.245057 [ 3 ] {} <Debug> HTTP-Session: 3c352c18-23f8-4d6f-8eff-184b621666d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6237 | 2024.06.25 22:14:26.245074 [ 3 ] {} <Debug> HTTP-Session: 3c352c18-23f8-4d6f-8eff-184b621666d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6238 | 2024.06.25 22:14:26.245088 [ 3 ] {} <Debug> HTTP-Session: 3c352c18-23f8-4d6f-8eff-184b621666d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6239 | 2024.06.25 22:14:26.245121 [ 3 ] {} <Trace> HTTP-Session: 3c352c18-23f8-4d6f-8eff-184b621666d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6240 | 2024.06.25 22:14:26.245252 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6241 | 2024.06.25 22:14:26.245298 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6242 | 2024.06.25 22:14:26.245447 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6243 | 2024.06.25 22:14:26.245800 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2024.06.25 22:14:26.245837 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6245 | 2024.06.25 22:14:26.246150 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6246 | 2024.06.25 22:14:26.246468 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6247 | 2024.06.25 22:14:26.246605 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001407 sec., 59701.49253731343 rows/sec., 4.66 MiB/sec. | ||
| 6248 | 2024.06.25 22:14:26.246865 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6249 | 2024.06.25 22:14:26.246917 [ 3 ] {f6baa446-4728-4be3-807b-faf4e32fe54a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6250 | 2024.06.25 22:14:26.246951 [ 3 ] {} <Debug> HTTP-Session: 3c352c18-23f8-4d6f-8eff-184b621666d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6251 | 2024.06.25 22:14:26.247112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6252 | 2024.06.25 22:14:26.247164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6253 | 2024.06.25 22:14:26.247183 [ 3 ] {} <Debug> HTTP-Session: 34199d53-d508-487f-94e0-263431b5bb5f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6254 | 2024.06.25 22:14:26.247200 [ 3 ] {} <Debug> HTTP-Session: 34199d53-d508-487f-94e0-263431b5bb5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6255 | 2024.06.25 22:14:26.247214 [ 3 ] {} <Debug> HTTP-Session: 34199d53-d508-487f-94e0-263431b5bb5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6256 | 2024.06.25 22:14:26.247246 [ 3 ] {} <Trace> HTTP-Session: 34199d53-d508-487f-94e0-263431b5bb5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6257 | 2024.06.25 22:14:26.247407 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6258 | 2024.06.25 22:14:26.247458 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6259 | 2024.06.25 22:14:26.247617 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6260 | 2024.06.25 22:14:26.248002 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6261 | 2024.06.25 22:14:26.248039 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6262 | 2024.06.25 22:14:26.248445 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6263 | 2024.06.25 22:14:26.248785 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6264 | 2024.06.25 22:14:26.248915 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 6265 | 2024.06.25 22:14:26.249082 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Debug> DynamicQueryHandler: Done processing query | ||
| 6266 | 2024.06.25 22:14:26.249107 [ 3 ] {f819d84c-455e-4303-b8a0-66cbf4014f09} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6267 | 2024.06.25 22:14:26.249123 [ 3 ] {} <Debug> HTTP-Session: 34199d53-d508-487f-94e0-263431b5bb5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6268 | 2024.06.25 22:14:26.249263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6269 | 2024.06.25 22:14:26.249313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6270 | 2024.06.25 22:14:26.249333 [ 3 ] {} <Debug> HTTP-Session: 7cdce84d-2a76-425c-80bf-c5978e372710 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6271 | 2024.06.25 22:14:26.249350 [ 3 ] {} <Debug> HTTP-Session: 7cdce84d-2a76-425c-80bf-c5978e372710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6272 | 2024.06.25 22:14:26.249364 [ 3 ] {} <Debug> HTTP-Session: 7cdce84d-2a76-425c-80bf-c5978e372710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6273 | 2024.06.25 22:14:26.249394 [ 3 ] {} <Trace> HTTP-Session: 7cdce84d-2a76-425c-80bf-c5978e372710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6274 | 2024.06.25 22:14:26.249653 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6275 | 2024.06.25 22:14:26.249718 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6276 | 2024.06.25 22:14:26.250132 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6277 | 2024.06.25 22:14:26.250752 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6278 | 2024.06.25 22:14:26.250788 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6279 | 2024.06.25 22:14:26.251381 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6280 | 2024.06.25 22:14:26.251789 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6281 | 2024.06.25 22:14:26.251954 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002473 sec., 8087.343307723413 rows/sec., 14.49 MiB/sec. | ||
| 6282 | 2024.06.25 22:14:26.252482 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Debug> DynamicQueryHandler: Done processing query | ||
| 6283 | 2024.06.25 22:14:26.252507 [ 3 ] {db5c6003-0748-4605-96fd-7c9b88b2d216} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6284 | 2024.06.25 22:14:26.252523 [ 3 ] {} <Debug> HTTP-Session: 7cdce84d-2a76-425c-80bf-c5978e372710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6285 | 2024.06.25 22:14:26.252629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6286 | 2024.06.25 22:14:26.252678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6287 | 2024.06.25 22:14:26.252698 [ 3 ] {} <Debug> HTTP-Session: f30148c7-28d1-4c8d-b3a9-a6c56e475c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6288 | 2024.06.25 22:14:26.252714 [ 3 ] {} <Debug> HTTP-Session: f30148c7-28d1-4c8d-b3a9-a6c56e475c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6289 | 2024.06.25 22:14:26.252728 [ 3 ] {} <Debug> HTTP-Session: f30148c7-28d1-4c8d-b3a9-a6c56e475c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6290 | 2024.06.25 22:14:26.252759 [ 3 ] {} <Trace> HTTP-Session: f30148c7-28d1-4c8d-b3a9-a6c56e475c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6291 | 2024.06.25 22:14:26.252887 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6292 | 2024.06.25 22:14:26.252934 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6293 | 2024.06.25 22:14:26.253086 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6294 | 2024.06.25 22:14:26.253407 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6295 | 2024.06.25 22:14:26.253443 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6296 | 2024.06.25 22:14:26.253802 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6297 | 2024.06.25 22:14:26.254141 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6298 | 2024.06.25 22:14:26.254272 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 6299 | 2024.06.25 22:14:26.254438 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6300 | 2024.06.25 22:14:26.254463 [ 3 ] {430f6328-09c3-47c3-8059-d9908d92b24a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6301 | 2024.06.25 22:14:26.254478 [ 3 ] {} <Debug> HTTP-Session: f30148c7-28d1-4c8d-b3a9-a6c56e475c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6302 | 2024.06.25 22:14:31.239123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6303 | 2024.06.25 22:14:31.239269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6304 | 2024.06.25 22:14:31.239300 [ 3 ] {} <Debug> HTTP-Session: a1a73f59-29a3-48cc-88fb-214f7c78b285 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6305 | 2024.06.25 22:14:31.239328 [ 3 ] {} <Debug> HTTP-Session: a1a73f59-29a3-48cc-88fb-214f7c78b285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6306 | 2024.06.25 22:14:31.239347 [ 3 ] {} <Debug> HTTP-Session: a1a73f59-29a3-48cc-88fb-214f7c78b285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6307 | 2024.06.25 22:14:31.239402 [ 3 ] {} <Trace> HTTP-Session: a1a73f59-29a3-48cc-88fb-214f7c78b285 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6308 | 2024.06.25 22:14:31.239618 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6309 | 2024.06.25 22:14:31.239697 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6310 | 2024.06.25 22:14:31.239921 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6311 | 2024.06.25 22:14:31.240404 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6312 | 2024.06.25 22:14:31.240453 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6313 | 2024.06.25 22:14:31.240839 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6314 | 2024.06.25 22:14:31.241191 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2024.06.25 22:14:31.241360 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.0018 sec., 6111.111111111111 rows/sec., 495.33 KiB/sec. | ||
| 6316 | 2024.06.25 22:14:31.241581 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Debug> DynamicQueryHandler: Done processing query | ||
| 6317 | 2024.06.25 22:14:31.241609 [ 3 ] {b8513b1f-b965-4e06-b887-a4504bb4edba} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6318 | 2024.06.25 22:14:31.241626 [ 3 ] {} <Debug> HTTP-Session: a1a73f59-29a3-48cc-88fb-214f7c78b285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6319 | 2024.06.25 22:14:31.241756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6320 | 2024.06.25 22:14:31.241815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6321 | 2024.06.25 22:14:31.241836 [ 3 ] {} <Debug> HTTP-Session: 73028496-c443-4a32-83c2-62e2c9673a03 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6322 | 2024.06.25 22:14:31.241854 [ 3 ] {} <Debug> HTTP-Session: 73028496-c443-4a32-83c2-62e2c9673a03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6323 | 2024.06.25 22:14:31.241869 [ 3 ] {} <Debug> HTTP-Session: 73028496-c443-4a32-83c2-62e2c9673a03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6324 | 2024.06.25 22:14:31.241904 [ 3 ] {} <Trace> HTTP-Session: 73028496-c443-4a32-83c2-62e2c9673a03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6325 | 2024.06.25 22:14:31.242033 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6326 | 2024.06.25 22:14:31.242081 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6327 | 2024.06.25 22:14:31.242220 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6328 | 2024.06.25 22:14:31.242606 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6329 | 2024.06.25 22:14:31.242645 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6330 | 2024.06.25 22:14:31.242967 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6331 | 2024.06.25 22:14:31.243289 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6332 | 2024.06.25 22:14:31.243442 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001452 sec., 61294.76584022039 rows/sec., 4.97 MiB/sec. | ||
| 6333 | 2024.06.25 22:14:31.243707 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 6334 | 2024.06.25 22:14:31.243765 [ 3 ] {88be830c-9bfa-4edc-a628-5443351a24ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6335 | 2024.06.25 22:14:31.243818 [ 3 ] {} <Debug> HTTP-Session: 73028496-c443-4a32-83c2-62e2c9673a03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6336 | 2024.06.25 22:14:31.243981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6337 | 2024.06.25 22:14:31.244038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6338 | 2024.06.25 22:14:31.244058 [ 3 ] {} <Debug> HTTP-Session: a6b9c3c3-02cf-41f9-b6b5-620655e1402c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6339 | 2024.06.25 22:14:31.244076 [ 3 ] {} <Debug> HTTP-Session: a6b9c3c3-02cf-41f9-b6b5-620655e1402c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6340 | 2024.06.25 22:14:31.244090 [ 3 ] {} <Debug> HTTP-Session: a6b9c3c3-02cf-41f9-b6b5-620655e1402c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6341 | 2024.06.25 22:14:31.244123 [ 3 ] {} <Trace> HTTP-Session: a6b9c3c3-02cf-41f9-b6b5-620655e1402c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6342 | 2024.06.25 22:14:31.244249 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6343 | 2024.06.25 22:14:31.244294 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6344 | 2024.06.25 22:14:31.244446 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6345 | 2024.06.25 22:14:31.244781 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2024.06.25 22:14:31.244818 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6347 | 2024.06.25 22:14:31.245138 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6348 | 2024.06.25 22:14:31.245470 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2024.06.25 22:14:31.245620 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001412 sec., 53116.14730878187 rows/sec., 4.15 MiB/sec. | ||
| 6350 | 2024.06.25 22:14:31.245792 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6351 | 2024.06.25 22:14:31.245818 [ 3 ] {ca7fedbb-ce57-44c2-a8ef-558195dafc0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6352 | 2024.06.25 22:14:31.245834 [ 3 ] {} <Debug> HTTP-Session: a6b9c3c3-02cf-41f9-b6b5-620655e1402c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6353 | 2024.06.25 22:14:31.245979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6354 | 2024.06.25 22:14:31.246030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6355 | 2024.06.25 22:14:31.246049 [ 3 ] {} <Debug> HTTP-Session: d1652ba4-e08b-431e-90f9-d7505809db66 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6356 | 2024.06.25 22:14:31.246066 [ 3 ] {} <Debug> HTTP-Session: d1652ba4-e08b-431e-90f9-d7505809db66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6357 | 2024.06.25 22:14:31.246080 [ 3 ] {} <Debug> HTTP-Session: d1652ba4-e08b-431e-90f9-d7505809db66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6358 | 2024.06.25 22:14:31.246112 [ 3 ] {} <Trace> HTTP-Session: d1652ba4-e08b-431e-90f9-d7505809db66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6359 | 2024.06.25 22:14:31.246258 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6360 | 2024.06.25 22:14:31.246307 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6361 | 2024.06.25 22:14:31.246463 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6362 | 2024.06.25 22:14:31.246868 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6363 | 2024.06.25 22:14:31.246906 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6364 | 2024.06.25 22:14:31.247305 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6365 | 2024.06.25 22:14:31.247644 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2024.06.25 22:14:31.247802 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
| 6367 | 2024.06.25 22:14:31.247971 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6368 | 2024.06.25 22:14:31.247996 [ 3 ] {a439fd18-de23-45f1-b948-2f15b5c333b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6369 | 2024.06.25 22:14:31.248011 [ 3 ] {} <Debug> HTTP-Session: d1652ba4-e08b-431e-90f9-d7505809db66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6370 | 2024.06.25 22:14:31.248123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6371 | 2024.06.25 22:14:31.248172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6372 | 2024.06.25 22:14:31.248192 [ 3 ] {} <Debug> HTTP-Session: 0b782c0f-ea83-422d-978a-0ae7541c5a63 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6373 | 2024.06.25 22:14:31.248208 [ 3 ] {} <Debug> HTTP-Session: 0b782c0f-ea83-422d-978a-0ae7541c5a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6374 | 2024.06.25 22:14:31.248222 [ 3 ] {} <Debug> HTTP-Session: 0b782c0f-ea83-422d-978a-0ae7541c5a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6375 | 2024.06.25 22:14:31.248252 [ 3 ] {} <Trace> HTTP-Session: 0b782c0f-ea83-422d-978a-0ae7541c5a63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6376 | 2024.06.25 22:14:31.248439 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6377 | 2024.06.25 22:14:31.248504 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6378 | 2024.06.25 22:14:31.248928 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6379 | 2024.06.25 22:14:31.249490 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2024.06.25 22:14:31.249528 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6381 | 2024.06.25 22:14:31.250121 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6382 | 2024.06.25 22:14:31.250526 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2024.06.25 22:14:31.250722 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002385 sec., 4612.1593291404615 rows/sec., 8.26 MiB/sec. | ||
| 6384 | 2024.06.25 22:14:31.250950 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6385 | 2024.06.25 22:14:31.250975 [ 3 ] {b3a3fa7d-94e0-44e4-8ea3-81fd3b6b1ba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6386 | 2024.06.25 22:14:31.250991 [ 3 ] {} <Debug> HTTP-Session: 0b782c0f-ea83-422d-978a-0ae7541c5a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6387 | 2024.06.25 22:14:31.251105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6388 | 2024.06.25 22:14:31.251153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6389 | 2024.06.25 22:14:31.251173 [ 3 ] {} <Debug> HTTP-Session: 98f8cab3-6b3f-41d0-a5e5-f7b925d72fee Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6390 | 2024.06.25 22:14:31.251189 [ 3 ] {} <Debug> HTTP-Session: 98f8cab3-6b3f-41d0-a5e5-f7b925d72fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6391 | 2024.06.25 22:14:31.251202 [ 3 ] {} <Debug> HTTP-Session: 98f8cab3-6b3f-41d0-a5e5-f7b925d72fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6392 | 2024.06.25 22:14:31.251233 [ 3 ] {} <Trace> HTTP-Session: 98f8cab3-6b3f-41d0-a5e5-f7b925d72fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6393 | 2024.06.25 22:14:31.251347 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6394 | 2024.06.25 22:14:31.251406 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6395 | 2024.06.25 22:14:31.251536 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6396 | 2024.06.25 22:14:31.251834 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6397 | 2024.06.25 22:14:31.251871 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6398 | 2024.06.25 22:14:31.252227 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6399 | 2024.06.25 22:14:31.252558 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6400 | 2024.06.25 22:14:31.252709 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
| 6401 | 2024.06.25 22:14:31.252873 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Debug> DynamicQueryHandler: Done processing query | ||
| 6402 | 2024.06.25 22:14:31.252897 [ 3 ] {2838fbb6-62d5-4498-9af7-7ad61c626b60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6403 | 2024.06.25 22:14:31.252913 [ 3 ] {} <Debug> HTTP-Session: 98f8cab3-6b3f-41d0-a5e5-f7b925d72fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6404 | 2024.06.25 22:14:32.115435 [ 88 ] {} <Debug> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6405 | 2024.06.25 22:14:32.115503 [ 88 ] {} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6406 | 2024.06.25 22:14:32.115530 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6407 | 2024.06.25 22:14:32.115744 [ 191 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 6408 | 2024.06.25 22:14:32.115944 [ 191 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6409 | 2024.06.25 22:14:32.115981 [ 191 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
| 6410 | 2024.06.25 22:14:32.116056 [ 191 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 6411 | 2024.06.25 22:14:32.116150 [ 191 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 6412 | 2024.06.25 22:14:32.116393 [ 191 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 6413 | 2024.06.25 22:14:32.116530 [ 191 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 6414 | 2024.06.25 22:14:32.117759 [ 190 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.0021488 sec., 12099.776619508562 rows/sec., 986.65 KiB/sec. | ||
| 6415 | 2024.06.25 22:14:32.117954 [ 190 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6416 | 2024.06.25 22:14:32.118375 [ 190 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6417 | 2024.06.25 22:14:32.118466 [ 190 ] {968ee4a4-83ff-462a-8e08-fd31c202e3d9::all_1_9_2} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6418 | 2024.06.25 22:14:32.118560 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6419 | 2024.06.25 22:14:34.535498 [ 86 ] {} <Debug> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6420 | 2024.06.25 22:14:34.535573 [ 86 ] {} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6421 | 2024.06.25 22:14:34.535595 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6422 | 2024.06.25 22:14:34.535814 [ 191 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 6423 | 2024.06.25 22:14:34.536031 [ 191 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6424 | 2024.06.25 22:14:34.536071 [ 191 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
| 6425 | 2024.06.25 22:14:34.536159 [ 191 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 6426 | 2024.06.25 22:14:34.536374 [ 191 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 6427 | 2024.06.25 22:14:34.536634 [ 191 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 6428 | 2024.06.25 22:14:34.536768 [ 191 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 6429 | 2024.06.25 22:14:34.537792 [ 201 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00211604 sec., 12287.1023232075 rows/sec., 857.94 KiB/sec. | ||
| 6430 | 2024.06.25 22:14:34.537957 [ 201 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6431 | 2024.06.25 22:14:34.538377 [ 201 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6432 | 2024.06.25 22:14:34.538460 [ 201 ] {69e5a64a-6257-4736-84a1-6d958dc572a0::all_1_9_2} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6433 | 2024.06.25 22:14:34.538553 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6434 | 2024.06.25 22:14:36.240051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6435 | 2024.06.25 22:14:36.240184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6436 | 2024.06.25 22:14:36.240215 [ 3 ] {} <Debug> HTTP-Session: 78978f72-9e8c-4504-8da6-b7f15877d05f Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6437 | 2024.06.25 22:14:36.240243 [ 3 ] {} <Debug> HTTP-Session: 78978f72-9e8c-4504-8da6-b7f15877d05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6438 | 2024.06.25 22:14:36.240262 [ 3 ] {} <Debug> HTTP-Session: 78978f72-9e8c-4504-8da6-b7f15877d05f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6439 | 2024.06.25 22:14:36.240319 [ 3 ] {} <Trace> HTTP-Session: 78978f72-9e8c-4504-8da6-b7f15877d05f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6440 | 2024.06.25 22:14:36.240539 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6441 | 2024.06.25 22:14:36.240620 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6442 | 2024.06.25 22:14:36.240847 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6443 | 2024.06.25 22:14:36.241341 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6444 | 2024.06.25 22:14:36.241396 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6445 | 2024.06.25 22:14:36.241805 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6446 | 2024.06.25 22:14:36.242200 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6447 | 2024.06.25 22:14:36.242358 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.00189 sec., 10582.010582010582 rows/sec., 857.72 KiB/sec. | ||
| 6448 | 2024.06.25 22:14:36.242598 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6449 | 2024.06.25 22:14:36.242628 [ 3 ] {38e9a726-490a-4cdc-8add-8cb887901ad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6450 | 2024.06.25 22:14:36.242644 [ 3 ] {} <Debug> HTTP-Session: 78978f72-9e8c-4504-8da6-b7f15877d05f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6451 | 2024.06.25 22:14:36.242795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6452 | 2024.06.25 22:14:36.242847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6453 | 2024.06.25 22:14:36.242867 [ 3 ] {} <Debug> HTTP-Session: 0b1b5e44-4d43-423c-92d8-a5495e2c53b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6454 | 2024.06.25 22:14:36.242884 [ 3 ] {} <Debug> HTTP-Session: 0b1b5e44-4d43-423c-92d8-a5495e2c53b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6455 | 2024.06.25 22:14:36.242898 [ 3 ] {} <Debug> HTTP-Session: 0b1b5e44-4d43-423c-92d8-a5495e2c53b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6456 | 2024.06.25 22:14:36.242930 [ 3 ] {} <Trace> HTTP-Session: 0b1b5e44-4d43-423c-92d8-a5495e2c53b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6457 | 2024.06.25 22:14:36.243061 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6458 | 2024.06.25 22:14:36.243107 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6459 | 2024.06.25 22:14:36.243243 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6460 | 2024.06.25 22:14:36.243630 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2024.06.25 22:14:36.243668 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6462 | 2024.06.25 22:14:36.243980 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6463 | 2024.06.25 22:14:36.244304 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2024.06.25 22:14:36.244454 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001439 sec., 80611.53578874219 rows/sec., 6.67 MiB/sec. | ||
| 6465 | 2024.06.25 22:14:36.244625 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Debug> DynamicQueryHandler: Done processing query | ||
| 6466 | 2024.06.25 22:14:36.244650 [ 3 ] {8e901889-d283-4732-966e-44cfa2fedf02} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6467 | 2024.06.25 22:14:36.244666 [ 3 ] {} <Debug> HTTP-Session: 0b1b5e44-4d43-423c-92d8-a5495e2c53b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6468 | 2024.06.25 22:14:36.244845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6469 | 2024.06.25 22:14:36.244895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6470 | 2024.06.25 22:14:36.244916 [ 3 ] {} <Debug> HTTP-Session: cd5ff90b-fcb5-400f-91a7-6ca8ad492e37 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6471 | 2024.06.25 22:14:36.244933 [ 3 ] {} <Debug> HTTP-Session: cd5ff90b-fcb5-400f-91a7-6ca8ad492e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6472 | 2024.06.25 22:14:36.244947 [ 3 ] {} <Debug> HTTP-Session: cd5ff90b-fcb5-400f-91a7-6ca8ad492e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6473 | 2024.06.25 22:14:36.244977 [ 3 ] {} <Trace> HTTP-Session: cd5ff90b-fcb5-400f-91a7-6ca8ad492e37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6474 | 2024.06.25 22:14:36.245099 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6475 | 2024.06.25 22:14:36.245142 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6476 | 2024.06.25 22:14:36.245270 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6477 | 2024.06.25 22:14:36.245618 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2024.06.25 22:14:36.245654 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6479 | 2024.06.25 22:14:36.245963 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6480 | 2024.06.25 22:14:36.246274 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2024.06.25 22:14:36.246425 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001368 sec., 61403.508771929824 rows/sec., 4.79 MiB/sec. | ||
| 6482 | 2024.06.25 22:14:36.246605 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6483 | 2024.06.25 22:14:36.246630 [ 3 ] {ebec8916-8b2f-440d-9417-3312d06dedfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6484 | 2024.06.25 22:14:36.246646 [ 3 ] {} <Debug> HTTP-Session: cd5ff90b-fcb5-400f-91a7-6ca8ad492e37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6485 | 2024.06.25 22:14:36.246821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6486 | 2024.06.25 22:14:36.246871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6487 | 2024.06.25 22:14:36.246891 [ 3 ] {} <Debug> HTTP-Session: 1238a314-0542-4672-8910-7a3835728263 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6488 | 2024.06.25 22:14:36.246907 [ 3 ] {} <Debug> HTTP-Session: 1238a314-0542-4672-8910-7a3835728263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6489 | 2024.06.25 22:14:36.246922 [ 3 ] {} <Debug> HTTP-Session: 1238a314-0542-4672-8910-7a3835728263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6490 | 2024.06.25 22:14:36.246953 [ 3 ] {} <Trace> HTTP-Session: 1238a314-0542-4672-8910-7a3835728263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6491 | 2024.06.25 22:14:36.247100 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6492 | 2024.06.25 22:14:36.247148 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6493 | 2024.06.25 22:14:36.247296 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6494 | 2024.06.25 22:14:36.247682 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6495 | 2024.06.25 22:14:36.247719 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6496 | 2024.06.25 22:14:36.248112 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6497 | 2024.06.25 22:14:36.248467 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6498 | 2024.06.25 22:14:36.248633 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
| 6499 | 2024.06.25 22:14:36.248921 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Debug> DynamicQueryHandler: Done processing query | ||
| 6500 | 2024.06.25 22:14:36.248975 [ 3 ] {e030bfd2-03af-4c4e-bbcc-4c7bc8786578} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6501 | 2024.06.25 22:14:36.249016 [ 3 ] {} <Debug> HTTP-Session: 1238a314-0542-4672-8910-7a3835728263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6502 | 2024.06.25 22:14:36.249211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6503 | 2024.06.25 22:14:36.249262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6504 | 2024.06.25 22:14:36.249282 [ 3 ] {} <Debug> HTTP-Session: 10d842b5-5866-4c84-a948-bfcd9eb4967a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6505 | 2024.06.25 22:14:36.249299 [ 3 ] {} <Debug> HTTP-Session: 10d842b5-5866-4c84-a948-bfcd9eb4967a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6506 | 2024.06.25 22:14:36.249313 [ 3 ] {} <Debug> HTTP-Session: 10d842b5-5866-4c84-a948-bfcd9eb4967a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6507 | 2024.06.25 22:14:36.249343 [ 3 ] {} <Trace> HTTP-Session: 10d842b5-5866-4c84-a948-bfcd9eb4967a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6508 | 2024.06.25 22:14:36.249606 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6509 | 2024.06.25 22:14:36.249679 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6510 | 2024.06.25 22:14:36.250108 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6511 | 2024.06.25 22:14:36.250788 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6512 | 2024.06.25 22:14:36.250824 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6513 | 2024.06.25 22:14:36.251437 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6514 | 2024.06.25 22:14:36.251907 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6515 | 2024.06.25 22:14:36.252079 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002647 sec., 7555.723460521344 rows/sec., 13.54 MiB/sec. | ||
| 6516 | 2024.06.25 22:14:36.252385 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Debug> DynamicQueryHandler: Done processing query | ||
| 6517 | 2024.06.25 22:14:36.252410 [ 3 ] {df55a4fb-c042-4bf9-8865-ea823994fb50} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6518 | 2024.06.25 22:14:36.252425 [ 3 ] {} <Debug> HTTP-Session: 10d842b5-5866-4c84-a948-bfcd9eb4967a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6519 | 2024.06.25 22:14:36.252550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6520 | 2024.06.25 22:14:36.252599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6521 | 2024.06.25 22:14:36.252619 [ 3 ] {} <Debug> HTTP-Session: 36d34282-728c-4e8c-b598-dc0b7057dcdd Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6522 | 2024.06.25 22:14:36.252635 [ 3 ] {} <Debug> HTTP-Session: 36d34282-728c-4e8c-b598-dc0b7057dcdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6523 | 2024.06.25 22:14:36.252648 [ 3 ] {} <Debug> HTTP-Session: 36d34282-728c-4e8c-b598-dc0b7057dcdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6524 | 2024.06.25 22:14:36.252679 [ 3 ] {} <Trace> HTTP-Session: 36d34282-728c-4e8c-b598-dc0b7057dcdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6525 | 2024.06.25 22:14:36.252796 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6526 | 2024.06.25 22:14:36.252840 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6527 | 2024.06.25 22:14:36.252969 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6528 | 2024.06.25 22:14:36.253272 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6529 | 2024.06.25 22:14:36.253309 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6530 | 2024.06.25 22:14:36.253665 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6531 | 2024.06.25 22:14:36.253993 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6532 | 2024.06.25 22:14:36.254149 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
| 6533 | 2024.06.25 22:14:36.254401 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Debug> DynamicQueryHandler: Done processing query | ||
| 6534 | 2024.06.25 22:14:36.254451 [ 3 ] {35a2a43f-283b-48ac-a454-6221d944f520} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6535 | 2024.06.25 22:14:36.254488 [ 3 ] {} <Debug> HTTP-Session: 36d34282-728c-4e8c-b598-dc0b7057dcdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6536 | 2024.06.25 22:14:38.065131 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6537 | 2024.06.25 22:14:38.065209 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6538 | 2024.06.25 22:14:39.001262 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000858873 sec. | ||
| 6539 | 2024.06.25 22:14:41.240174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6540 | 2024.06.25 22:14:41.240294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6541 | 2024.06.25 22:14:41.240322 [ 3 ] {} <Debug> HTTP-Session: 38313b2e-b2ae-4064-84e9-78b30ed92013 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6542 | 2024.06.25 22:14:41.240349 [ 3 ] {} <Debug> HTTP-Session: 38313b2e-b2ae-4064-84e9-78b30ed92013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6543 | 2024.06.25 22:14:41.240366 [ 3 ] {} <Debug> HTTP-Session: 38313b2e-b2ae-4064-84e9-78b30ed92013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6544 | 2024.06.25 22:14:41.240428 [ 3 ] {} <Trace> HTTP-Session: 38313b2e-b2ae-4064-84e9-78b30ed92013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6545 | 2024.06.25 22:14:41.240689 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6546 | 2024.06.25 22:14:41.240758 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6547 | 2024.06.25 22:14:41.240955 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6548 | 2024.06.25 22:14:41.241380 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2024.06.25 22:14:41.241426 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6550 | 2024.06.25 22:14:41.241806 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6551 | 2024.06.25 22:14:41.242159 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2024.06.25 22:14:41.242317 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001684 sec., 6532.066508313539 rows/sec., 529.45 KiB/sec. | ||
| 6553 | 2024.06.25 22:14:41.242355 [ 82 ] {} <Debug> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6554 | 2024.06.25 22:14:41.242461 [ 82 ] {} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2024.06.25 22:14:41.242516 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6556 | 2024.06.25 22:14:41.242654 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Debug> DynamicQueryHandler: Done processing query | ||
| 6557 | 2024.06.25 22:14:41.242710 [ 3 ] {72120601-a54d-4c81-b866-d26438a34f72} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6558 | 2024.06.25 22:14:41.242730 [ 197 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::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 | ||
| 6559 | 2024.06.25 22:14:41.242740 [ 3 ] {} <Debug> HTTP-Session: 38313b2e-b2ae-4064-84e9-78b30ed92013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6560 | 2024.06.25 22:14:41.242953 [ 197 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6561 | 2024.06.25 22:14:41.243011 [ 197 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 31 rows starting from the beginning of the part | ||
| 6562 | 2024.06.25 22:14:41.243024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 989, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6563 | 2024.06.25 22:14:41.243153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6564 | 2024.06.25 22:14:41.243242 [ 3 ] {} <Debug> HTTP-Session: 4cf8bc14-a691-4278-88f5-54773157f360 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6565 | 2024.06.25 22:14:41.243322 [ 3 ] {} <Debug> HTTP-Session: 4cf8bc14-a691-4278-88f5-54773157f360 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6566 | 2024.06.25 22:14:41.243324 [ 197 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part | ||
| 6567 | 2024.06.25 22:14:41.243355 [ 3 ] {} <Debug> HTTP-Session: 4cf8bc14-a691-4278-88f5-54773157f360 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6568 | 2024.06.25 22:14:41.243472 [ 3 ] {} <Trace> HTTP-Session: 4cf8bc14-a691-4278-88f5-54773157f360 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6569 | 2024.06.25 22:14:41.243587 [ 197 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 6570 | 2024.06.25 22:14:41.243856 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6571 | 2024.06.25 22:14:41.243887 [ 197 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part | ||
| 6572 | 2024.06.25 22:14:41.243995 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6573 | 2024.06.25 22:14:41.244204 [ 197 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part | ||
| 6574 | 2024.06.25 22:14:41.244549 [ 197 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 11 rows starting from the beginning of the part | ||
| 6575 | 2024.06.25 22:14:41.245120 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6576 | 2024.06.25 22:14:41.245933 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6577 | 2024.06.25 22:14:41.246013 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6578 | 2024.06.25 22:14:41.246957 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6579 | 2024.06.25 22:14:41.247234 [ 189 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 104 rows, containing 4 columns (4 merged, 0 gathered) in 0.004614035 sec., 22539.924382888297 rows/sec., 1.78 MiB/sec. | ||
| 6580 | 2024.06.25 22:14:41.247480 [ 189 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6581 | 2024.06.25 22:14:41.247690 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2024.06.25 22:14:41.248125 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004426 sec., 1355.6258472661546 rows/sec., 110.54 KiB/sec. | ||
| 6583 | 2024.06.25 22:14:41.248422 [ 189 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6584 | 2024.06.25 22:14:41.248492 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Debug> DynamicQueryHandler: Done processing query | ||
| 6585 | 2024.06.25 22:14:41.248554 [ 3 ] {0df2636d-98b9-4806-9691-b5e1aa1a4c94} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6586 | 2024.06.25 22:14:41.248593 [ 3 ] {} <Debug> HTTP-Session: 4cf8bc14-a691-4278-88f5-54773157f360 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6587 | 2024.06.25 22:14:41.248605 [ 189 ] {ad3081a2-27d1-4def-bd12-3a1ff36da850::all_1_41_8} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6588 | 2024.06.25 22:14:41.248718 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6589 | 2024.06.25 22:14:41.248773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6590 | 2024.06.25 22:14:41.248833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6591 | 2024.06.25 22:14:41.248855 [ 3 ] {} <Debug> HTTP-Session: c9e77652-df6e-4ff7-bf9c-96963c5ddf47 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6592 | 2024.06.25 22:14:41.248872 [ 3 ] {} <Debug> HTTP-Session: c9e77652-df6e-4ff7-bf9c-96963c5ddf47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6593 | 2024.06.25 22:14:41.248886 [ 3 ] {} <Debug> HTTP-Session: c9e77652-df6e-4ff7-bf9c-96963c5ddf47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6594 | 2024.06.25 22:14:41.248922 [ 3 ] {} <Trace> HTTP-Session: c9e77652-df6e-4ff7-bf9c-96963c5ddf47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6595 | 2024.06.25 22:14:41.249069 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6596 | 2024.06.25 22:14:41.249120 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6597 | 2024.06.25 22:14:41.249274 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6598 | 2024.06.25 22:14:41.249655 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6599 | 2024.06.25 22:14:41.249694 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6600 | 2024.06.25 22:14:41.250025 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6601 | 2024.06.25 22:14:41.250349 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6602 | 2024.06.25 22:14:41.250503 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Debug> executeQuery: Read 92 rows, 7.61 KiB in 0.001488 sec., 61827.956989247316 rows/sec., 4.99 MiB/sec. | ||
| 6603 | 2024.06.25 22:14:41.250524 [ 81 ] {} <Debug> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6604 | 2024.06.25 22:14:41.250627 [ 81 ] {} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6605 | 2024.06.25 22:14:41.250692 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6606 | 2024.06.25 22:14:41.250860 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6607 | 2024.06.25 22:14:41.250940 [ 3 ] {c71562cc-6090-425d-bf67-4e767ce3ae9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6608 | 2024.06.25 22:14:41.251019 [ 3 ] {} <Debug> HTTP-Session: c9e77652-df6e-4ff7-bf9c-96963c5ddf47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6609 | 2024.06.25 22:14:41.251208 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 6610 | 2024.06.25 22:14:41.251278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6611 | 2024.06.25 22:14:41.251439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6612 | 2024.06.25 22:14:41.251501 [ 3 ] {} <Debug> HTTP-Session: be5b72dc-434e-4d39-abdf-5005662bddc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6613 | 2024.06.25 22:14:41.251550 [ 3 ] {} <Debug> HTTP-Session: be5b72dc-434e-4d39-abdf-5005662bddc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6614 | 2024.06.25 22:14:41.251592 [ 3 ] {} <Debug> HTTP-Session: be5b72dc-434e-4d39-abdf-5005662bddc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6615 | 2024.06.25 22:14:41.251685 [ 3 ] {} <Trace> HTTP-Session: be5b72dc-434e-4d39-abdf-5005662bddc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6616 | 2024.06.25 22:14:41.251702 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6617 | 2024.06.25 22:14:41.251757 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::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 | ||
| 6618 | 2024.06.25 22:14:41.251914 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6619 | 2024.06.25 22:14:41.251994 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 90 rows starting from the beginning of the part | ||
| 6620 | 2024.06.25 22:14:41.252052 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6621 | 2024.06.25 22:14:41.252351 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 116 rows starting from the beginning of the part | ||
| 6622 | 2024.06.25 22:14:41.252678 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 89 rows starting from the beginning of the part | ||
| 6623 | 2024.06.25 22:14:41.253051 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 116 rows starting from the beginning of the part | ||
| 6624 | 2024.06.25 22:14:41.253157 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6625 | 2024.06.25 22:14:41.253359 [ 198 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 92 rows starting from the beginning of the part | ||
| 6626 | 2024.06.25 22:14:41.254135 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6627 | 2024.06.25 22:14:41.254197 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6628 | 2024.06.25 22:14:41.254993 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6629 | 2024.06.25 22:14:41.255854 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2024.06.25 22:14:41.256301 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004481 sec., 1338.9868332961394 rows/sec., 93.49 KiB/sec. | ||
| 6631 | 2024.06.25 22:14:41.256695 [ 189 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 4 columns (4 merged, 0 gathered) in 0.005886324 sec., 118070.29310652964 rows/sec., 9.66 MiB/sec. | ||
| 6632 | 2024.06.25 22:14:41.256899 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6633 | 2024.06.25 22:14:41.256971 [ 3 ] {e8a0a540-6f73-4813-8197-566264244ea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6634 | 2024.06.25 22:14:41.256980 [ 189 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6635 | 2024.06.25 22:14:41.256999 [ 3 ] {} <Debug> HTTP-Session: be5b72dc-434e-4d39-abdf-5005662bddc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6636 | 2024.06.25 22:14:41.257240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 13767, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6637 | 2024.06.25 22:14:41.257360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6638 | 2024.06.25 22:14:41.257431 [ 3 ] {} <Debug> HTTP-Session: 5fb8826c-0e95-4728-9142-3e998721a062 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6639 | 2024.06.25 22:14:41.257466 [ 3 ] {} <Debug> HTTP-Session: 5fb8826c-0e95-4728-9142-3e998721a062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6640 | 2024.06.25 22:14:41.257494 [ 3 ] {} <Debug> HTTP-Session: 5fb8826c-0e95-4728-9142-3e998721a062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6641 | 2024.06.25 22:14:41.257560 [ 3 ] {} <Trace> HTTP-Session: 5fb8826c-0e95-4728-9142-3e998721a062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6642 | 2024.06.25 22:14:41.257718 [ 189 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6643 | 2024.06.25 22:14:41.257777 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6644 | 2024.06.25 22:14:41.257852 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6645 | 2024.06.25 22:14:41.257863 [ 189 ] {e37a6a95-781f-4780-af7f-7ac5e9185495::all_1_41_8} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6646 | 2024.06.25 22:14:41.258051 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6647 | 2024.06.25 22:14:41.258174 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6648 | 2024.06.25 22:14:41.258492 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6649 | 2024.06.25 22:14:41.258531 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6650 | 2024.06.25 22:14:41.258864 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6651 | 2024.06.25 22:14:41.259184 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6652 | 2024.06.25 22:14:41.259340 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Debug> executeQuery: Read 81 rows, 6.49 KiB in 0.001658 sec., 48854.041013269 rows/sec., 3.82 MiB/sec. | ||
| 6653 | 2024.06.25 22:14:41.259351 [ 81 ] {} <Debug> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6654 | 2024.06.25 22:14:41.259445 [ 81 ] {} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6655 | 2024.06.25 22:14:41.259504 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6656 | 2024.06.25 22:14:41.259625 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Debug> DynamicQueryHandler: Done processing query | ||
| 6657 | 2024.06.25 22:14:41.259668 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 6658 | 2024.06.25 22:14:41.259680 [ 3 ] {a48d09b9-0c36-4d1a-b2da-83a14945eabb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6659 | 2024.06.25 22:14:41.259738 [ 3 ] {} <Debug> HTTP-Session: 5fb8826c-0e95-4728-9142-3e998721a062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6660 | 2024.06.25 22:14:41.259864 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6661 | 2024.06.25 22:14:41.259902 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::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 | ||
| 6662 | 2024.06.25 22:14:41.260013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 31194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6663 | 2024.06.25 22:14:41.260100 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 77 rows starting from the beginning of the part | ||
| 6664 | 2024.06.25 22:14:41.260217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6665 | 2024.06.25 22:14:41.260335 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 84 rows starting from the beginning of the part | ||
| 6666 | 2024.06.25 22:14:41.260340 [ 3 ] {} <Debug> HTTP-Session: 6676ee10-d616-4e49-939f-3a00f53a8e08 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6667 | 2024.06.25 22:14:41.260452 [ 3 ] {} <Debug> HTTP-Session: 6676ee10-d616-4e49-939f-3a00f53a8e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6668 | 2024.06.25 22:14:41.260566 [ 3 ] {} <Debug> HTTP-Session: 6676ee10-d616-4e49-939f-3a00f53a8e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6669 | 2024.06.25 22:14:41.260686 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 75 rows starting from the beginning of the part | ||
| 6670 | 2024.06.25 22:14:41.260732 [ 3 ] {} <Trace> HTTP-Session: 6676ee10-d616-4e49-939f-3a00f53a8e08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6671 | 2024.06.25 22:14:41.260914 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 84 rows starting from the beginning of the part | ||
| 6672 | 2024.06.25 22:14:41.261132 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 81 rows starting from the beginning of the part | ||
| 6673 | 2024.06.25 22:14:41.261373 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6674 | 2024.06.25 22:14:41.261560 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6675 | 2024.06.25 22:14:41.262088 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6676 | 2024.06.25 22:14:41.263106 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6677 | 2024.06.25 22:14:41.263177 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6678 | 2024.06.25 22:14:41.263951 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 4 columns (4 merged, 0 gathered) in 0.004363442 sec., 126505.63477181546 rows/sec., 9.88 MiB/sec. | ||
| 6679 | 2024.06.25 22:14:41.264186 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6680 | 2024.06.25 22:14:41.264195 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6681 | 2024.06.25 22:14:41.265200 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6682 | 2024.06.25 22:14:41.265268 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2024.06.25 22:14:41.265379 [ 197 ] {67b68af3-df2b-4b3e-b3ad-9ff868b06551::all_1_41_8} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6684 | 2024.06.25 22:14:41.265540 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6685 | 2024.06.25 22:14:41.265590 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6686 | 2024.06.25 22:14:41.265635 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6687 | 2024.06.25 22:14:41.265670 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.004608 sec., 35373.26388888889 rows/sec., 2.46 MiB/sec. | ||
| 6688 | 2024.06.25 22:14:41.265686 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6689 | 2024.06.25 22:14:41.266255 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6690 | 2024.06.25 22:14:41.266280 [ 186 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 6691 | 2024.06.25 22:14:41.266320 [ 3 ] {0c64782b-571d-4bf7-8f5f-162deeb8858e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6692 | 2024.06.25 22:14:41.266404 [ 3 ] {} <Debug> HTTP-Session: 6676ee10-d616-4e49-939f-3a00f53a8e08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6693 | 2024.06.25 22:14:41.266660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6694 | 2024.06.25 22:14:41.266752 [ 186 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6695 | 2024.06.25 22:14:41.266764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6696 | 2024.06.25 22:14:41.266822 [ 186 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 4415 rows starting from the beginning of the part | ||
| 6697 | 2024.06.25 22:14:41.266829 [ 3 ] {} <Debug> HTTP-Session: 83d7be16-2a54-4f17-ad5d-d743c7d0401a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6698 | 2024.06.25 22:14:41.266883 [ 3 ] {} <Debug> HTTP-Session: 83d7be16-2a54-4f17-ad5d-d743c7d0401a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6699 | 2024.06.25 22:14:41.266924 [ 3 ] {} <Debug> HTTP-Session: 83d7be16-2a54-4f17-ad5d-d743c7d0401a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6700 | 2024.06.25 22:14:41.267080 [ 186 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 6701 | 2024.06.25 22:14:41.267115 [ 3 ] {} <Trace> HTTP-Session: 83d7be16-2a54-4f17-ad5d-d743c7d0401a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2024.06.25 22:14:41.267351 [ 186 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 6703 | 2024.06.25 22:14:41.267601 [ 186 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 6704 | 2024.06.25 22:14:41.267810 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6705 | 2024.06.25 22:14:41.267860 [ 186 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::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 | ||
| 6706 | 2024.06.25 22:14:41.268156 [ 186 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 163 rows starting from the beginning of the part | ||
| 6707 | 2024.06.25 22:14:41.268262 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6708 | 2024.06.25 22:14:41.269939 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6709 | 2024.06.25 22:14:41.271572 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6710 | 2024.06.25 22:14:41.271619 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6711 | 2024.06.25 22:14:41.272445 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6712 | 2024.06.25 22:14:41.272781 [ 197 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5219 rows, containing 5 columns (5 merged, 0 gathered) in 0.006950738 sec., 750855.5206655754 rows/sec., 52.39 MiB/sec. | ||
| 6713 | 2024.06.25 22:14:41.273221 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6714 | 2024.06.25 22:14:41.273411 [ 197 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6715 | 2024.06.25 22:14:41.273456 [ 81 ] {} <Debug> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6716 | 2024.06.25 22:14:41.273540 [ 81 ] {} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6717 | 2024.06.25 22:14:41.273610 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6718 | 2024.06.25 22:14:41.273631 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.006152 sec., 1788.036410923277 rows/sec., 3.20 MiB/sec. | ||
| 6719 | 2024.06.25 22:14:41.274186 [ 186 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::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 | ||
| 6720 | 2024.06.25 22:14:41.275566 [ 187 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2024.06.25 22:14:41.276212 [ 187 ] {a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6722 | 2024.06.25 22:14:41.276538 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 6723 | 2024.06.25 22:14:41.276645 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Debug> DynamicQueryHandler: Done processing query | ||
| 6724 | 2024.06.25 22:14:41.276698 [ 3 ] {f579d661-e0ee-4024-880b-8dfce0189d43} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6725 | 2024.06.25 22:14:41.276752 [ 3 ] {} <Debug> HTTP-Session: 83d7be16-2a54-4f17-ad5d-d743c7d0401a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6726 | 2024.06.25 22:14:41.276752 [ 186 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6727 | 2024.06.25 22:14:41.276845 [ 186 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 583 rows starting from the beginning of the part | ||
| 6728 | 2024.06.25 22:14:41.276926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6729 | 2024.06.25 22:14:41.277079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6730 | 2024.06.25 22:14:41.277195 [ 3 ] {} <Debug> HTTP-Session: 78636b90-3df8-4765-9e7d-60a144c6e988 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6731 | 2024.06.25 22:14:41.277286 [ 3 ] {} <Debug> HTTP-Session: 78636b90-3df8-4765-9e7d-60a144c6e988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6732 | 2024.06.25 22:14:41.277367 [ 3 ] {} <Debug> HTTP-Session: 78636b90-3df8-4765-9e7d-60a144c6e988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6733 | 2024.06.25 22:14:41.277468 [ 3 ] {} <Trace> HTTP-Session: 78636b90-3df8-4765-9e7d-60a144c6e988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6734 | 2024.06.25 22:14:41.277477 [ 186 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part | ||
| 6735 | 2024.06.25 22:14:41.277789 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6736 | 2024.06.25 22:14:41.277970 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6737 | 2024.06.25 22:14:41.278112 [ 186 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 6738 | 2024.06.25 22:14:41.278792 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6739 | 2024.06.25 22:14:41.278992 [ 186 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part | ||
| 6740 | 2024.06.25 22:14:41.279678 [ 186 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part | ||
| 6741 | 2024.06.25 22:14:41.279842 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2024.06.25 22:14:41.279972 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6743 | 2024.06.25 22:14:41.280324 [ 186 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 11 rows starting from the beginning of the part | ||
| 6744 | 2024.06.25 22:14:41.281284 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6745 | 2024.06.25 22:14:41.282126 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6746 | 2024.06.25 22:14:41.282403 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004808 sec., 12479.20133111481 rows/sec., 861.19 KiB/sec. | ||
| 6747 | 2024.06.25 22:14:41.282805 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6748 | 2024.06.25 22:14:41.282848 [ 3 ] {2327679d-3086-420d-a414-12c58a63a19a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6749 | 2024.06.25 22:14:41.282877 [ 3 ] {} <Debug> HTTP-Session: 78636b90-3df8-4765-9e7d-60a144c6e988 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6750 | 2024.06.25 22:14:41.285542 [ 187 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 19 columns (19 merged, 0 gathered) in 0.011785457 sec., 55661.82117502953 rows/sec., 99.74 MiB/sec. | ||
| 6751 | 2024.06.25 22:14:41.286941 [ 200 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6752 | 2024.06.25 22:14:41.287632 [ 200 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6753 | 2024.06.25 22:14:41.287725 [ 200 ] {c1d9abd1-884a-48ec-b687-8bdd18cd8f5c::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6754 | 2024.06.25 22:14:41.287888 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 6755 | 2024.06.25 22:14:46.241895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6756 | 2024.06.25 22:14:46.242049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6757 | 2024.06.25 22:14:46.242080 [ 3 ] {} <Debug> HTTP-Session: 654a8218-8cf7-40d3-bd91-2146b13ee582 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6758 | 2024.06.25 22:14:46.242108 [ 3 ] {} <Debug> HTTP-Session: 654a8218-8cf7-40d3-bd91-2146b13ee582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6759 | 2024.06.25 22:14:46.242127 [ 3 ] {} <Debug> HTTP-Session: 654a8218-8cf7-40d3-bd91-2146b13ee582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6760 | 2024.06.25 22:14:46.242183 [ 3 ] {} <Trace> HTTP-Session: 654a8218-8cf7-40d3-bd91-2146b13ee582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2024.06.25 22:14:46.242401 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6762 | 2024.06.25 22:14:46.242476 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6763 | 2024.06.25 22:14:46.242692 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6764 | 2024.06.25 22:14:46.243062 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2024.06.25 22:14:46.243104 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6766 | 2024.06.25 22:14:46.243481 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6767 | 2024.06.25 22:14:46.243829 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2024.06.25 22:14:46.243983 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001648 sec., 12135.922330097088 rows/sec., 983.67 KiB/sec. | ||
| 6769 | 2024.06.25 22:14:46.244205 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Debug> DynamicQueryHandler: Done processing query | ||
| 6770 | 2024.06.25 22:14:46.244233 [ 3 ] {d0da61cb-9251-4334-88ee-95837257fe05} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6771 | 2024.06.25 22:14:46.244249 [ 3 ] {} <Debug> HTTP-Session: 654a8218-8cf7-40d3-bd91-2146b13ee582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6772 | 2024.06.25 22:14:46.244380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6773 | 2024.06.25 22:14:46.244429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6774 | 2024.06.25 22:14:46.244449 [ 3 ] {} <Debug> HTTP-Session: 6a5ab7bd-16ba-4cbc-ba80-0b5af3e86832 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6775 | 2024.06.25 22:14:46.244466 [ 3 ] {} <Debug> HTTP-Session: 6a5ab7bd-16ba-4cbc-ba80-0b5af3e86832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6776 | 2024.06.25 22:14:46.244480 [ 3 ] {} <Debug> HTTP-Session: 6a5ab7bd-16ba-4cbc-ba80-0b5af3e86832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6777 | 2024.06.25 22:14:46.244511 [ 3 ] {} <Trace> HTTP-Session: 6a5ab7bd-16ba-4cbc-ba80-0b5af3e86832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2024.06.25 22:14:46.244605 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6779 | 2024.06.25 22:14:46.244648 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6780 | 2024.06.25 22:14:46.244806 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6781 | 2024.06.25 22:14:46.245069 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6782 | 2024.06.25 22:14:46.245106 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6783 | 2024.06.25 22:14:46.245426 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6784 | 2024.06.25 22:14:46.245745 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Trace> oximeter.fields_ipaddr (968ee4a4-83ff-462a-8e08-fd31c202e3d9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6785 | 2024.06.25 22:14:46.245893 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001307 sec., 3060.44376434583 rows/sec., 249.56 KiB/sec. | ||
| 6786 | 2024.06.25 22:14:46.246156 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6787 | 2024.06.25 22:14:46.246200 [ 3 ] {22b5a0e5-faae-4981-a6ad-ba6f589af8c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6788 | 2024.06.25 22:14:46.246227 [ 3 ] {} <Debug> HTTP-Session: 6a5ab7bd-16ba-4cbc-ba80-0b5af3e86832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6789 | 2024.06.25 22:14:46.246410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 22135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6790 | 2024.06.25 22:14:46.246486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6791 | 2024.06.25 22:14:46.246506 [ 3 ] {} <Debug> HTTP-Session: a3050c44-14d1-49c3-bfca-6e33ef141e8b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6792 | 2024.06.25 22:14:46.246522 [ 3 ] {} <Debug> HTTP-Session: a3050c44-14d1-49c3-bfca-6e33ef141e8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6793 | 2024.06.25 22:14:46.246536 [ 3 ] {} <Debug> HTTP-Session: a3050c44-14d1-49c3-bfca-6e33ef141e8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6794 | 2024.06.25 22:14:46.246567 [ 3 ] {} <Trace> HTTP-Session: a3050c44-14d1-49c3-bfca-6e33ef141e8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6795 | 2024.06.25 22:14:46.246712 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6796 | 2024.06.25 22:14:46.246755 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6797 | 2024.06.25 22:14:46.246900 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6798 | 2024.06.25 22:14:46.247342 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6799 | 2024.06.25 22:14:46.247378 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6800 | 2024.06.25 22:14:46.247709 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6801 | 2024.06.25 22:14:46.248042 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6802 | 2024.06.25 22:14:46.248196 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Debug> executeQuery: Read 154 rows, 12.78 KiB in 0.001543 sec., 99805.57355800389 rows/sec., 8.09 MiB/sec. | ||
| 6803 | 2024.06.25 22:14:46.248368 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6804 | 2024.06.25 22:14:46.248392 [ 3 ] {a0c311b7-2022-4fc7-a794-da8a7338d16f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6805 | 2024.06.25 22:14:46.248408 [ 3 ] {} <Debug> HTTP-Session: a3050c44-14d1-49c3-bfca-6e33ef141e8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6806 | 2024.06.25 22:14:46.248535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6807 | 2024.06.25 22:14:46.248585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6808 | 2024.06.25 22:14:46.248605 [ 3 ] {} <Debug> HTTP-Session: 4e3a5048-0211-49c8-981c-9104bb1cfbf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6809 | 2024.06.25 22:14:46.248621 [ 3 ] {} <Debug> HTTP-Session: 4e3a5048-0211-49c8-981c-9104bb1cfbf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6810 | 2024.06.25 22:14:46.248635 [ 3 ] {} <Debug> HTTP-Session: 4e3a5048-0211-49c8-981c-9104bb1cfbf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6811 | 2024.06.25 22:14:46.248665 [ 3 ] {} <Trace> HTTP-Session: 4e3a5048-0211-49c8-981c-9104bb1cfbf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2024.06.25 22:14:46.248758 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6813 | 2024.06.25 22:14:46.248800 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6814 | 2024.06.25 22:14:46.248925 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6815 | 2024.06.25 22:14:46.249208 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6816 | 2024.06.25 22:14:46.249245 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6817 | 2024.06.25 22:14:46.249545 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6818 | 2024.06.25 22:14:46.249877 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Trace> oximeter.fields_u16 (69e5a64a-6257-4736-84a1-6d958dc572a0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6819 | 2024.06.25 22:14:46.250032 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001288 sec., 3105.590062111801 rows/sec., 216.85 KiB/sec. | ||
| 6820 | 2024.06.25 22:14:46.250185 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Debug> DynamicQueryHandler: Done processing query | ||
| 6821 | 2024.06.25 22:14:46.250209 [ 3 ] {f07820c8-8c9a-4bca-9172-4dc62b1fc200} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6822 | 2024.06.25 22:14:46.250225 [ 3 ] {} <Debug> HTTP-Session: 4e3a5048-0211-49c8-981c-9104bb1cfbf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6823 | 2024.06.25 22:14:46.250351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 18991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6824 | 2024.06.25 22:14:46.250399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6825 | 2024.06.25 22:14:46.250418 [ 3 ] {} <Debug> HTTP-Session: c2315893-27fa-4a1d-9b6e-a1ac3963b1a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6826 | 2024.06.25 22:14:46.250434 [ 3 ] {} <Debug> HTTP-Session: c2315893-27fa-4a1d-9b6e-a1ac3963b1a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6827 | 2024.06.25 22:14:46.250449 [ 3 ] {} <Debug> HTTP-Session: c2315893-27fa-4a1d-9b6e-a1ac3963b1a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6828 | 2024.06.25 22:14:46.250479 [ 3 ] {} <Trace> HTTP-Session: c2315893-27fa-4a1d-9b6e-a1ac3963b1a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6829 | 2024.06.25 22:14:46.250612 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6830 | 2024.06.25 22:14:46.250654 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6831 | 2024.06.25 22:14:46.250777 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6832 | 2024.06.25 22:14:46.251136 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2024.06.25 22:14:46.251172 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6834 | 2024.06.25 22:14:46.251486 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6835 | 2024.06.25 22:14:46.251806 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2024.06.25 22:14:46.251960 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Debug> executeQuery: Read 112 rows, 8.94 KiB in 0.001399 sec., 80057.18370264475 rows/sec., 6.24 MiB/sec. | ||
| 6837 | 2024.06.25 22:14:46.252123 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Debug> DynamicQueryHandler: Done processing query | ||
| 6838 | 2024.06.25 22:14:46.252148 [ 3 ] {8d693005-cded-4cc8-9575-5f3a25d08d59} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6839 | 2024.06.25 22:14:46.252163 [ 3 ] {} <Debug> HTTP-Session: c2315893-27fa-4a1d-9b6e-a1ac3963b1a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6840 | 2024.06.25 22:14:46.252317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 37972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6841 | 2024.06.25 22:14:46.252365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6842 | 2024.06.25 22:14:46.252385 [ 3 ] {} <Debug> HTTP-Session: 5c3a696e-d415-4828-b2bd-99af938f172a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6843 | 2024.06.25 22:14:46.252401 [ 3 ] {} <Debug> HTTP-Session: 5c3a696e-d415-4828-b2bd-99af938f172a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6844 | 2024.06.25 22:14:46.252414 [ 3 ] {} <Debug> HTTP-Session: 5c3a696e-d415-4828-b2bd-99af938f172a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6845 | 2024.06.25 22:14:46.252444 [ 3 ] {} <Trace> HTTP-Session: 5c3a696e-d415-4828-b2bd-99af938f172a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6846 | 2024.06.25 22:14:46.252610 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6847 | 2024.06.25 22:14:46.252658 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6848 | 2024.06.25 22:14:46.252804 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6849 | 2024.06.25 22:14:46.253195 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6850 | 2024.06.25 22:14:46.253232 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6851 | 2024.06.25 22:14:46.253631 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6852 | 2024.06.25 22:14:46.253992 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6853 | 2024.06.25 22:14:46.254147 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001618 sec., 122373.30037082818 rows/sec., 8.54 MiB/sec. | ||
| 6854 | 2024.06.25 22:14:46.254349 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Debug> DynamicQueryHandler: Done processing query | ||
| 6855 | 2024.06.25 22:14:46.254383 [ 3 ] {b647397b-dfdd-44fa-a8d9-c09a11893236} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 6856 | 2024.06.25 22:14:46.254402 [ 3 ] {} <Debug> HTTP-Session: 5c3a696e-d415-4828-b2bd-99af938f172a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6857 | 2024.06.25 22:14:46.254553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32174, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6858 | 2024.06.25 22:14:46.254603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6859 | 2024.06.25 22:14:46.254622 [ 3 ] {} <Debug> HTTP-Session: 665fa798-4bee-4262-9a27-98b9de33942b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6860 | 2024.06.25 22:14:46.254639 [ 3 ] {} <Debug> HTTP-Session: 665fa798-4bee-4262-9a27-98b9de33942b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6861 | 2024.06.25 22:14:46.254652 [ 3 ] {} <Debug> HTTP-Session: 665fa798-4bee-4262-9a27-98b9de33942b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6862 | 2024.06.25 22:14:46.254683 [ 3 ] {} <Trace> HTTP-Session: 665fa798-4bee-4262-9a27-98b9de33942b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6863 | 2024.06.25 22:14:46.254923 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6864 | 2024.06.25 22:14:46.254986 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6865 | 2024.06.25 22:14:46.255386 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6866 | 2024.06.25 22:14:46.256018 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6867 | 2024.06.25 22:14:46.256054 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6868 | 2024.06.25 22:14:46.256674 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6869 | 2024.06.25 22:14:46.257090 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6870 | 2024.06.25 22:14:46.257286 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002514 sec., 7955.449482895783 rows/sec., 14.26 MiB/sec. | ||
| 6871 | 2024.06.25 22:14:46.257873 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Debug> DynamicQueryHandler: Done processing query | ||
| 6872 | 2024.06.25 22:14:46.257907 [ 3 ] {882d2169-3a75-47ed-98b4-3093e0395581} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 6873 | 2024.06.25 22:14:46.257927 [ 3 ] {} <Debug> HTTP-Session: 665fa798-4bee-4262-9a27-98b9de33942b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6874 | 2024.06.25 22:14:46.258066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6875 | 2024.06.25 22:14:46.258124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6876 | 2024.06.25 22:14:46.258148 [ 3 ] {} <Debug> HTTP-Session: 6fa50b8e-c37c-48f3-92aa-30f1e73f138c Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6877 | 2024.06.25 22:14:46.258168 [ 3 ] {} <Debug> HTTP-Session: 6fa50b8e-c37c-48f3-92aa-30f1e73f138c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6878 | 2024.06.25 22:14:46.258185 [ 3 ] {} <Debug> HTTP-Session: 6fa50b8e-c37c-48f3-92aa-30f1e73f138c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6879 | 2024.06.25 22:14:46.258225 [ 3 ] {} <Trace> HTTP-Session: 6fa50b8e-c37c-48f3-92aa-30f1e73f138c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6880 | 2024.06.25 22:14:46.258368 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6881 | 2024.06.25 22:14:46.258424 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6882 | 2024.06.25 22:14:46.258607 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6883 | 2024.06.25 22:14:46.258909 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6884 | 2024.06.25 22:14:46.258946 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6885 | 2024.06.25 22:14:46.259308 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6886 | 2024.06.25 22:14:46.259650 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6887 | 2024.06.25 22:14:46.259809 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 6888 | 2024.06.25 22:14:46.259819 [ 78 ] {} <Debug> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6889 | 2024.06.25 22:14:46.259944 [ 78 ] {} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6890 | 2024.06.25 22:14:46.259983 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6891 | 2024.06.25 22:14:46.260059 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6892 | 2024.06.25 22:14:46.260122 [ 3 ] {419eefbe-4f6c-4a8a-9d2e-d6837a5d6fb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6893 | 2024.06.25 22:14:46.260176 [ 3 ] {} <Debug> HTTP-Session: 6fa50b8e-c37c-48f3-92aa-30f1e73f138c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6894 | 2024.06.25 22:14:46.260214 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6895 | 2024.06.25 22:14:46.260364 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6896 | 2024.06.25 22:14:46.260398 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1492 rows starting from the beginning of the part | ||
| 6897 | 2024.06.25 22:14:46.260469 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6898 | 2024.06.25 22:14:46.260555 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6899 | 2024.06.25 22:14:46.260819 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6900 | 2024.06.25 22:14:46.260971 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6901 | 2024.06.25 22:14:46.261147 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::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 | ||
| 6902 | 2024.06.25 22:14:46.262584 [ 200 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1792 rows, containing 4 columns (4 merged, 0 gathered) in 0.002496756 sec., 717731.3281714352 rows/sec., 48.38 MiB/sec. | ||
| 6903 | 2024.06.25 22:14:46.262829 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6904 | 2024.06.25 22:14:46.263222 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_36_7} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6905 | 2024.06.25 22:14:46.263303 [ 186 ] {f0d6397f-4910-4d34-af46-6d01d373b437::all_1_36_7} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6906 | 2024.06.25 22:14:46.263379 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6907 | 2024.06.25 22:14:51.239828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6908 | 2024.06.25 22:14:51.239951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6909 | 2024.06.25 22:14:51.239974 [ 3 ] {} <Debug> HTTP-Session: dd717ac3-27e0-4b74-8d7c-0447c01e8f4e Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6910 | 2024.06.25 22:14:51.239998 [ 3 ] {} <Debug> HTTP-Session: dd717ac3-27e0-4b74-8d7c-0447c01e8f4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6911 | 2024.06.25 22:14:51.240012 [ 3 ] {} <Debug> HTTP-Session: dd717ac3-27e0-4b74-8d7c-0447c01e8f4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6912 | 2024.06.25 22:14:51.240062 [ 3 ] {} <Trace> HTTP-Session: dd717ac3-27e0-4b74-8d7c-0447c01e8f4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6913 | 2024.06.25 22:14:51.240243 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6914 | 2024.06.25 22:14:51.240309 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6915 | 2024.06.25 22:14:51.240501 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6916 | 2024.06.25 22:14:51.240914 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6917 | 2024.06.25 22:14:51.240954 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6918 | 2024.06.25 22:14:51.241309 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6919 | 2024.06.25 22:14:51.241631 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6920 | 2024.06.25 22:14:51.241795 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001606 sec., 6849.315068493151 rows/sec., 555.17 KiB/sec. | ||
| 6921 | 2024.06.25 22:14:51.242072 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6922 | 2024.06.25 22:14:51.242134 [ 3 ] {a3386a74-9756-4cfb-8cb7-2c0b3848ce2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6923 | 2024.06.25 22:14:51.242182 [ 3 ] {} <Debug> HTTP-Session: dd717ac3-27e0-4b74-8d7c-0447c01e8f4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6924 | 2024.06.25 22:14:51.242351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6925 | 2024.06.25 22:14:51.242403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6926 | 2024.06.25 22:14:51.242422 [ 3 ] {} <Debug> HTTP-Session: afc696c9-1d90-4daf-a59e-c939879f7e66 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6927 | 2024.06.25 22:14:51.242439 [ 3 ] {} <Debug> HTTP-Session: afc696c9-1d90-4daf-a59e-c939879f7e66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6928 | 2024.06.25 22:14:51.242452 [ 3 ] {} <Debug> HTTP-Session: afc696c9-1d90-4daf-a59e-c939879f7e66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6929 | 2024.06.25 22:14:51.242485 [ 3 ] {} <Trace> HTTP-Session: afc696c9-1d90-4daf-a59e-c939879f7e66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6930 | 2024.06.25 22:14:51.242609 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6931 | 2024.06.25 22:14:51.242652 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6932 | 2024.06.25 22:14:51.242802 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6933 | 2024.06.25 22:14:51.243198 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6934 | 2024.06.25 22:14:51.243235 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6935 | 2024.06.25 22:14:51.243545 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6936 | 2024.06.25 22:14:51.243849 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6937 | 2024.06.25 22:14:51.244007 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001436 sec., 61977.715877437324 rows/sec., 5.03 MiB/sec. | ||
| 6938 | 2024.06.25 22:14:51.244176 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6939 | 2024.06.25 22:14:51.244199 [ 3 ] {9f81ccf3-edcd-4464-9901-81dc2215b3e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6940 | 2024.06.25 22:14:51.244216 [ 3 ] {} <Debug> HTTP-Session: afc696c9-1d90-4daf-a59e-c939879f7e66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6941 | 2024.06.25 22:14:51.244338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6942 | 2024.06.25 22:14:51.244385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6943 | 2024.06.25 22:14:51.244404 [ 3 ] {} <Debug> HTTP-Session: b989b1e4-9efa-4b85-b7e2-fc85e0413ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6944 | 2024.06.25 22:14:51.244420 [ 3 ] {} <Debug> HTTP-Session: b989b1e4-9efa-4b85-b7e2-fc85e0413ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6945 | 2024.06.25 22:14:51.244433 [ 3 ] {} <Debug> HTTP-Session: b989b1e4-9efa-4b85-b7e2-fc85e0413ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6946 | 2024.06.25 22:14:51.244465 [ 3 ] {} <Trace> HTTP-Session: b989b1e4-9efa-4b85-b7e2-fc85e0413ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6947 | 2024.06.25 22:14:51.244584 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6948 | 2024.06.25 22:14:51.244627 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6949 | 2024.06.25 22:14:51.244754 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6950 | 2024.06.25 22:14:51.245175 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6951 | 2024.06.25 22:14:51.245210 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6952 | 2024.06.25 22:14:51.245533 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6953 | 2024.06.25 22:14:51.245836 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6954 | 2024.06.25 22:14:51.245992 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001449 sec., 51759.83436853002 rows/sec., 4.04 MiB/sec. | ||
| 6955 | 2024.06.25 22:14:51.246279 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Debug> DynamicQueryHandler: Done processing query | ||
| 6956 | 2024.06.25 22:14:51.246337 [ 3 ] {51b23233-37dd-4a74-a7ec-0cf8cc3e3606} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6957 | 2024.06.25 22:14:51.246380 [ 3 ] {} <Debug> HTTP-Session: b989b1e4-9efa-4b85-b7e2-fc85e0413ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6958 | 2024.06.25 22:14:51.246589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6959 | 2024.06.25 22:14:51.246638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6960 | 2024.06.25 22:14:51.246658 [ 3 ] {} <Debug> HTTP-Session: f38523ac-1519-467c-9900-ffb80be63b30 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6961 | 2024.06.25 22:14:51.246673 [ 3 ] {} <Debug> HTTP-Session: f38523ac-1519-467c-9900-ffb80be63b30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6962 | 2024.06.25 22:14:51.246687 [ 3 ] {} <Debug> HTTP-Session: f38523ac-1519-467c-9900-ffb80be63b30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6963 | 2024.06.25 22:14:51.246717 [ 3 ] {} <Trace> HTTP-Session: f38523ac-1519-467c-9900-ffb80be63b30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6964 | 2024.06.25 22:14:51.246863 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6965 | 2024.06.25 22:14:51.246911 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6966 | 2024.06.25 22:14:51.247074 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6967 | 2024.06.25 22:14:51.247465 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6968 | 2024.06.25 22:14:51.247500 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6969 | 2024.06.25 22:14:51.247884 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6970 | 2024.06.25 22:14:51.248216 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6971 | 2024.06.25 22:14:51.248369 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 6972 | 2024.06.25 22:14:51.248545 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Debug> DynamicQueryHandler: Done processing query | ||
| 6973 | 2024.06.25 22:14:51.248568 [ 3 ] {8caefd10-446b-422a-a7fb-2a57989c9276} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6974 | 2024.06.25 22:14:51.248583 [ 3 ] {} <Debug> HTTP-Session: f38523ac-1519-467c-9900-ffb80be63b30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6975 | 2024.06.25 22:14:51.248714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6976 | 2024.06.25 22:14:51.248761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6977 | 2024.06.25 22:14:51.248779 [ 3 ] {} <Debug> HTTP-Session: b6651636-ecf7-4a39-82bc-a9c88550b58d Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6978 | 2024.06.25 22:14:51.248795 [ 3 ] {} <Debug> HTTP-Session: b6651636-ecf7-4a39-82bc-a9c88550b58d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6979 | 2024.06.25 22:14:51.248809 [ 3 ] {} <Debug> HTTP-Session: b6651636-ecf7-4a39-82bc-a9c88550b58d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6980 | 2024.06.25 22:14:51.248840 [ 3 ] {} <Trace> HTTP-Session: b6651636-ecf7-4a39-82bc-a9c88550b58d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6981 | 2024.06.25 22:14:51.249016 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6982 | 2024.06.25 22:14:51.249080 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6983 | 2024.06.25 22:14:51.249491 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6984 | 2024.06.25 22:14:51.250082 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6985 | 2024.06.25 22:14:51.250118 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 6986 | 2024.06.25 22:14:51.250695 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6987 | 2024.06.25 22:14:51.251106 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6988 | 2024.06.25 22:14:51.251287 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002372 sec., 4637.43676222597 rows/sec., 8.31 MiB/sec. | ||
| 6989 | 2024.06.25 22:14:51.251502 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6990 | 2024.06.25 22:14:51.251527 [ 3 ] {fcf526e0-230b-401f-8df4-e69f37eba00e} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6991 | 2024.06.25 22:14:51.251543 [ 3 ] {} <Debug> HTTP-Session: b6651636-ecf7-4a39-82bc-a9c88550b58d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6992 | 2024.06.25 22:14:51.251704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6993 | 2024.06.25 22:14:51.251753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6994 | 2024.06.25 22:14:51.251772 [ 3 ] {} <Debug> HTTP-Session: 0e9290ce-2440-4b1a-b35b-9f74841f61c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 6995 | 2024.06.25 22:14:51.251788 [ 3 ] {} <Debug> HTTP-Session: 0e9290ce-2440-4b1a-b35b-9f74841f61c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6996 | 2024.06.25 22:14:51.251802 [ 3 ] {} <Debug> HTTP-Session: 0e9290ce-2440-4b1a-b35b-9f74841f61c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6997 | 2024.06.25 22:14:51.251833 [ 3 ] {} <Trace> HTTP-Session: 0e9290ce-2440-4b1a-b35b-9f74841f61c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6998 | 2024.06.25 22:14:51.251947 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6999 | 2024.06.25 22:14:51.251992 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7000 | 2024.06.25 22:14:51.252117 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7001 | 2024.06.25 22:14:51.252433 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7002 | 2024.06.25 22:14:51.252469 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7003 | 2024.06.25 22:14:51.252821 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7004 | 2024.06.25 22:14:51.253142 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7005 | 2024.06.25 22:14:51.253289 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
| 7006 | 2024.06.25 22:14:51.253453 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Debug> DynamicQueryHandler: Done processing query | ||
| 7007 | 2024.06.25 22:14:51.253478 [ 3 ] {d8cc36b0-7888-4c5d-825a-8aa10fe83839} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7008 | 2024.06.25 22:14:51.253494 [ 3 ] {} <Debug> HTTP-Session: 0e9290ce-2440-4b1a-b35b-9f74841f61c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7009 | 2024.06.25 22:14:53.065474 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7010 | 2024.06.25 22:14:53.065553 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7011 | 2024.06.25 22:14:56.240953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 2918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7012 | 2024.06.25 22:14:56.241100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7013 | 2024.06.25 22:14:56.241130 [ 3 ] {} <Debug> HTTP-Session: b7b87dbd-ed9e-4d41-8603-8236b949de31 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7014 | 2024.06.25 22:14:56.241158 [ 3 ] {} <Debug> HTTP-Session: b7b87dbd-ed9e-4d41-8603-8236b949de31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7015 | 2024.06.25 22:14:56.241176 [ 3 ] {} <Debug> HTTP-Session: b7b87dbd-ed9e-4d41-8603-8236b949de31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7016 | 2024.06.25 22:14:56.241233 [ 3 ] {} <Trace> HTTP-Session: b7b87dbd-ed9e-4d41-8603-8236b949de31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7017 | 2024.06.25 22:14:56.241439 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7018 | 2024.06.25 22:14:56.241513 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7019 | 2024.06.25 22:14:56.241736 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7020 | 2024.06.25 22:14:56.242280 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2024.06.25 22:14:56.242321 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7022 | 2024.06.25 22:14:56.242683 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7023 | 2024.06.25 22:14:56.243015 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7024 | 2024.06.25 22:14:56.243155 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Debug> executeQuery: Read 20 rows, 1.62 KiB in 0.001781 sec., 11229.646266142616 rows/sec., 910.22 KiB/sec. | ||
| 7025 | 2024.06.25 22:14:56.243344 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7026 | 2024.06.25 22:14:56.243371 [ 3 ] {d547b9f5-511c-4004-88e2-fb5cb465daf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7027 | 2024.06.25 22:14:56.243387 [ 3 ] {} <Debug> HTTP-Session: b7b87dbd-ed9e-4d41-8603-8236b949de31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7028 | 2024.06.25 22:14:56.243512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 16883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7029 | 2024.06.25 22:14:56.243562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7030 | 2024.06.25 22:14:56.243581 [ 3 ] {} <Debug> HTTP-Session: 664b78b4-e6b4-4a8f-bcb1-01c257709413 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7031 | 2024.06.25 22:14:56.243597 [ 3 ] {} <Debug> HTTP-Session: 664b78b4-e6b4-4a8f-bcb1-01c257709413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7032 | 2024.06.25 22:14:56.243611 [ 3 ] {} <Debug> HTTP-Session: 664b78b4-e6b4-4a8f-bcb1-01c257709413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7033 | 2024.06.25 22:14:56.243643 [ 3 ] {} <Trace> HTTP-Session: 664b78b4-e6b4-4a8f-bcb1-01c257709413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7034 | 2024.06.25 22:14:56.243775 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7035 | 2024.06.25 22:14:56.243820 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7036 | 2024.06.25 22:14:56.243945 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7037 | 2024.06.25 22:14:56.244348 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7038 | 2024.06.25 22:14:56.244385 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7039 | 2024.06.25 22:14:56.244700 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7040 | 2024.06.25 22:14:56.245010 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7041 | 2024.06.25 22:14:56.245132 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Debug> executeQuery: Read 116 rows, 9.83 KiB in 0.001405 sec., 82562.27758007117 rows/sec., 6.83 MiB/sec. | ||
| 7042 | 2024.06.25 22:14:56.245374 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Debug> DynamicQueryHandler: Done processing query | ||
| 7043 | 2024.06.25 22:14:56.245439 [ 3 ] {197ab736-d803-4749-8681-d24e1674d187} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7044 | 2024.06.25 22:14:56.245491 [ 3 ] {} <Debug> HTTP-Session: 664b78b4-e6b4-4a8f-bcb1-01c257709413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7045 | 2024.06.25 22:14:56.245672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 14265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7046 | 2024.06.25 22:14:56.245724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7047 | 2024.06.25 22:14:56.245743 [ 3 ] {} <Debug> HTTP-Session: 8769dd48-822c-46e2-94ca-d56ad6c2cff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7048 | 2024.06.25 22:14:56.245760 [ 3 ] {} <Debug> HTTP-Session: 8769dd48-822c-46e2-94ca-d56ad6c2cff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7049 | 2024.06.25 22:14:56.245773 [ 3 ] {} <Debug> HTTP-Session: 8769dd48-822c-46e2-94ca-d56ad6c2cff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7050 | 2024.06.25 22:14:56.245806 [ 3 ] {} <Trace> HTTP-Session: 8769dd48-822c-46e2-94ca-d56ad6c2cff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7051 | 2024.06.25 22:14:56.245931 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7052 | 2024.06.25 22:14:56.245976 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7053 | 2024.06.25 22:14:56.246121 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7054 | 2024.06.25 22:14:56.246474 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7055 | 2024.06.25 22:14:56.246511 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7056 | 2024.06.25 22:14:56.246829 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7057 | 2024.06.25 22:14:56.247142 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2024.06.25 22:14:56.247269 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.001382 sec., 60781.476121562955 rows/sec., 4.75 MiB/sec. | ||
| 7059 | 2024.06.25 22:14:56.247427 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Debug> DynamicQueryHandler: Done processing query | ||
| 7060 | 2024.06.25 22:14:56.247452 [ 3 ] {2a403edc-1810-4a32-a34a-3f0f7ef10396} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7061 | 2024.06.25 22:14:56.247467 [ 3 ] {} <Debug> HTTP-Session: 8769dd48-822c-46e2-94ca-d56ad6c2cff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7062 | 2024.06.25 22:14:56.247618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7063 | 2024.06.25 22:14:56.247667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7064 | 2024.06.25 22:14:56.247686 [ 3 ] {} <Debug> HTTP-Session: 3d4847f5-7ff0-49cf-ad0e-d146db24c17b Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7065 | 2024.06.25 22:14:56.247702 [ 3 ] {} <Debug> HTTP-Session: 3d4847f5-7ff0-49cf-ad0e-d146db24c17b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7066 | 2024.06.25 22:14:56.247717 [ 3 ] {} <Debug> HTTP-Session: 3d4847f5-7ff0-49cf-ad0e-d146db24c17b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7067 | 2024.06.25 22:14:56.247748 [ 3 ] {} <Trace> HTTP-Session: 3d4847f5-7ff0-49cf-ad0e-d146db24c17b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7068 | 2024.06.25 22:14:56.247892 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7069 | 2024.06.25 22:14:56.247939 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7070 | 2024.06.25 22:14:56.248082 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7071 | 2024.06.25 22:14:56.248491 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7072 | 2024.06.25 22:14:56.248527 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7073 | 2024.06.25 22:14:56.248922 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7074 | 2024.06.25 22:14:56.249258 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7075 | 2024.06.25 22:14:56.249390 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 7076 | 2024.06.25 22:14:56.249561 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 7077 | 2024.06.25 22:14:56.249585 [ 3 ] {5257e632-6dec-4420-a225-a7bff09c6ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7078 | 2024.06.25 22:14:56.249601 [ 3 ] {} <Debug> HTTP-Session: 3d4847f5-7ff0-49cf-ad0e-d146db24c17b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7079 | 2024.06.25 22:14:56.249743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 32167, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7080 | 2024.06.25 22:14:56.249792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7081 | 2024.06.25 22:14:56.249810 [ 3 ] {} <Debug> HTTP-Session: 05a78a23-7006-41b4-8050-a2a6b948e5e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7082 | 2024.06.25 22:14:56.249826 [ 3 ] {} <Debug> HTTP-Session: 05a78a23-7006-41b4-8050-a2a6b948e5e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7083 | 2024.06.25 22:14:56.249840 [ 3 ] {} <Debug> HTTP-Session: 05a78a23-7006-41b4-8050-a2a6b948e5e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7084 | 2024.06.25 22:14:56.249871 [ 3 ] {} <Trace> HTTP-Session: 05a78a23-7006-41b4-8050-a2a6b948e5e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2024.06.25 22:14:56.250128 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7086 | 2024.06.25 22:14:56.250192 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 7087 | 2024.06.25 22:14:56.250604 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7088 | 2024.06.25 22:14:56.251296 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7089 | 2024.06.25 22:14:56.251331 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7090 | 2024.06.25 22:14:56.251966 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7091 | 2024.06.25 22:14:56.252392 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7092 | 2024.06.25 22:14:56.252540 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Debug> executeQuery: Read 20 rows, 36.70 KiB in 0.002592 sec., 7716.049382716049 rows/sec., 13.83 MiB/sec. | ||
| 7093 | 2024.06.25 22:14:56.253022 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7094 | 2024.06.25 22:14:56.253048 [ 3 ] {7483fd2c-f8d0-4bb3-842d-fbba40f85d4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 7095 | 2024.06.25 22:14:56.253064 [ 3 ] {} <Debug> HTTP-Session: 05a78a23-7006-41b4-8050-a2a6b948e5e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7096 | 2024.06.25 22:14:56.253182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7097 | 2024.06.25 22:14:56.253231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7098 | 2024.06.25 22:14:56.253250 [ 3 ] {} <Debug> HTTP-Session: bacffaca-6936-4de5-9a99-a0fd7516eabb Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7099 | 2024.06.25 22:14:56.253267 [ 3 ] {} <Debug> HTTP-Session: bacffaca-6936-4de5-9a99-a0fd7516eabb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7100 | 2024.06.25 22:14:56.253281 [ 3 ] {} <Debug> HTTP-Session: bacffaca-6936-4de5-9a99-a0fd7516eabb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7101 | 2024.06.25 22:14:56.253313 [ 3 ] {} <Trace> HTTP-Session: bacffaca-6936-4de5-9a99-a0fd7516eabb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7102 | 2024.06.25 22:14:56.253456 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7103 | 2024.06.25 22:14:56.253503 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7104 | 2024.06.25 22:14:56.253786 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7105 | 2024.06.25 22:14:56.254206 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7106 | 2024.06.25 22:14:56.254244 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7107 | 2024.06.25 22:14:56.254595 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7108 | 2024.06.25 22:14:56.254909 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7109 | 2024.06.25 22:14:56.255073 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001673 sec., 35863.717872086076 rows/sec., 2.42 MiB/sec. | ||
| 7110 | 2024.06.25 22:14:56.255246 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7111 | 2024.06.25 22:14:56.255271 [ 3 ] {001b94da-831e-4d0a-aeca-1f5f12b168f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7112 | 2024.06.25 22:14:56.255286 [ 3 ] {} <Debug> HTTP-Session: bacffaca-6936-4de5-9a99-a0fd7516eabb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7113 | 2024.06.25 22:15:01.240194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 1629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7114 | 2024.06.25 22:15:01.240322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7115 | 2024.06.25 22:15:01.240350 [ 3 ] {} <Debug> HTTP-Session: 0930ac5f-d921-47c4-90ce-95601a6dcd35 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7116 | 2024.06.25 22:15:01.240377 [ 3 ] {} <Debug> HTTP-Session: 0930ac5f-d921-47c4-90ce-95601a6dcd35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7117 | 2024.06.25 22:15:01.240393 [ 3 ] {} <Debug> HTTP-Session: 0930ac5f-d921-47c4-90ce-95601a6dcd35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7118 | 2024.06.25 22:15:01.240445 [ 3 ] {} <Trace> HTTP-Session: 0930ac5f-d921-47c4-90ce-95601a6dcd35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7119 | 2024.06.25 22:15:01.240627 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7120 | 2024.06.25 22:15:01.240700 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7121 | 2024.06.25 22:15:01.240907 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7122 | 2024.06.25 22:15:01.241319 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7123 | 2024.06.25 22:15:01.241360 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7124 | 2024.06.25 22:15:01.241779 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7125 | 2024.06.25 22:15:01.242128 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Trace> oximeter.fields_i64 (ad3081a2-27d1-4def-bd12-3a1ff36da850): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2024.06.25 22:15:01.242298 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Debug> executeQuery: Read 11 rows, 913.00 B in 0.001722 sec., 6387.921022067363 rows/sec., 517.77 KiB/sec. | ||
| 7127 | 2024.06.25 22:15:01.242603 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7128 | 2024.06.25 22:15:01.242664 [ 3 ] {b72ebc87-0383-4c43-a060-ecc025e4673d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7129 | 2024.06.25 22:15:01.242711 [ 3 ] {} <Debug> HTTP-Session: 0930ac5f-d921-47c4-90ce-95601a6dcd35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7130 | 2024.06.25 22:15:01.242881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7131 | 2024.06.25 22:15:01.242936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7132 | 2024.06.25 22:15:01.242956 [ 3 ] {} <Debug> HTTP-Session: f3b1f648-ceda-4f6b-9d4e-d7314712e705 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7133 | 2024.06.25 22:15:01.242974 [ 3 ] {} <Debug> HTTP-Session: f3b1f648-ceda-4f6b-9d4e-d7314712e705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7134 | 2024.06.25 22:15:01.242989 [ 3 ] {} <Debug> HTTP-Session: f3b1f648-ceda-4f6b-9d4e-d7314712e705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7135 | 2024.06.25 22:15:01.243022 [ 3 ] {} <Trace> HTTP-Session: f3b1f648-ceda-4f6b-9d4e-d7314712e705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7136 | 2024.06.25 22:15:01.243179 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7137 | 2024.06.25 22:15:01.243243 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7138 | 2024.06.25 22:15:01.243406 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7139 | 2024.06.25 22:15:01.243798 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7140 | 2024.06.25 22:15:01.243836 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7141 | 2024.06.25 22:15:01.244152 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7142 | 2024.06.25 22:15:01.244471 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Trace> oximeter.fields_string (e37a6a95-781f-4780-af7f-7ac5e9185495): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7143 | 2024.06.25 22:15:01.244651 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Debug> executeQuery: Read 89 rows, 7.39 KiB in 0.001537 sec., 57905.00975927131 rows/sec., 4.70 MiB/sec. | ||
| 7144 | 2024.06.25 22:15:01.244852 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7145 | 2024.06.25 22:15:01.244884 [ 3 ] {87982efc-20be-4f1e-8633-c87d7c7532a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7146 | 2024.06.25 22:15:01.244910 [ 3 ] {} <Debug> HTTP-Session: f3b1f648-ceda-4f6b-9d4e-d7314712e705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7147 | 2024.06.25 22:15:01.245060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 12742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7148 | 2024.06.25 22:15:01.245111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7149 | 2024.06.25 22:15:01.245131 [ 3 ] {} <Debug> HTTP-Session: 80a67a6c-c24c-433d-b76d-6044d603fa08 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7150 | 2024.06.25 22:15:01.245148 [ 3 ] {} <Debug> HTTP-Session: 80a67a6c-c24c-433d-b76d-6044d603fa08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7151 | 2024.06.25 22:15:01.245163 [ 3 ] {} <Debug> HTTP-Session: 80a67a6c-c24c-433d-b76d-6044d603fa08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7152 | 2024.06.25 22:15:01.245197 [ 3 ] {} <Trace> HTTP-Session: 80a67a6c-c24c-433d-b76d-6044d603fa08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7153 | 2024.06.25 22:15:01.245339 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7154 | 2024.06.25 22:15:01.245385 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7155 | 2024.06.25 22:15:01.245519 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7156 | 2024.06.25 22:15:01.245886 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7157 | 2024.06.25 22:15:01.245924 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7158 | 2024.06.25 22:15:01.246254 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7159 | 2024.06.25 22:15:01.246605 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Trace> oximeter.fields_uuid (67b68af3-df2b-4b3e-b3ad-9ff868b06551): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7160 | 2024.06.25 22:15:01.246780 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Debug> executeQuery: Read 75 rows, 6.00 KiB in 0.001491 sec., 50301.810865191146 rows/sec., 3.93 MiB/sec. | ||
| 7161 | 2024.06.25 22:15:01.246965 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Debug> DynamicQueryHandler: Done processing query | ||
| 7162 | 2024.06.25 22:15:01.246991 [ 3 ] {39acb503-4e03-4615-b597-5d22e286cd38} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7163 | 2024.06.25 22:15:01.247008 [ 3 ] {} <Debug> HTTP-Session: 80a67a6c-c24c-433d-b76d-6044d603fa08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7164 | 2024.06.25 22:15:01.247169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7165 | 2024.06.25 22:15:01.247222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7166 | 2024.06.25 22:15:01.247243 [ 3 ] {} <Debug> HTTP-Session: 1960009a-691c-41e7-b0f4-3793e4ede7f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7167 | 2024.06.25 22:15:01.247260 [ 3 ] {} <Debug> HTTP-Session: 1960009a-691c-41e7-b0f4-3793e4ede7f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7168 | 2024.06.25 22:15:01.247275 [ 3 ] {} <Debug> HTTP-Session: 1960009a-691c-41e7-b0f4-3793e4ede7f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7169 | 2024.06.25 22:15:01.247309 [ 3 ] {} <Trace> HTTP-Session: 1960009a-691c-41e7-b0f4-3793e4ede7f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7170 | 2024.06.25 22:15:01.247461 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7171 | 2024.06.25 22:15:01.247511 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7172 | 2024.06.25 22:15:01.247687 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7173 | 2024.06.25 22:15:01.248124 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2024.06.25 22:15:01.248167 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7175 | 2024.06.25 22:15:01.248626 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7176 | 2024.06.25 22:15:01.249013 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Trace> oximeter.measurements_cumulativeu64 (a8115e04-bfdf-4dcf-9f8c-e0cb7c22e8c6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2024.06.25 22:15:01.249189 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001793 sec., 89235.91745677634 rows/sec., 6.22 MiB/sec. | ||
| 7178 | 2024.06.25 22:15:01.249399 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7179 | 2024.06.25 22:15:01.249435 [ 3 ] {8b60bfb8-5569-4a2a-91c1-482c0c030cb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7180 | 2024.06.25 22:15:01.249459 [ 3 ] {} <Debug> HTTP-Session: 1960009a-691c-41e7-b0f4-3793e4ede7f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7181 | 2024.06.25 22:15:01.249602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 17722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7182 | 2024.06.25 22:15:01.249674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7183 | 2024.06.25 22:15:01.249707 [ 3 ] {} <Debug> HTTP-Session: 49c71de4-3919-4ad7-a2c4-2ca40c11aab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7184 | 2024.06.25 22:15:01.249732 [ 3 ] {} <Debug> HTTP-Session: 49c71de4-3919-4ad7-a2c4-2ca40c11aab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7185 | 2024.06.25 22:15:01.249755 [ 3 ] {} <Debug> HTTP-Session: 49c71de4-3919-4ad7-a2c4-2ca40c11aab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7186 | 2024.06.25 22:15:01.249802 [ 3 ] {} <Trace> HTTP-Session: 49c71de4-3919-4ad7-a2c4-2ca40c11aab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7187 | 2024.06.25 22:15:01.250094 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7188 | 2024.06.25 22:15:01.250183 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 7189 | 2024.06.25 22:15:01.250625 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7190 | 2024.06.25 22:15:01.251243 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2024.06.25 22:15:01.251287 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7192 | 2024.06.25 22:15:01.252017 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7193 | 2024.06.25 22:15:01.252502 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Trace> oximeter.measurements_histogramf64 (c1d9abd1-884a-48ec-b687-8bdd18cd8f5c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2024.06.25 22:15:01.252706 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002785 sec., 3949.730700179533 rows/sec., 7.08 MiB/sec. | ||
| 7195 | 2024.06.25 22:15:01.253241 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Debug> DynamicQueryHandler: Done processing query | ||
| 7196 | 2024.06.25 22:15:01.253267 [ 3 ] {3b0e5c5e-271f-452d-9ba3-00b562c193af} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 7197 | 2024.06.25 22:15:01.253285 [ 3 ] {} <Debug> HTTP-Session: 49c71de4-3919-4ad7-a2c4-2ca40c11aab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7198 | 2024.06.25 22:15:01.253434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42820, User-Agent: (none), Length: 9112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7199 | 2024.06.25 22:15:01.253498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7200 | 2024.06.25 22:15:01.253524 [ 3 ] {} <Debug> HTTP-Session: 377c5b61-6d13-4662-ad38-0b62ece1ce4a Authenticating user 'default' from [fd00:1122:3344:101::d]:42820 | ||
| 7201 | 2024.06.25 22:15:01.253548 [ 3 ] {} <Debug> HTTP-Session: 377c5b61-6d13-4662-ad38-0b62ece1ce4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7202 | 2024.06.25 22:15:01.253570 [ 3 ] {} <Debug> HTTP-Session: 377c5b61-6d13-4662-ad38-0b62ece1ce4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7203 | 2024.06.25 22:15:01.253612 [ 3 ] {} <Trace> HTTP-Session: 377c5b61-6d13-4662-ad38-0b62ece1ce4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7204 | 2024.06.25 22:15:01.253732 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7205 | 2024.06.25 22:15:01.253783 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7206 | 2024.06.25 22:15:01.253933 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7207 | 2024.06.25 22:15:01.254364 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7208 | 2024.06.25 22:15:01.254408 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.71 GiB. | ||
| 7209 | 2024.06.25 22:15:01.254878 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7210 | 2024.06.25 22:15:01.255426 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Trace> oximeter.measurements_u64 (f0d6397f-4910-4d34-af46-6d01d373b437): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7211 | 2024.06.25 22:15:01.255582 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001888 sec., 31779.661016949154 rows/sec., 2.14 MiB/sec. | ||
| 7212 | 2024.06.25 22:15:01.255799 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Debug> DynamicQueryHandler: Done processing query | ||
| 7213 | 2024.06.25 22:15:01.255831 [ 3 ] {a838d5bc-c542-406e-bfc2-6a4d4b287406} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7214 | 2024.06.25 22:15:01.255854 [ 3 ] {} <Debug> HTTP-Session: 377c5b61-6d13-4662-ad38-0b62ece1ce4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||